ansible-playbook [core 2.16.13] config file = None configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /usr/local/lib/python3.12/site-packages/ansible ansible collection location = /tmp/collections-EVV executable location = /usr/local/bin/ansible-playbook python version = 3.12.1 (main, Feb 21 2024, 14:18:26) [GCC 8.5.0 20210514 (Red Hat 8.5.0-21)] (/usr/bin/python3.12) jinja version = 3.1.4 libyaml = True No config file found; using defaults running playbook inside collection fedora.linux_system_roles redirecting (type: callback) ansible.builtin.debug to ansible.posix.debug redirecting (type: callback) ansible.builtin.debug to ansible.posix.debug redirecting (type: callback) ansible.builtin.profile_tasks to ansible.posix.profile_tasks Skipping callback 'default', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. PLAYBOOK: tests_basic.yml ****************************************************** 10 plays in /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/tests/systemd/tests_basic.yml PLAY [Ensure that deploying unit files work correctly] ************************* TASK [fedora.linux_system_roles.systemd : Ensure ansible_facts used by role] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:3 Monday 11 November 2024 18:51:15 -0500 (0:00:00.011) 0:00:00.011 ******* ok: [managed-node1] TASK [fedora.linux_system_roles.systemd : Support for user units only available in EL7 and later] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:13 Monday 11 November 2024 18:51:16 -0500 (0:00:01.442) 0:00:01.453 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "ansible_facts[\"distribution_major_version\"] is version(\"8\", \"<\")", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Support for user units only available in EL7 and later] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:27 Monday 11 November 2024 18:51:16 -0500 (0:00:00.026) 0:00:01.480 ******* META: end_host conditional evaluated to False, continuing execution for managed-node1 skipping: [managed-node1] => { "skip_reason": "end_host conditional evaluated to False, continuing execution for managed-node1" } MSG: end_host conditional evaluated to false, continuing execution for managed-node1 TASK [fedora.linux_system_roles.systemd : Check if system is ostree] *********** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:40 Monday 11 November 2024 18:51:16 -0500 (0:00:00.012) 0:00:01.493 ******* ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.systemd : Set flag to indicate system is ostree] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:45 Monday 11 November 2024 18:51:17 -0500 (0:00:00.525) 0:00:02.018 ******* ok: [managed-node1] => { "ansible_facts": { "__systemd_is_ostree": false }, "changed": false } TASK [fedora.linux_system_roles.systemd : Check if transactional-update exists in /sbin] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:52 Monday 11 November 2024 18:51:17 -0500 (0:00:00.027) 0:00:02.045 ******* ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.systemd : Set flag if transactional-update exists] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:57 Monday 11 November 2024 18:51:17 -0500 (0:00:00.346) 0:00:02.392 ******* ok: [managed-node1] => { "ansible_facts": { "__systemd_is_transactional": false }, "changed": false } TASK [fedora.linux_system_roles.systemd : Ensure required packages are installed] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:61 Monday 11 November 2024 18:51:17 -0500 (0:00:00.039) 0:00:02.431 ******* ok: [managed-node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.systemd : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:73 Monday 11 November 2024 18:51:33 -0500 (0:00:15.298) 0:00:17.730 ******* skipping: [managed-node1] => { "false_condition": "__systemd_is_transactional | d(false)" } TASK [fedora.linux_system_roles.systemd : Reboot transactional update systems] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:78 Monday 11 November 2024 18:51:33 -0500 (0:00:00.034) 0:00:17.764 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "__systemd_is_transactional | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Fail if reboot is needed and not set] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:83 Monday 11 November 2024 18:51:33 -0500 (0:00:00.033) 0:00:17.798 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "__systemd_is_transactional | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Reset __systemd_user_info] *********** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:90 Monday 11 November 2024 18:51:33 -0500 (0:00:00.034) 0:00:17.833 ******* ok: [managed-node1] => { "ansible_facts": { "__systemd_user_info": {} }, "changed": false } TASK [fedora.linux_system_roles.systemd : Manage files and templates and their directories] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:94 Monday 11 November 2024 18:51:33 -0500 (0:00:00.013) 0:00:17.847 ******* included: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml for managed-node1 => (item=systemd_unit_files) included: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml for managed-node1 => (item=systemd_unit_file_templates) included: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml for managed-node1 => (item=systemd_dropins) TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:17 Monday 11 November 2024 18:51:33 -0500 (0:00:00.039) 0:00:17.887 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "__systemd_list | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure directories are present for users] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:29 Monday 11 November 2024 18:51:33 -0500 (0:00:00.037) 0:00:17.925 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "__systemd_list | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure directories are present for dropins] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:37 Monday 11 November 2024 18:51:33 -0500 (0:00:00.042) 0:00:17.967 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "__systemd_list | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure unit files are present] ******* task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:46 Monday 11 November 2024 18:51:33 -0500 (0:00:00.041) 0:00:18.009 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "__systemd_list | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure unit file templates are present] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:57 Monday 11 November 2024 18:51:33 -0500 (0:00:00.040) 0:00:18.049 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "__systemd_list | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure unit files are absent] ******** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:68 Monday 11 November 2024 18:51:33 -0500 (0:00:00.040) 0:00:18.090 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "__systemd_list | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Find files in dropins directory] ***** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:76 Monday 11 November 2024 18:51:33 -0500 (0:00:00.040) 0:00:18.130 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "__systemd_list | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Remove dropin directory if no more files] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:83 Monday 11 November 2024 18:51:33 -0500 (0:00:00.040) 0:00:18.171 ******* skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:17 Monday 11 November 2024 18:51:33 -0500 (0:00:00.033) 0:00:18.204 ******* included: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_user_info.yml for managed-node1 TASK [fedora.linux_system_roles.systemd : Get user information] **************** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_user_info.yml:27 Monday 11 November 2024 18:51:33 -0500 (0:00:00.045) 0:00:18.250 ******* included: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_update_user_info.yml for managed-node1 => (item=root) TASK [fedora.linux_system_roles.systemd : Get user information] **************** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_update_user_info.yml:7 Monday 11 November 2024 18:51:33 -0500 (0:00:00.056) 0:00:18.307 ******* ok: [managed-node1] => { "ansible_facts": { "getent_passwd": { "root": [ "x", "0", "0", "root", "/root", "/bin/bash" ] } }, "changed": false } TASK [fedora.linux_system_roles.systemd : Update systemd user info with new user info] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_update_user_info.yml:14 Monday 11 November 2024 18:51:34 -0500 (0:00:00.466) 0:00:18.774 ******* ok: [managed-node1] => { "ansible_facts": { "__systemd_user_info": { "root": { "group": "0", "units_dir": "/etc/systemd/system", "xdg_dir": "/run/user/0" } } }, "changed": false } TASK [fedora.linux_system_roles.systemd : Convert to list of dict with user data] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_user_info.yml:34 Monday 11 November 2024 18:51:34 -0500 (0:00:00.058) 0:00:18.832 ******* ok: [managed-node1] => { "ansible_facts": { "__systemd_dict_list": [ { "dir_mode": "0755", "group": "0", "item": "foo.service.j2", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" } ] }, "changed": false } TASK [fedora.linux_system_roles.systemd : Enable linger if needed] ************* task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_user_info.yml:71 Monday 11 November 2024 18:51:34 -0500 (0:00:00.078) 0:00:18.910 ******* skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.systemd : Ensure directories are present for users] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:29 Monday 11 November 2024 18:51:34 -0500 (0:00:00.068) 0:00:18.979 ******* skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.systemd : Ensure directories are present for dropins] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:37 Monday 11 November 2024 18:51:34 -0500 (0:00:00.050) 0:00:19.030 ******* skipping: [managed-node1] => (item={'item': 'foo.service.j2', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__systemd_list_name == \"systemd_dropins\"", "item": { "dir_mode": "0755", "group": "0", "item": "foo.service.j2", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.systemd : Ensure unit files are present] ******* task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:46 Monday 11 November 2024 18:51:34 -0500 (0:00:00.072) 0:00:19.102 ******* skipping: [managed-node1] => (item={'item': 'foo.service.j2', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__systemd_list_name == \"systemd_unit_files\"", "item": { "dir_mode": "0755", "group": "0", "item": "foo.service.j2", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.systemd : Ensure unit file templates are present] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:57 Monday 11 November 2024 18:51:34 -0500 (0:00:00.074) 0:00:19.177 ******* changed: [managed-node1] => (item={'item': 'foo.service.j2', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": true, "checksum": "a1576b4506271f370ca5372ca8be9af0caa84b03", "dest": "/etc/systemd/system/foo.service", "gid": 0, "group": "root", "item": { "dir_mode": "0755", "group": "0", "item": "foo.service.j2", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "md5sum": "76ee4946a93741eb434b4096317c7c73", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:systemd_unit_file_t:s0", "size": 135, "src": "/root/.ansible/tmp/ansible-tmp-1731369094.6324449-8056-204037123729774/source", "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.systemd : Ensure unit files are absent] ******** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:68 Monday 11 November 2024 18:51:35 -0500 (0:00:00.967) 0:00:20.144 ******* skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.systemd : Find files in dropins directory] ***** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:76 Monday 11 November 2024 18:51:35 -0500 (0:00:00.052) 0:00:20.196 ******* skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.systemd : Remove dropin directory if no more files] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:83 Monday 11 November 2024 18:51:35 -0500 (0:00:00.048) 0:00:20.245 ******* skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:17 Monday 11 November 2024 18:51:35 -0500 (0:00:00.047) 0:00:20.292 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "__systemd_list | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure directories are present for users] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:29 Monday 11 November 2024 18:51:35 -0500 (0:00:00.055) 0:00:20.348 ******* skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.systemd : Ensure directories are present for dropins] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:37 Monday 11 November 2024 18:51:35 -0500 (0:00:00.053) 0:00:20.401 ******* skipping: [managed-node1] => (item={'item': 'foo.service.j2', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__systemd_list | length > 0", "item": { "dir_mode": "0755", "group": "0", "item": "foo.service.j2", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.systemd : Ensure unit files are present] ******* task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:46 Monday 11 November 2024 18:51:35 -0500 (0:00:00.062) 0:00:20.463 ******* skipping: [managed-node1] => (item={'item': 'foo.service.j2', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__systemd_list | length > 0", "item": { "dir_mode": "0755", "group": "0", "item": "foo.service.j2", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.systemd : Ensure unit file templates are present] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:57 Monday 11 November 2024 18:51:35 -0500 (0:00:00.062) 0:00:20.525 ******* skipping: [managed-node1] => (item={'item': 'foo.service.j2', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__systemd_list | length > 0", "item": { "dir_mode": "0755", "group": "0", "item": "foo.service.j2", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.systemd : Ensure unit files are absent] ******** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:68 Monday 11 November 2024 18:51:35 -0500 (0:00:00.063) 0:00:20.589 ******* skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.systemd : Find files in dropins directory] ***** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:76 Monday 11 November 2024 18:51:35 -0500 (0:00:00.050) 0:00:20.639 ******* skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.systemd : Remove dropin directory if no more files] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:83 Monday 11 November 2024 18:51:36 -0500 (0:00:00.051) 0:00:20.690 ******* skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.systemd : Reload systemd] ********************** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:106 Monday 11 November 2024 18:51:36 -0500 (0:00:00.046) 0:00:20.737 ******* skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.systemd : Manage units] ************************ task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:119 Monday 11 November 2024 18:51:36 -0500 (0:00:00.056) 0:00:20.794 ******* included: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 => (item={'name': 'systemd_started_units', 'state': 'started'}) included: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 => (item={'name': 'systemd_stopped_units', 'state': 'stopped'}) included: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 => (item={'name': 'systemd_restarted_units', 'state': 'restarted'}) included: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 => (item={'name': 'systemd_reloaded_units', 'state': 'reloaded'}) included: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 => (item={'name': 'systemd_enabled_units', 'enabled': 'true'}) included: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 => (item={'name': 'systemd_disabled_units', 'enabled': 'false'}) included: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 => (item={'name': 'systemd_masked_units', 'masked': 'true'}) included: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 => (item={'name': 'systemd_unmasked_units', 'masked': 'false'}) TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 18:51:36 -0500 (0:00:00.102) 0:00:20.897 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "__systemd_list | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 18:51:36 -0500 (0:00:00.065) 0:00:20.962 ******* skipping: [managed-node1] => (item={'item': 'foo.service.j2', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__systemd_list | length > 0", "item": { "dir_mode": "0755", "group": "0", "item": "foo.service.j2", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 18:51:36 -0500 (0:00:00.066) 0:00:21.029 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "__systemd_list | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 18:51:36 -0500 (0:00:00.059) 0:00:21.088 ******* skipping: [managed-node1] => (item={'item': 'foo.service.j2', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__systemd_list | length > 0", "item": { "dir_mode": "0755", "group": "0", "item": "foo.service.j2", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 18:51:36 -0500 (0:00:00.070) 0:00:21.159 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "__systemd_list | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 18:51:36 -0500 (0:00:00.058) 0:00:21.217 ******* skipping: [managed-node1] => (item={'item': 'foo.service.j2', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__systemd_list | length > 0", "item": { "dir_mode": "0755", "group": "0", "item": "foo.service.j2", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 18:51:36 -0500 (0:00:00.067) 0:00:21.285 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "__systemd_list | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 18:51:36 -0500 (0:00:00.084) 0:00:21.370 ******* skipping: [managed-node1] => (item={'item': 'foo.service.j2', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__systemd_list | length > 0", "item": { "dir_mode": "0755", "group": "0", "item": "foo.service.j2", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 18:51:36 -0500 (0:00:00.111) 0:00:21.482 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "__systemd_list | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 18:51:36 -0500 (0:00:00.090) 0:00:21.572 ******* skipping: [managed-node1] => (item={'item': 'foo.service.j2', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__systemd_list | length > 0", "item": { "dir_mode": "0755", "group": "0", "item": "foo.service.j2", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 18:51:36 -0500 (0:00:00.071) 0:00:21.644 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "__systemd_list | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 18:51:37 -0500 (0:00:00.059) 0:00:21.703 ******* skipping: [managed-node1] => (item={'item': 'foo.service.j2', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__systemd_list | length > 0", "item": { "dir_mode": "0755", "group": "0", "item": "foo.service.j2", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 18:51:37 -0500 (0:00:00.063) 0:00:21.767 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "__systemd_list | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 18:51:37 -0500 (0:00:00.051) 0:00:21.818 ******* skipping: [managed-node1] => (item={'item': 'foo.service.j2', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__systemd_list | length > 0", "item": { "dir_mode": "0755", "group": "0", "item": "foo.service.j2", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 18:51:37 -0500 (0:00:00.064) 0:00:21.883 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "__systemd_list | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 18:51:37 -0500 (0:00:00.057) 0:00:21.940 ******* skipping: [managed-node1] => (item={'item': 'foo.service.j2', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__systemd_list | length > 0", "item": { "dir_mode": "0755", "group": "0", "item": "foo.service.j2", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.systemd : DebugBefore] ************************* task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:146 Monday 11 November 2024 18:51:37 -0500 (0:00:00.080) 0:00:22.020 ******* ok: [managed-node1] => {} MSG: facts {} TASK [fedora.linux_system_roles.systemd : Gather systemd units state for system and user units] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:150 Monday 11 November 2024 18:51:37 -0500 (0:00:00.056) 0:00:22.076 ******* included: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_systemd_units_info.yml for managed-node1 => (item={'key': 'root', 'value': {'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'group': '0'}}) TASK [fedora.linux_system_roles.systemd : Gather systemd units state for system and user units] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_systemd_units_info.yml:7 Monday 11 November 2024 18:51:37 -0500 (0:00:00.084) 0:00:22.161 ******* ok: [managed-node1] => { "ansible_facts": { "systemd_units": { "-.mount": { "active_state": "active", "description": "Root Mount", "load_state": "loaded", "name": "-.mount", "sub_state": "mounted" }, "-.slice": { "active_state": "active", "description": "Root Slice", "load_state": "loaded", "name": "-.slice", "sub_state": "active" }, "NetworkManager-wait-online.service": { "active_state": "active", "description": "Network Manager Wait Online", "load_state": "loaded", "name": "NetworkManager-wait-online.service", "sub_state": "exited" }, "NetworkManager.service": { "active_state": "active", "description": "Network Manager", "load_state": "loaded", "name": "NetworkManager.service", "sub_state": "running" }, "auditd.service": { "active_state": "active", "description": "Security Auditing Service", "load_state": "loaded", "name": "auditd.service", "sub_state": "running" }, "basic.target": { "active_state": "active", "description": "Basic System", "load_state": "loaded", "name": "basic.target", "sub_state": "active" }, "chronyd.service": { "active_state": "active", "description": "NTP client/server", "load_state": "loaded", "name": "chronyd.service", "sub_state": "running" }, "cloud-config.service": { "active_state": "active", "description": "Apply the settings specified in cloud-config", "load_state": "loaded", "name": "cloud-config.service", "sub_state": "exited" }, "cloud-config.target": { "active_state": "active", "description": "Cloud-config availability", "load_state": "loaded", "name": "cloud-config.target", "sub_state": "active" }, "cloud-final.service": { "active_state": "active", "description": "Execute cloud user/final scripts", "load_state": "loaded", "name": "cloud-final.service", "sub_state": "exited" }, "cloud-init-local.service": { "active_state": "active", "description": "Initial cloud-init job (pre-networking)", "load_state": "loaded", "name": "cloud-init-local.service", "sub_state": "exited" }, "cloud-init.service": { "active_state": "active", "description": "Initial cloud-init job (metadata service crawler)", "load_state": "loaded", "name": "cloud-init.service", "sub_state": "exited" }, "cloud-init.target": { "active_state": "active", "description": "Cloud-init target", "load_state": "loaded", "name": "cloud-init.target", "sub_state": "active" }, "crond.service": { "active_state": "active", "description": "Command Scheduler", "load_state": "loaded", "name": "crond.service", "sub_state": "running" }, "cryptsetup.target": { "active_state": "active", "description": "Local Encrypted Volumes", "load_state": "loaded", "name": "cryptsetup.target", "sub_state": "active" }, "dbus.service": { "active_state": "active", "description": "D-Bus System Message Bus", "load_state": "loaded", "name": "dbus.service", "sub_state": "running" }, "dbus.socket": { "active_state": "active", "description": "D-Bus System Message Bus Socket", "load_state": "loaded", "name": "dbus.socket", "sub_state": "running" }, "dev-hugepages.mount": { "active_state": "active", "description": "Huge Pages File System", "load_state": "loaded", "name": "dev-hugepages.mount", "sub_state": "mounted" }, "dev-mqueue.mount": { "active_state": "active", "description": "POSIX Message Queue File System", "load_state": "loaded", "name": "dev-mqueue.mount", "sub_state": "mounted" }, "dnf-makecache.timer": { "active_state": "active", "description": "dnf makecache --timer", "load_state": "loaded", "name": "dnf-makecache.timer", "sub_state": "waiting" }, "dracut-shutdown.service": { "active_state": "active", "description": "Restore /run/initramfs on shutdown", "load_state": "loaded", "name": "dracut-shutdown.service", "sub_state": "exited" }, "getty.target": { "active_state": "active", "description": "Login Prompts", "load_state": "loaded", "name": "getty.target", "sub_state": "active" }, "getty@tty1.service": { "active_state": "active", "description": "Getty on tty1", "load_state": "loaded", "name": "getty@tty1.service", "sub_state": "running" }, "gssproxy.service": { "active_state": "active", "description": "GSSAPI Proxy Daemon", "load_state": "loaded", "name": "gssproxy.service", "sub_state": "running" }, "import-state.service": { "active_state": "active", "description": "Import network configuration from initramfs", "load_state": "loaded", "name": "import-state.service", "sub_state": "exited" }, "init.scope": { "active_state": "active", "description": "System and Service Manager", "load_state": "loaded", "name": "init.scope", "sub_state": "running" }, "irqbalance.service": { "active_state": "active", "description": "irqbalance daemon", "load_state": "loaded", "name": "irqbalance.service", "sub_state": "running" }, "kdump.service": { "active_state": "active", "description": "Crash recovery kernel arming", "load_state": "loaded", "name": "kdump.service", "sub_state": "exited" }, "kmod-static-nodes.service": { "active_state": "active", "description": "Create list of required static device nodes for the current kernel", "load_state": "loaded", "name": "kmod-static-nodes.service", "sub_state": "exited" }, "local-fs-pre.target": { "active_state": "active", "description": "Local File Systems (Pre)", "load_state": "loaded", "name": "local-fs-pre.target", "sub_state": "active" }, "local-fs.target": { "active_state": "active", "description": "Local File Systems", "load_state": "loaded", "name": "local-fs.target", "sub_state": "active" }, "multi-user.target": { "active_state": "active", "description": "Multi-User System", "load_state": "loaded", "name": "multi-user.target", "sub_state": "active" }, "network-online.target": { "active_state": "active", "description": "Network is Online", "load_state": "loaded", "name": "network-online.target", "sub_state": "active" }, "network-pre.target": { "active_state": "active", "description": "Network (Pre)", "load_state": "loaded", "name": "network-pre.target", "sub_state": "active" }, "network.target": { "active_state": "active", "description": "Network", "load_state": "loaded", "name": "network.target", "sub_state": "active" }, "nfs-client.target": { "active_state": "active", "description": "NFS client services", "load_state": "loaded", "name": "nfs-client.target", "sub_state": "active" }, "nis-domainname.service": { "active_state": "active", "description": "Read and set NIS domainname from /etc/sysconfig/network", "load_state": "loaded", "name": "nis-domainname.service", "sub_state": "exited" }, "nss-user-lookup.target": { "active_state": "active", "description": "User and Group Name Lookups", "load_state": "loaded", "name": "nss-user-lookup.target", "sub_state": "active" }, "paths.target": { "active_state": "active", "description": "Paths", "load_state": "loaded", "name": "paths.target", "sub_state": "active" }, "plymouth-quit-wait.service": { "active_state": "active", "description": "Hold until boot process finishes up", "load_state": "loaded", "name": "plymouth-quit-wait.service", "sub_state": "exited" }, "plymouth-quit.service": { "active_state": "active", "description": "Terminate Plymouth Boot Screen", "load_state": "loaded", "name": "plymouth-quit.service", "sub_state": "exited" }, "plymouth-read-write.service": { "active_state": "active", "description": "Tell Plymouth To Write Out Runtime Data", "load_state": "loaded", "name": "plymouth-read-write.service", "sub_state": "exited" }, "plymouth-start.service": { "active_state": "active", "description": "Show Plymouth Boot Screen", "load_state": "loaded", "name": "plymouth-start.service", "sub_state": "exited" }, "polkit.service": { "active_state": "active", "description": "Authorization Manager", "load_state": "loaded", "name": "polkit.service", "sub_state": "running" }, "proc-sys-fs-binfmt_misc.automount": { "active_state": "active", "description": "Arbitrary Executable File Formats File System Automount Point", "load_state": "loaded", "name": "proc-sys-fs-binfmt_misc.automount", "sub_state": "waiting" }, "remote-fs-pre.target": { "active_state": "active", "description": "Remote File Systems (Pre)", "load_state": "loaded", "name": "remote-fs-pre.target", "sub_state": "active" }, "remote-fs.target": { "active_state": "active", "description": "Remote File Systems", "load_state": "loaded", "name": "remote-fs.target", "sub_state": "active" }, "restraintd.service": { "active_state": "active", "description": "The restraint harness.", "load_state": "loaded", "name": "restraintd.service", "sub_state": "running" }, "rngd.service": { "active_state": "active", "description": "Hardware RNG Entropy Gatherer Daemon", "load_state": "loaded", "name": "rngd.service", "sub_state": "running" }, "rpc-statd-notify.service": { "active_state": "active", "description": "Notify NFS peers of a restart", "load_state": "loaded", "name": "rpc-statd-notify.service", "sub_state": "exited" }, "rpc_pipefs.target": { "active_state": "active", "description": "rpc_pipefs.target", "load_state": "loaded", "name": "rpc_pipefs.target", "sub_state": "active" }, "rpcbind.service": { "active_state": "active", "description": "RPC Bind", "load_state": "loaded", "name": "rpcbind.service", "sub_state": "running" }, "rpcbind.socket": { "active_state": "active", "description": "RPCbind Server Activation Socket", "load_state": "loaded", "name": "rpcbind.socket", "sub_state": "running" }, "rpcbind.target": { "active_state": "active", "description": "RPC Port Mapper", "load_state": "loaded", "name": "rpcbind.target", "sub_state": "active" }, "rsyslog.service": { "active_state": "active", "description": "System Logging Service", "load_state": "loaded", "name": "rsyslog.service", "sub_state": "running" }, "run-user-0.mount": { "active_state": "active", "description": "/run/user/0", "load_state": "loaded", "name": "run-user-0.mount", "sub_state": "mounted" }, "session-3.scope": { "active_state": "active", "description": "Session 3 of user root", "load_state": "loaded", "name": "session-3.scope", "sub_state": "running" }, "session-5.scope": { "active_state": "active", "description": "Session 5 of user root", "load_state": "loaded", "name": "session-5.scope", "sub_state": "running" }, "slices.target": { "active_state": "active", "description": "Slices", "load_state": "loaded", "name": "slices.target", "sub_state": "active" }, "sockets.target": { "active_state": "active", "description": "Sockets", "load_state": "loaded", "name": "sockets.target", "sub_state": "active" }, "sshd-keygen.target": { "active_state": "active", "description": "sshd-keygen.target", "load_state": "loaded", "name": "sshd-keygen.target", "sub_state": "active" }, "sshd.service": { "active_state": "active", "description": "OpenSSH server daemon", "load_state": "loaded", "name": "sshd.service", "sub_state": "running" }, "sssd-kcm.socket": { "active_state": "active", "description": "SSSD Kerberos Cache Manager responder socket", "load_state": "loaded", "name": "sssd-kcm.socket", "sub_state": "listening" }, "swap.target": { "active_state": "active", "description": "Swap", "load_state": "loaded", "name": "swap.target", "sub_state": "active" }, "sys-devices-platform-serial8250-tty-ttyS1.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS1", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS1.device", "sub_state": "plugged" }, "sys-devices-platform-serial8250-tty-ttyS2.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS2", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS2.device", "sub_state": "plugged" }, "sys-devices-platform-serial8250-tty-ttyS3.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS3", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS3.device", "sub_state": "plugged" }, "sys-devices-pnp0-00:06-tty-ttyS0.device": { "active_state": "active", "description": "/sys/devices/pnp0/00:06/tty/ttyS0", "load_state": "loaded", "name": "sys-devices-pnp0-00:06-tty-ttyS0.device", "sub_state": "plugged" }, "sys-devices-vbd\\x2d768-block-xvda-xvda1.device": { "active_state": "active", "description": "/sys/devices/vbd-768/block/xvda/xvda1", "load_state": "loaded", "name": "sys-devices-vbd\\x2d768-block-xvda-xvda1.device", "sub_state": "plugged" }, "sys-devices-vbd\\x2d768-block-xvda.device": { "active_state": "active", "description": "/sys/devices/vbd-768/block/xvda", "load_state": "loaded", "name": "sys-devices-vbd\\x2d768-block-xvda.device", "sub_state": "plugged" }, "sys-devices-vif\\x2d0-net-eth0.device": { "active_state": "active", "description": "/sys/devices/vif-0/net/eth0", "load_state": "loaded", "name": "sys-devices-vif\\x2d0-net-eth0.device", "sub_state": "plugged" }, "sys-kernel-config.mount": { "active_state": "active", "description": "Kernel Configuration File System", "load_state": "loaded", "name": "sys-kernel-config.mount", "sub_state": "mounted" }, "sys-kernel-debug.mount": { "active_state": "active", "description": "Kernel Debug File System", "load_state": "loaded", "name": "sys-kernel-debug.mount", "sub_state": "mounted" }, "sys-kernel-tracing.mount": { "active_state": "active", "description": "/sys/kernel/tracing", "load_state": "loaded", "name": "sys-kernel-tracing.mount", "sub_state": "mounted" }, "sys-module-configfs.device": { "active_state": "active", "description": "/sys/module/configfs", "load_state": "loaded", "name": "sys-module-configfs.device", "sub_state": "plugged" }, "sys-subsystem-net-devices-eth0.device": { "active_state": "active", "description": "/sys/subsystem/net/devices/eth0", "load_state": "loaded", "name": "sys-subsystem-net-devices-eth0.device", "sub_state": "plugged" }, "sysinit.target": { "active_state": "active", "description": "System Initialization", "load_state": "loaded", "name": "sysinit.target", "sub_state": "active" }, "system-getty.slice": { "active_state": "active", "description": "system-getty.slice", "load_state": "loaded", "name": "system-getty.slice", "sub_state": "active" }, "system-sshd\\x2dkeygen.slice": { "active_state": "active", "description": "system-sshd\\x2dkeygen.slice", "load_state": "loaded", "name": "system-sshd\\x2dkeygen.slice", "sub_state": "active" }, "system.slice": { "active_state": "active", "description": "System Slice", "load_state": "loaded", "name": "system.slice", "sub_state": "active" }, "systemd-ask-password-plymouth.path": { "active_state": "active", "description": "Forward Password Requests to Plymouth Directory Watch", "load_state": "loaded", "name": "systemd-ask-password-plymouth.path", "sub_state": "waiting" }, "systemd-ask-password-wall.path": { "active_state": "active", "description": "Forward Password Requests to Wall Directory Watch", "load_state": "loaded", "name": "systemd-ask-password-wall.path", "sub_state": "waiting" }, "systemd-coredump.socket": { "active_state": "active", "description": "Process Core Dump Socket", "load_state": "loaded", "name": "systemd-coredump.socket", "sub_state": "listening" }, "systemd-initctl.socket": { "active_state": "active", "description": "initctl Compatibility Named Pipe", "load_state": "loaded", "name": "systemd-initctl.socket", "sub_state": "listening" }, "systemd-journal-flush.service": { "active_state": "active", "description": "Flush Journal to Persistent Storage", "load_state": "loaded", "name": "systemd-journal-flush.service", "sub_state": "exited" }, "systemd-journald-dev-log.socket": { "active_state": "active", "description": "Journal Socket (/dev/log)", "load_state": "loaded", "name": "systemd-journald-dev-log.socket", "sub_state": "running" }, "systemd-journald.service": { "active_state": "active", "description": "Journal Service", "load_state": "loaded", "name": "systemd-journald.service", "sub_state": "running" }, "systemd-journald.socket": { "active_state": "active", "description": "Journal Socket", "load_state": "loaded", "name": "systemd-journald.socket", "sub_state": "running" }, "systemd-logind.service": { "active_state": "active", "description": "Login Service", "load_state": "loaded", "name": "systemd-logind.service", "sub_state": "running" }, "systemd-machine-id-commit.service": { "active_state": "active", "description": "Commit a transient machine-id on disk", "load_state": "loaded", "name": "systemd-machine-id-commit.service", "sub_state": "exited" }, "systemd-random-seed.service": { "active_state": "active", "description": "Load/Save Random Seed", "load_state": "loaded", "name": "systemd-random-seed.service", "sub_state": "exited" }, "systemd-remount-fs.service": { "active_state": "active", "description": "Remount Root and Kernel File Systems", "load_state": "loaded", "name": "systemd-remount-fs.service", "sub_state": "exited" }, "systemd-sysctl.service": { "active_state": "active", "description": "Apply Kernel Variables", "load_state": "loaded", "name": "systemd-sysctl.service", "sub_state": "exited" }, "systemd-tmpfiles-clean.timer": { "active_state": "active", "description": "Daily Cleanup of Temporary Directories", "load_state": "loaded", "name": "systemd-tmpfiles-clean.timer", "sub_state": "waiting" }, "systemd-tmpfiles-setup-dev.service": { "active_state": "active", "description": "Create Static Device Nodes in /dev", "load_state": "loaded", "name": "systemd-tmpfiles-setup-dev.service", "sub_state": "exited" }, "systemd-tmpfiles-setup.service": { "active_state": "active", "description": "Create Volatile Files and Directories", "load_state": "loaded", "name": "systemd-tmpfiles-setup.service", "sub_state": "exited" }, "systemd-udev-trigger.service": { "active_state": "active", "description": "udev Coldplug all Devices", "load_state": "loaded", "name": "systemd-udev-trigger.service", "sub_state": "exited" }, "systemd-udevd-control.socket": { "active_state": "active", "description": "udev Control Socket", "load_state": "loaded", "name": "systemd-udevd-control.socket", "sub_state": "running" }, "systemd-udevd-kernel.socket": { "active_state": "active", "description": "udev Kernel Socket", "load_state": "loaded", "name": "systemd-udevd-kernel.socket", "sub_state": "running" }, "systemd-udevd.service": { "active_state": "active", "description": "udev Kernel Device Manager", "load_state": "loaded", "name": "systemd-udevd.service", "sub_state": "running" }, "systemd-update-utmp.service": { "active_state": "active", "description": "Update UTMP about System Boot/Shutdown", "load_state": "loaded", "name": "systemd-update-utmp.service", "sub_state": "exited" }, "systemd-user-sessions.service": { "active_state": "active", "description": "Permit User Sessions", "load_state": "loaded", "name": "systemd-user-sessions.service", "sub_state": "exited" }, "timers.target": { "active_state": "active", "description": "Timers", "load_state": "loaded", "name": "timers.target", "sub_state": "active" }, "tuned.service": { "active_state": "active", "description": "Dynamic System Tuning Daemon", "load_state": "loaded", "name": "tuned.service", "sub_state": "running" }, "unbound-anchor.timer": { "active_state": "active", "description": "daily update of the root trust anchor for DNSSEC", "load_state": "loaded", "name": "unbound-anchor.timer", "sub_state": "waiting" }, "user-0.slice": { "active_state": "active", "description": "User Slice of UID 0", "load_state": "loaded", "name": "user-0.slice", "sub_state": "active" }, "user-runtime-dir@0.service": { "active_state": "active", "description": "User runtime directory /run/user/0", "load_state": "loaded", "name": "user-runtime-dir@0.service", "sub_state": "exited" }, "user.slice": { "active_state": "active", "description": "User and Session Slice", "load_state": "loaded", "name": "user.slice", "sub_state": "active" }, "user@0.service": { "active_state": "active", "description": "User Manager for UID 0", "load_state": "loaded", "name": "user@0.service", "sub_state": "running" }, "var-lib-nfs-rpc_pipefs.mount": { "active_state": "active", "description": "RPC Pipe File System", "load_state": "loaded", "name": "var-lib-nfs-rpc_pipefs.mount", "sub_state": "mounted" } }, "systemd_units_user": { "root": { "-.mount": { "active_state": "active", "description": "Root Mount", "load_state": "loaded", "name": "-.mount", "sub_state": "mounted" }, "-.slice": { "active_state": "active", "description": "Root Slice", "load_state": "loaded", "name": "-.slice", "sub_state": "active" }, "NetworkManager-wait-online.service": { "active_state": "active", "description": "Network Manager Wait Online", "load_state": "loaded", "name": "NetworkManager-wait-online.service", "sub_state": "exited" }, "NetworkManager.service": { "active_state": "active", "description": "Network Manager", "load_state": "loaded", "name": "NetworkManager.service", "sub_state": "running" }, "auditd.service": { "active_state": "active", "description": "Security Auditing Service", "load_state": "loaded", "name": "auditd.service", "sub_state": "running" }, "basic.target": { "active_state": "active", "description": "Basic System", "load_state": "loaded", "name": "basic.target", "sub_state": "active" }, "chronyd.service": { "active_state": "active", "description": "NTP client/server", "load_state": "loaded", "name": "chronyd.service", "sub_state": "running" }, "cloud-config.service": { "active_state": "active", "description": "Apply the settings specified in cloud-config", "load_state": "loaded", "name": "cloud-config.service", "sub_state": "exited" }, "cloud-config.target": { "active_state": "active", "description": "Cloud-config availability", "load_state": "loaded", "name": "cloud-config.target", "sub_state": "active" }, "cloud-final.service": { "active_state": "active", "description": "Execute cloud user/final scripts", "load_state": "loaded", "name": "cloud-final.service", "sub_state": "exited" }, "cloud-init-local.service": { "active_state": "active", "description": "Initial cloud-init job (pre-networking)", "load_state": "loaded", "name": "cloud-init-local.service", "sub_state": "exited" }, "cloud-init.service": { "active_state": "active", "description": "Initial cloud-init job (metadata service crawler)", "load_state": "loaded", "name": "cloud-init.service", "sub_state": "exited" }, "cloud-init.target": { "active_state": "active", "description": "Cloud-init target", "load_state": "loaded", "name": "cloud-init.target", "sub_state": "active" }, "crond.service": { "active_state": "active", "description": "Command Scheduler", "load_state": "loaded", "name": "crond.service", "sub_state": "running" }, "cryptsetup.target": { "active_state": "active", "description": "Local Encrypted Volumes", "load_state": "loaded", "name": "cryptsetup.target", "sub_state": "active" }, "dbus.service": { "active_state": "active", "description": "D-Bus System Message Bus", "load_state": "loaded", "name": "dbus.service", "sub_state": "running" }, "dbus.socket": { "active_state": "active", "description": "D-Bus System Message Bus Socket", "load_state": "loaded", "name": "dbus.socket", "sub_state": "running" }, "dev-hugepages.mount": { "active_state": "active", "description": "Huge Pages File System", "load_state": "loaded", "name": "dev-hugepages.mount", "sub_state": "mounted" }, "dev-mqueue.mount": { "active_state": "active", "description": "POSIX Message Queue File System", "load_state": "loaded", "name": "dev-mqueue.mount", "sub_state": "mounted" }, "dnf-makecache.timer": { "active_state": "active", "description": "dnf makecache --timer", "load_state": "loaded", "name": "dnf-makecache.timer", "sub_state": "waiting" }, "dracut-shutdown.service": { "active_state": "active", "description": "Restore /run/initramfs on shutdown", "load_state": "loaded", "name": "dracut-shutdown.service", "sub_state": "exited" }, "getty.target": { "active_state": "active", "description": "Login Prompts", "load_state": "loaded", "name": "getty.target", "sub_state": "active" }, "getty@tty1.service": { "active_state": "active", "description": "Getty on tty1", "load_state": "loaded", "name": "getty@tty1.service", "sub_state": "running" }, "gssproxy.service": { "active_state": "active", "description": "GSSAPI Proxy Daemon", "load_state": "loaded", "name": "gssproxy.service", "sub_state": "running" }, "import-state.service": { "active_state": "active", "description": "Import network configuration from initramfs", "load_state": "loaded", "name": "import-state.service", "sub_state": "exited" }, "init.scope": { "active_state": "active", "description": "System and Service Manager", "load_state": "loaded", "name": "init.scope", "sub_state": "running" }, "irqbalance.service": { "active_state": "active", "description": "irqbalance daemon", "load_state": "loaded", "name": "irqbalance.service", "sub_state": "running" }, "kdump.service": { "active_state": "active", "description": "Crash recovery kernel arming", "load_state": "loaded", "name": "kdump.service", "sub_state": "exited" }, "kmod-static-nodes.service": { "active_state": "active", "description": "Create list of required static device nodes for the current kernel", "load_state": "loaded", "name": "kmod-static-nodes.service", "sub_state": "exited" }, "local-fs-pre.target": { "active_state": "active", "description": "Local File Systems (Pre)", "load_state": "loaded", "name": "local-fs-pre.target", "sub_state": "active" }, "local-fs.target": { "active_state": "active", "description": "Local File Systems", "load_state": "loaded", "name": "local-fs.target", "sub_state": "active" }, "multi-user.target": { "active_state": "active", "description": "Multi-User System", "load_state": "loaded", "name": "multi-user.target", "sub_state": "active" }, "network-online.target": { "active_state": "active", "description": "Network is Online", "load_state": "loaded", "name": "network-online.target", "sub_state": "active" }, "network-pre.target": { "active_state": "active", "description": "Network (Pre)", "load_state": "loaded", "name": "network-pre.target", "sub_state": "active" }, "network.target": { "active_state": "active", "description": "Network", "load_state": "loaded", "name": "network.target", "sub_state": "active" }, "nfs-client.target": { "active_state": "active", "description": "NFS client services", "load_state": "loaded", "name": "nfs-client.target", "sub_state": "active" }, "nis-domainname.service": { "active_state": "active", "description": "Read and set NIS domainname from /etc/sysconfig/network", "load_state": "loaded", "name": "nis-domainname.service", "sub_state": "exited" }, "nss-user-lookup.target": { "active_state": "active", "description": "User and Group Name Lookups", "load_state": "loaded", "name": "nss-user-lookup.target", "sub_state": "active" }, "paths.target": { "active_state": "active", "description": "Paths", "load_state": "loaded", "name": "paths.target", "sub_state": "active" }, "plymouth-quit-wait.service": { "active_state": "active", "description": "Hold until boot process finishes up", "load_state": "loaded", "name": "plymouth-quit-wait.service", "sub_state": "exited" }, "plymouth-quit.service": { "active_state": "active", "description": "Terminate Plymouth Boot Screen", "load_state": "loaded", "name": "plymouth-quit.service", "sub_state": "exited" }, "plymouth-read-write.service": { "active_state": "active", "description": "Tell Plymouth To Write Out Runtime Data", "load_state": "loaded", "name": "plymouth-read-write.service", "sub_state": "exited" }, "plymouth-start.service": { "active_state": "active", "description": "Show Plymouth Boot Screen", "load_state": "loaded", "name": "plymouth-start.service", "sub_state": "exited" }, "polkit.service": { "active_state": "active", "description": "Authorization Manager", "load_state": "loaded", "name": "polkit.service", "sub_state": "running" }, "proc-sys-fs-binfmt_misc.automount": { "active_state": "active", "description": "Arbitrary Executable File Formats File System Automount Point", "load_state": "loaded", "name": "proc-sys-fs-binfmt_misc.automount", "sub_state": "waiting" }, "remote-fs-pre.target": { "active_state": "active", "description": "Remote File Systems (Pre)", "load_state": "loaded", "name": "remote-fs-pre.target", "sub_state": "active" }, "remote-fs.target": { "active_state": "active", "description": "Remote File Systems", "load_state": "loaded", "name": "remote-fs.target", "sub_state": "active" }, "restraintd.service": { "active_state": "active", "description": "The restraint harness.", "load_state": "loaded", "name": "restraintd.service", "sub_state": "running" }, "rngd.service": { "active_state": "active", "description": "Hardware RNG Entropy Gatherer Daemon", "load_state": "loaded", "name": "rngd.service", "sub_state": "running" }, "rpc-statd-notify.service": { "active_state": "active", "description": "Notify NFS peers of a restart", "load_state": "loaded", "name": "rpc-statd-notify.service", "sub_state": "exited" }, "rpc_pipefs.target": { "active_state": "active", "description": "rpc_pipefs.target", "load_state": "loaded", "name": "rpc_pipefs.target", "sub_state": "active" }, "rpcbind.service": { "active_state": "active", "description": "RPC Bind", "load_state": "loaded", "name": "rpcbind.service", "sub_state": "running" }, "rpcbind.socket": { "active_state": "active", "description": "RPCbind Server Activation Socket", "load_state": "loaded", "name": "rpcbind.socket", "sub_state": "running" }, "rpcbind.target": { "active_state": "active", "description": "RPC Port Mapper", "load_state": "loaded", "name": "rpcbind.target", "sub_state": "active" }, "rsyslog.service": { "active_state": "active", "description": "System Logging Service", "load_state": "loaded", "name": "rsyslog.service", "sub_state": "running" }, "run-user-0.mount": { "active_state": "active", "description": "/run/user/0", "load_state": "loaded", "name": "run-user-0.mount", "sub_state": "mounted" }, "session-3.scope": { "active_state": "active", "description": "Session 3 of user root", "load_state": "loaded", "name": "session-3.scope", "sub_state": "running" }, "session-5.scope": { "active_state": "active", "description": "Session 5 of user root", "load_state": "loaded", "name": "session-5.scope", "sub_state": "running" }, "slices.target": { "active_state": "active", "description": "Slices", "load_state": "loaded", "name": "slices.target", "sub_state": "active" }, "sockets.target": { "active_state": "active", "description": "Sockets", "load_state": "loaded", "name": "sockets.target", "sub_state": "active" }, "sshd-keygen.target": { "active_state": "active", "description": "sshd-keygen.target", "load_state": "loaded", "name": "sshd-keygen.target", "sub_state": "active" }, "sshd.service": { "active_state": "active", "description": "OpenSSH server daemon", "load_state": "loaded", "name": "sshd.service", "sub_state": "running" }, "sssd-kcm.socket": { "active_state": "active", "description": "SSSD Kerberos Cache Manager responder socket", "load_state": "loaded", "name": "sssd-kcm.socket", "sub_state": "listening" }, "swap.target": { "active_state": "active", "description": "Swap", "load_state": "loaded", "name": "swap.target", "sub_state": "active" }, "sys-devices-platform-serial8250-tty-ttyS1.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS1", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS1.device", "sub_state": "plugged" }, "sys-devices-platform-serial8250-tty-ttyS2.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS2", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS2.device", "sub_state": "plugged" }, "sys-devices-platform-serial8250-tty-ttyS3.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS3", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS3.device", "sub_state": "plugged" }, "sys-devices-pnp0-00:06-tty-ttyS0.device": { "active_state": "active", "description": "/sys/devices/pnp0/00:06/tty/ttyS0", "load_state": "loaded", "name": "sys-devices-pnp0-00:06-tty-ttyS0.device", "sub_state": "plugged" }, "sys-devices-vbd\\x2d768-block-xvda-xvda1.device": { "active_state": "active", "description": "/sys/devices/vbd-768/block/xvda/xvda1", "load_state": "loaded", "name": "sys-devices-vbd\\x2d768-block-xvda-xvda1.device", "sub_state": "plugged" }, "sys-devices-vbd\\x2d768-block-xvda.device": { "active_state": "active", "description": "/sys/devices/vbd-768/block/xvda", "load_state": "loaded", "name": "sys-devices-vbd\\x2d768-block-xvda.device", "sub_state": "plugged" }, "sys-devices-vif\\x2d0-net-eth0.device": { "active_state": "active", "description": "/sys/devices/vif-0/net/eth0", "load_state": "loaded", "name": "sys-devices-vif\\x2d0-net-eth0.device", "sub_state": "plugged" }, "sys-kernel-config.mount": { "active_state": "active", "description": "Kernel Configuration File System", "load_state": "loaded", "name": "sys-kernel-config.mount", "sub_state": "mounted" }, "sys-kernel-debug.mount": { "active_state": "active", "description": "Kernel Debug File System", "load_state": "loaded", "name": "sys-kernel-debug.mount", "sub_state": "mounted" }, "sys-kernel-tracing.mount": { "active_state": "active", "description": "/sys/kernel/tracing", "load_state": "loaded", "name": "sys-kernel-tracing.mount", "sub_state": "mounted" }, "sys-module-configfs.device": { "active_state": "active", "description": "/sys/module/configfs", "load_state": "loaded", "name": "sys-module-configfs.device", "sub_state": "plugged" }, "sys-subsystem-net-devices-eth0.device": { "active_state": "active", "description": "/sys/subsystem/net/devices/eth0", "load_state": "loaded", "name": "sys-subsystem-net-devices-eth0.device", "sub_state": "plugged" }, "sysinit.target": { "active_state": "active", "description": "System Initialization", "load_state": "loaded", "name": "sysinit.target", "sub_state": "active" }, "system-getty.slice": { "active_state": "active", "description": "system-getty.slice", "load_state": "loaded", "name": "system-getty.slice", "sub_state": "active" }, "system-sshd\\x2dkeygen.slice": { "active_state": "active", "description": "system-sshd\\x2dkeygen.slice", "load_state": "loaded", "name": "system-sshd\\x2dkeygen.slice", "sub_state": "active" }, "system.slice": { "active_state": "active", "description": "System Slice", "load_state": "loaded", "name": "system.slice", "sub_state": "active" }, "systemd-ask-password-plymouth.path": { "active_state": "active", "description": "Forward Password Requests to Plymouth Directory Watch", "load_state": "loaded", "name": "systemd-ask-password-plymouth.path", "sub_state": "waiting" }, "systemd-ask-password-wall.path": { "active_state": "active", "description": "Forward Password Requests to Wall Directory Watch", "load_state": "loaded", "name": "systemd-ask-password-wall.path", "sub_state": "waiting" }, "systemd-coredump.socket": { "active_state": "active", "description": "Process Core Dump Socket", "load_state": "loaded", "name": "systemd-coredump.socket", "sub_state": "listening" }, "systemd-initctl.socket": { "active_state": "active", "description": "initctl Compatibility Named Pipe", "load_state": "loaded", "name": "systemd-initctl.socket", "sub_state": "listening" }, "systemd-journal-flush.service": { "active_state": "active", "description": "Flush Journal to Persistent Storage", "load_state": "loaded", "name": "systemd-journal-flush.service", "sub_state": "exited" }, "systemd-journald-dev-log.socket": { "active_state": "active", "description": "Journal Socket (/dev/log)", "load_state": "loaded", "name": "systemd-journald-dev-log.socket", "sub_state": "running" }, "systemd-journald.service": { "active_state": "active", "description": "Journal Service", "load_state": "loaded", "name": "systemd-journald.service", "sub_state": "running" }, "systemd-journald.socket": { "active_state": "active", "description": "Journal Socket", "load_state": "loaded", "name": "systemd-journald.socket", "sub_state": "running" }, "systemd-logind.service": { "active_state": "active", "description": "Login Service", "load_state": "loaded", "name": "systemd-logind.service", "sub_state": "running" }, "systemd-machine-id-commit.service": { "active_state": "active", "description": "Commit a transient machine-id on disk", "load_state": "loaded", "name": "systemd-machine-id-commit.service", "sub_state": "exited" }, "systemd-random-seed.service": { "active_state": "active", "description": "Load/Save Random Seed", "load_state": "loaded", "name": "systemd-random-seed.service", "sub_state": "exited" }, "systemd-remount-fs.service": { "active_state": "active", "description": "Remount Root and Kernel File Systems", "load_state": "loaded", "name": "systemd-remount-fs.service", "sub_state": "exited" }, "systemd-sysctl.service": { "active_state": "active", "description": "Apply Kernel Variables", "load_state": "loaded", "name": "systemd-sysctl.service", "sub_state": "exited" }, "systemd-tmpfiles-clean.timer": { "active_state": "active", "description": "Daily Cleanup of Temporary Directories", "load_state": "loaded", "name": "systemd-tmpfiles-clean.timer", "sub_state": "waiting" }, "systemd-tmpfiles-setup-dev.service": { "active_state": "active", "description": "Create Static Device Nodes in /dev", "load_state": "loaded", "name": "systemd-tmpfiles-setup-dev.service", "sub_state": "exited" }, "systemd-tmpfiles-setup.service": { "active_state": "active", "description": "Create Volatile Files and Directories", "load_state": "loaded", "name": "systemd-tmpfiles-setup.service", "sub_state": "exited" }, "systemd-udev-trigger.service": { "active_state": "active", "description": "udev Coldplug all Devices", "load_state": "loaded", "name": "systemd-udev-trigger.service", "sub_state": "exited" }, "systemd-udevd-control.socket": { "active_state": "active", "description": "udev Control Socket", "load_state": "loaded", "name": "systemd-udevd-control.socket", "sub_state": "running" }, "systemd-udevd-kernel.socket": { "active_state": "active", "description": "udev Kernel Socket", "load_state": "loaded", "name": "systemd-udevd-kernel.socket", "sub_state": "running" }, "systemd-udevd.service": { "active_state": "active", "description": "udev Kernel Device Manager", "load_state": "loaded", "name": "systemd-udevd.service", "sub_state": "running" }, "systemd-update-utmp.service": { "active_state": "active", "description": "Update UTMP about System Boot/Shutdown", "load_state": "loaded", "name": "systemd-update-utmp.service", "sub_state": "exited" }, "systemd-user-sessions.service": { "active_state": "active", "description": "Permit User Sessions", "load_state": "loaded", "name": "systemd-user-sessions.service", "sub_state": "exited" }, "timers.target": { "active_state": "active", "description": "Timers", "load_state": "loaded", "name": "timers.target", "sub_state": "active" }, "tuned.service": { "active_state": "active", "description": "Dynamic System Tuning Daemon", "load_state": "loaded", "name": "tuned.service", "sub_state": "running" }, "unbound-anchor.timer": { "active_state": "active", "description": "daily update of the root trust anchor for DNSSEC", "load_state": "loaded", "name": "unbound-anchor.timer", "sub_state": "waiting" }, "user-0.slice": { "active_state": "active", "description": "User Slice of UID 0", "load_state": "loaded", "name": "user-0.slice", "sub_state": "active" }, "user-runtime-dir@0.service": { "active_state": "active", "description": "User runtime directory /run/user/0", "load_state": "loaded", "name": "user-runtime-dir@0.service", "sub_state": "exited" }, "user.slice": { "active_state": "active", "description": "User and Session Slice", "load_state": "loaded", "name": "user.slice", "sub_state": "active" }, "user@0.service": { "active_state": "active", "description": "User Manager for UID 0", "load_state": "loaded", "name": "user@0.service", "sub_state": "running" }, "var-lib-nfs-rpc_pipefs.mount": { "active_state": "active", "description": "RPC Pipe File System", "load_state": "loaded", "name": "var-lib-nfs-rpc_pipefs.mount", "sub_state": "mounted" } } } }, "changed": false } TASK [fedora.linux_system_roles.systemd : DebugAfter] ************************** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:158 Monday 11 November 2024 18:51:38 -0500 (0:00:00.875) 0:00:23.037 ******* ok: [managed-node1] => {} MSG: facts { "root": { "-.mount": { "active_state": "active", "description": "Root Mount", "load_state": "loaded", "name": "-.mount", "sub_state": "mounted" }, "-.slice": { "active_state": "active", "description": "Root Slice", "load_state": "loaded", "name": "-.slice", "sub_state": "active" }, "NetworkManager-wait-online.service": { "active_state": "active", "description": "Network Manager Wait Online", "load_state": "loaded", "name": "NetworkManager-wait-online.service", "sub_state": "exited" }, "NetworkManager.service": { "active_state": "active", "description": "Network Manager", "load_state": "loaded", "name": "NetworkManager.service", "sub_state": "running" }, "auditd.service": { "active_state": "active", "description": "Security Auditing Service", "load_state": "loaded", "name": "auditd.service", "sub_state": "running" }, "basic.target": { "active_state": "active", "description": "Basic System", "load_state": "loaded", "name": "basic.target", "sub_state": "active" }, "chronyd.service": { "active_state": "active", "description": "NTP client/server", "load_state": "loaded", "name": "chronyd.service", "sub_state": "running" }, "cloud-config.service": { "active_state": "active", "description": "Apply the settings specified in cloud-config", "load_state": "loaded", "name": "cloud-config.service", "sub_state": "exited" }, "cloud-config.target": { "active_state": "active", "description": "Cloud-config availability", "load_state": "loaded", "name": "cloud-config.target", "sub_state": "active" }, "cloud-final.service": { "active_state": "active", "description": "Execute cloud user/final scripts", "load_state": "loaded", "name": "cloud-final.service", "sub_state": "exited" }, "cloud-init-local.service": { "active_state": "active", "description": "Initial cloud-init job (pre-networking)", "load_state": "loaded", "name": "cloud-init-local.service", "sub_state": "exited" }, "cloud-init.service": { "active_state": "active", "description": "Initial cloud-init job (metadata service crawler)", "load_state": "loaded", "name": "cloud-init.service", "sub_state": "exited" }, "cloud-init.target": { "active_state": "active", "description": "Cloud-init target", "load_state": "loaded", "name": "cloud-init.target", "sub_state": "active" }, "crond.service": { "active_state": "active", "description": "Command Scheduler", "load_state": "loaded", "name": "crond.service", "sub_state": "running" }, "cryptsetup.target": { "active_state": "active", "description": "Local Encrypted Volumes", "load_state": "loaded", "name": "cryptsetup.target", "sub_state": "active" }, "dbus.service": { "active_state": "active", "description": "D-Bus System Message Bus", "load_state": "loaded", "name": "dbus.service", "sub_state": "running" }, "dbus.socket": { "active_state": "active", "description": "D-Bus System Message Bus Socket", "load_state": "loaded", "name": "dbus.socket", "sub_state": "running" }, "dev-hugepages.mount": { "active_state": "active", "description": "Huge Pages File System", "load_state": "loaded", "name": "dev-hugepages.mount", "sub_state": "mounted" }, "dev-mqueue.mount": { "active_state": "active", "description": "POSIX Message Queue File System", "load_state": "loaded", "name": "dev-mqueue.mount", "sub_state": "mounted" }, "dnf-makecache.timer": { "active_state": "active", "description": "dnf makecache --timer", "load_state": "loaded", "name": "dnf-makecache.timer", "sub_state": "waiting" }, "dracut-shutdown.service": { "active_state": "active", "description": "Restore /run/initramfs on shutdown", "load_state": "loaded", "name": "dracut-shutdown.service", "sub_state": "exited" }, "getty.target": { "active_state": "active", "description": "Login Prompts", "load_state": "loaded", "name": "getty.target", "sub_state": "active" }, "getty@tty1.service": { "active_state": "active", "description": "Getty on tty1", "load_state": "loaded", "name": "getty@tty1.service", "sub_state": "running" }, "gssproxy.service": { "active_state": "active", "description": "GSSAPI Proxy Daemon", "load_state": "loaded", "name": "gssproxy.service", "sub_state": "running" }, "import-state.service": { "active_state": "active", "description": "Import network configuration from initramfs", "load_state": "loaded", "name": "import-state.service", "sub_state": "exited" }, "init.scope": { "active_state": "active", "description": "System and Service Manager", "load_state": "loaded", "name": "init.scope", "sub_state": "running" }, "irqbalance.service": { "active_state": "active", "description": "irqbalance daemon", "load_state": "loaded", "name": "irqbalance.service", "sub_state": "running" }, "kdump.service": { "active_state": "active", "description": "Crash recovery kernel arming", "load_state": "loaded", "name": "kdump.service", "sub_state": "exited" }, "kmod-static-nodes.service": { "active_state": "active", "description": "Create list of required static device nodes for the current kernel", "load_state": "loaded", "name": "kmod-static-nodes.service", "sub_state": "exited" }, "local-fs-pre.target": { "active_state": "active", "description": "Local File Systems (Pre)", "load_state": "loaded", "name": "local-fs-pre.target", "sub_state": "active" }, "local-fs.target": { "active_state": "active", "description": "Local File Systems", "load_state": "loaded", "name": "local-fs.target", "sub_state": "active" }, "multi-user.target": { "active_state": "active", "description": "Multi-User System", "load_state": "loaded", "name": "multi-user.target", "sub_state": "active" }, "network-online.target": { "active_state": "active", "description": "Network is Online", "load_state": "loaded", "name": "network-online.target", "sub_state": "active" }, "network-pre.target": { "active_state": "active", "description": "Network (Pre)", "load_state": "loaded", "name": "network-pre.target", "sub_state": "active" }, "network.target": { "active_state": "active", "description": "Network", "load_state": "loaded", "name": "network.target", "sub_state": "active" }, "nfs-client.target": { "active_state": "active", "description": "NFS client services", "load_state": "loaded", "name": "nfs-client.target", "sub_state": "active" }, "nis-domainname.service": { "active_state": "active", "description": "Read and set NIS domainname from /etc/sysconfig/network", "load_state": "loaded", "name": "nis-domainname.service", "sub_state": "exited" }, "nss-user-lookup.target": { "active_state": "active", "description": "User and Group Name Lookups", "load_state": "loaded", "name": "nss-user-lookup.target", "sub_state": "active" }, "paths.target": { "active_state": "active", "description": "Paths", "load_state": "loaded", "name": "paths.target", "sub_state": "active" }, "plymouth-quit-wait.service": { "active_state": "active", "description": "Hold until boot process finishes up", "load_state": "loaded", "name": "plymouth-quit-wait.service", "sub_state": "exited" }, "plymouth-quit.service": { "active_state": "active", "description": "Terminate Plymouth Boot Screen", "load_state": "loaded", "name": "plymouth-quit.service", "sub_state": "exited" }, "plymouth-read-write.service": { "active_state": "active", "description": "Tell Plymouth To Write Out Runtime Data", "load_state": "loaded", "name": "plymouth-read-write.service", "sub_state": "exited" }, "plymouth-start.service": { "active_state": "active", "description": "Show Plymouth Boot Screen", "load_state": "loaded", "name": "plymouth-start.service", "sub_state": "exited" }, "polkit.service": { "active_state": "active", "description": "Authorization Manager", "load_state": "loaded", "name": "polkit.service", "sub_state": "running" }, "proc-sys-fs-binfmt_misc.automount": { "active_state": "active", "description": "Arbitrary Executable File Formats File System Automount Point", "load_state": "loaded", "name": "proc-sys-fs-binfmt_misc.automount", "sub_state": "waiting" }, "remote-fs-pre.target": { "active_state": "active", "description": "Remote File Systems (Pre)", "load_state": "loaded", "name": "remote-fs-pre.target", "sub_state": "active" }, "remote-fs.target": { "active_state": "active", "description": "Remote File Systems", "load_state": "loaded", "name": "remote-fs.target", "sub_state": "active" }, "restraintd.service": { "active_state": "active", "description": "The restraint harness.", "load_state": "loaded", "name": "restraintd.service", "sub_state": "running" }, "rngd.service": { "active_state": "active", "description": "Hardware RNG Entropy Gatherer Daemon", "load_state": "loaded", "name": "rngd.service", "sub_state": "running" }, "rpc-statd-notify.service": { "active_state": "active", "description": "Notify NFS peers of a restart", "load_state": "loaded", "name": "rpc-statd-notify.service", "sub_state": "exited" }, "rpc_pipefs.target": { "active_state": "active", "description": "rpc_pipefs.target", "load_state": "loaded", "name": "rpc_pipefs.target", "sub_state": "active" }, "rpcbind.service": { "active_state": "active", "description": "RPC Bind", "load_state": "loaded", "name": "rpcbind.service", "sub_state": "running" }, "rpcbind.socket": { "active_state": "active", "description": "RPCbind Server Activation Socket", "load_state": "loaded", "name": "rpcbind.socket", "sub_state": "running" }, "rpcbind.target": { "active_state": "active", "description": "RPC Port Mapper", "load_state": "loaded", "name": "rpcbind.target", "sub_state": "active" }, "rsyslog.service": { "active_state": "active", "description": "System Logging Service", "load_state": "loaded", "name": "rsyslog.service", "sub_state": "running" }, "run-user-0.mount": { "active_state": "active", "description": "/run/user/0", "load_state": "loaded", "name": "run-user-0.mount", "sub_state": "mounted" }, "session-3.scope": { "active_state": "active", "description": "Session 3 of user root", "load_state": "loaded", "name": "session-3.scope", "sub_state": "running" }, "session-5.scope": { "active_state": "active", "description": "Session 5 of user root", "load_state": "loaded", "name": "session-5.scope", "sub_state": "running" }, "slices.target": { "active_state": "active", "description": "Slices", "load_state": "loaded", "name": "slices.target", "sub_state": "active" }, "sockets.target": { "active_state": "active", "description": "Sockets", "load_state": "loaded", "name": "sockets.target", "sub_state": "active" }, "sshd-keygen.target": { "active_state": "active", "description": "sshd-keygen.target", "load_state": "loaded", "name": "sshd-keygen.target", "sub_state": "active" }, "sshd.service": { "active_state": "active", "description": "OpenSSH server daemon", "load_state": "loaded", "name": "sshd.service", "sub_state": "running" }, "sssd-kcm.socket": { "active_state": "active", "description": "SSSD Kerberos Cache Manager responder socket", "load_state": "loaded", "name": "sssd-kcm.socket", "sub_state": "listening" }, "swap.target": { "active_state": "active", "description": "Swap", "load_state": "loaded", "name": "swap.target", "sub_state": "active" }, "sys-devices-platform-serial8250-tty-ttyS1.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS1", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS1.device", "sub_state": "plugged" }, "sys-devices-platform-serial8250-tty-ttyS2.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS2", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS2.device", "sub_state": "plugged" }, "sys-devices-platform-serial8250-tty-ttyS3.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS3", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS3.device", "sub_state": "plugged" }, "sys-devices-pnp0-00:06-tty-ttyS0.device": { "active_state": "active", "description": "/sys/devices/pnp0/00:06/tty/ttyS0", "load_state": "loaded", "name": "sys-devices-pnp0-00:06-tty-ttyS0.device", "sub_state": "plugged" }, "sys-devices-vbd\\x2d768-block-xvda-xvda1.device": { "active_state": "active", "description": "/sys/devices/vbd-768/block/xvda/xvda1", "load_state": "loaded", "name": "sys-devices-vbd\\x2d768-block-xvda-xvda1.device", "sub_state": "plugged" }, "sys-devices-vbd\\x2d768-block-xvda.device": { "active_state": "active", "description": "/sys/devices/vbd-768/block/xvda", "load_state": "loaded", "name": "sys-devices-vbd\\x2d768-block-xvda.device", "sub_state": "plugged" }, "sys-devices-vif\\x2d0-net-eth0.device": { "active_state": "active", "description": "/sys/devices/vif-0/net/eth0", "load_state": "loaded", "name": "sys-devices-vif\\x2d0-net-eth0.device", "sub_state": "plugged" }, "sys-kernel-config.mount": { "active_state": "active", "description": "Kernel Configuration File System", "load_state": "loaded", "name": "sys-kernel-config.mount", "sub_state": "mounted" }, "sys-kernel-debug.mount": { "active_state": "active", "description": "Kernel Debug File System", "load_state": "loaded", "name": "sys-kernel-debug.mount", "sub_state": "mounted" }, "sys-kernel-tracing.mount": { "active_state": "active", "description": "/sys/kernel/tracing", "load_state": "loaded", "name": "sys-kernel-tracing.mount", "sub_state": "mounted" }, "sys-module-configfs.device": { "active_state": "active", "description": "/sys/module/configfs", "load_state": "loaded", "name": "sys-module-configfs.device", "sub_state": "plugged" }, "sys-subsystem-net-devices-eth0.device": { "active_state": "active", "description": "/sys/subsystem/net/devices/eth0", "load_state": "loaded", "name": "sys-subsystem-net-devices-eth0.device", "sub_state": "plugged" }, "sysinit.target": { "active_state": "active", "description": "System Initialization", "load_state": "loaded", "name": "sysinit.target", "sub_state": "active" }, "system-getty.slice": { "active_state": "active", "description": "system-getty.slice", "load_state": "loaded", "name": "system-getty.slice", "sub_state": "active" }, "system-sshd\\x2dkeygen.slice": { "active_state": "active", "description": "system-sshd\\x2dkeygen.slice", "load_state": "loaded", "name": "system-sshd\\x2dkeygen.slice", "sub_state": "active" }, "system.slice": { "active_state": "active", "description": "System Slice", "load_state": "loaded", "name": "system.slice", "sub_state": "active" }, "systemd-ask-password-plymouth.path": { "active_state": "active", "description": "Forward Password Requests to Plymouth Directory Watch", "load_state": "loaded", "name": "systemd-ask-password-plymouth.path", "sub_state": "waiting" }, "systemd-ask-password-wall.path": { "active_state": "active", "description": "Forward Password Requests to Wall Directory Watch", "load_state": "loaded", "name": "systemd-ask-password-wall.path", "sub_state": "waiting" }, "systemd-coredump.socket": { "active_state": "active", "description": "Process Core Dump Socket", "load_state": "loaded", "name": "systemd-coredump.socket", "sub_state": "listening" }, "systemd-initctl.socket": { "active_state": "active", "description": "initctl Compatibility Named Pipe", "load_state": "loaded", "name": "systemd-initctl.socket", "sub_state": "listening" }, "systemd-journal-flush.service": { "active_state": "active", "description": "Flush Journal to Persistent Storage", "load_state": "loaded", "name": "systemd-journal-flush.service", "sub_state": "exited" }, "systemd-journald-dev-log.socket": { "active_state": "active", "description": "Journal Socket (/dev/log)", "load_state": "loaded", "name": "systemd-journald-dev-log.socket", "sub_state": "running" }, "systemd-journald.service": { "active_state": "active", "description": "Journal Service", "load_state": "loaded", "name": "systemd-journald.service", "sub_state": "running" }, "systemd-journald.socket": { "active_state": "active", "description": "Journal Socket", "load_state": "loaded", "name": "systemd-journald.socket", "sub_state": "running" }, "systemd-logind.service": { "active_state": "active", "description": "Login Service", "load_state": "loaded", "name": "systemd-logind.service", "sub_state": "running" }, "systemd-machine-id-commit.service": { "active_state": "active", "description": "Commit a transient machine-id on disk", "load_state": "loaded", "name": "systemd-machine-id-commit.service", "sub_state": "exited" }, "systemd-random-seed.service": { "active_state": "active", "description": "Load/Save Random Seed", "load_state": "loaded", "name": "systemd-random-seed.service", "sub_state": "exited" }, "systemd-remount-fs.service": { "active_state": "active", "description": "Remount Root and Kernel File Systems", "load_state": "loaded", "name": "systemd-remount-fs.service", "sub_state": "exited" }, "systemd-sysctl.service": { "active_state": "active", "description": "Apply Kernel Variables", "load_state": "loaded", "name": "systemd-sysctl.service", "sub_state": "exited" }, "systemd-tmpfiles-clean.timer": { "active_state": "active", "description": "Daily Cleanup of Temporary Directories", "load_state": "loaded", "name": "systemd-tmpfiles-clean.timer", "sub_state": "waiting" }, "systemd-tmpfiles-setup-dev.service": { "active_state": "active", "description": "Create Static Device Nodes in /dev", "load_state": "loaded", "name": "systemd-tmpfiles-setup-dev.service", "sub_state": "exited" }, "systemd-tmpfiles-setup.service": { "active_state": "active", "description": "Create Volatile Files and Directories", "load_state": "loaded", "name": "systemd-tmpfiles-setup.service", "sub_state": "exited" }, "systemd-udev-trigger.service": { "active_state": "active", "description": "udev Coldplug all Devices", "load_state": "loaded", "name": "systemd-udev-trigger.service", "sub_state": "exited" }, "systemd-udevd-control.socket": { "active_state": "active", "description": "udev Control Socket", "load_state": "loaded", "name": "systemd-udevd-control.socket", "sub_state": "running" }, "systemd-udevd-kernel.socket": { "active_state": "active", "description": "udev Kernel Socket", "load_state": "loaded", "name": "systemd-udevd-kernel.socket", "sub_state": "running" }, "systemd-udevd.service": { "active_state": "active", "description": "udev Kernel Device Manager", "load_state": "loaded", "name": "systemd-udevd.service", "sub_state": "running" }, "systemd-update-utmp.service": { "active_state": "active", "description": "Update UTMP about System Boot/Shutdown", "load_state": "loaded", "name": "systemd-update-utmp.service", "sub_state": "exited" }, "systemd-user-sessions.service": { "active_state": "active", "description": "Permit User Sessions", "load_state": "loaded", "name": "systemd-user-sessions.service", "sub_state": "exited" }, "timers.target": { "active_state": "active", "description": "Timers", "load_state": "loaded", "name": "timers.target", "sub_state": "active" }, "tuned.service": { "active_state": "active", "description": "Dynamic System Tuning Daemon", "load_state": "loaded", "name": "tuned.service", "sub_state": "running" }, "unbound-anchor.timer": { "active_state": "active", "description": "daily update of the root trust anchor for DNSSEC", "load_state": "loaded", "name": "unbound-anchor.timer", "sub_state": "waiting" }, "user-0.slice": { "active_state": "active", "description": "User Slice of UID 0", "load_state": "loaded", "name": "user-0.slice", "sub_state": "active" }, "user-runtime-dir@0.service": { "active_state": "active", "description": "User runtime directory /run/user/0", "load_state": "loaded", "name": "user-runtime-dir@0.service", "sub_state": "exited" }, "user.slice": { "active_state": "active", "description": "User and Session Slice", "load_state": "loaded", "name": "user.slice", "sub_state": "active" }, "user@0.service": { "active_state": "active", "description": "User Manager for UID 0", "load_state": "loaded", "name": "user@0.service", "sub_state": "running" }, "var-lib-nfs-rpc_pipefs.mount": { "active_state": "active", "description": "RPC Pipe File System", "load_state": "loaded", "name": "var-lib-nfs-rpc_pipefs.mount", "sub_state": "mounted" } } } TASK [fedora.linux_system_roles.systemd : Set legacy systemd_units output variable] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:162 Monday 11 November 2024 18:51:38 -0500 (0:00:00.073) 0:00:23.110 ******* ok: [managed-node1] => { "ansible_facts": { "systemd_units": { "-.mount": { "active_state": "active", "description": "Root Mount", "load_state": "loaded", "name": "-.mount", "sub_state": "mounted" }, "-.slice": { "active_state": "active", "description": "Root Slice", "load_state": "loaded", "name": "-.slice", "sub_state": "active" }, "NetworkManager-wait-online.service": { "active_state": "active", "description": "Network Manager Wait Online", "load_state": "loaded", "name": "NetworkManager-wait-online.service", "sub_state": "exited" }, "NetworkManager.service": { "active_state": "active", "description": "Network Manager", "load_state": "loaded", "name": "NetworkManager.service", "sub_state": "running" }, "auditd.service": { "active_state": "active", "description": "Security Auditing Service", "load_state": "loaded", "name": "auditd.service", "sub_state": "running" }, "basic.target": { "active_state": "active", "description": "Basic System", "load_state": "loaded", "name": "basic.target", "sub_state": "active" }, "chronyd.service": { "active_state": "active", "description": "NTP client/server", "load_state": "loaded", "name": "chronyd.service", "sub_state": "running" }, "cloud-config.service": { "active_state": "active", "description": "Apply the settings specified in cloud-config", "load_state": "loaded", "name": "cloud-config.service", "sub_state": "exited" }, "cloud-config.target": { "active_state": "active", "description": "Cloud-config availability", "load_state": "loaded", "name": "cloud-config.target", "sub_state": "active" }, "cloud-final.service": { "active_state": "active", "description": "Execute cloud user/final scripts", "load_state": "loaded", "name": "cloud-final.service", "sub_state": "exited" }, "cloud-init-local.service": { "active_state": "active", "description": "Initial cloud-init job (pre-networking)", "load_state": "loaded", "name": "cloud-init-local.service", "sub_state": "exited" }, "cloud-init.service": { "active_state": "active", "description": "Initial cloud-init job (metadata service crawler)", "load_state": "loaded", "name": "cloud-init.service", "sub_state": "exited" }, "cloud-init.target": { "active_state": "active", "description": "Cloud-init target", "load_state": "loaded", "name": "cloud-init.target", "sub_state": "active" }, "crond.service": { "active_state": "active", "description": "Command Scheduler", "load_state": "loaded", "name": "crond.service", "sub_state": "running" }, "cryptsetup.target": { "active_state": "active", "description": "Local Encrypted Volumes", "load_state": "loaded", "name": "cryptsetup.target", "sub_state": "active" }, "dbus.service": { "active_state": "active", "description": "D-Bus System Message Bus", "load_state": "loaded", "name": "dbus.service", "sub_state": "running" }, "dbus.socket": { "active_state": "active", "description": "D-Bus System Message Bus Socket", "load_state": "loaded", "name": "dbus.socket", "sub_state": "running" }, "dev-hugepages.mount": { "active_state": "active", "description": "Huge Pages File System", "load_state": "loaded", "name": "dev-hugepages.mount", "sub_state": "mounted" }, "dev-mqueue.mount": { "active_state": "active", "description": "POSIX Message Queue File System", "load_state": "loaded", "name": "dev-mqueue.mount", "sub_state": "mounted" }, "dnf-makecache.timer": { "active_state": "active", "description": "dnf makecache --timer", "load_state": "loaded", "name": "dnf-makecache.timer", "sub_state": "waiting" }, "dracut-shutdown.service": { "active_state": "active", "description": "Restore /run/initramfs on shutdown", "load_state": "loaded", "name": "dracut-shutdown.service", "sub_state": "exited" }, "getty.target": { "active_state": "active", "description": "Login Prompts", "load_state": "loaded", "name": "getty.target", "sub_state": "active" }, "getty@tty1.service": { "active_state": "active", "description": "Getty on tty1", "load_state": "loaded", "name": "getty@tty1.service", "sub_state": "running" }, "gssproxy.service": { "active_state": "active", "description": "GSSAPI Proxy Daemon", "load_state": "loaded", "name": "gssproxy.service", "sub_state": "running" }, "import-state.service": { "active_state": "active", "description": "Import network configuration from initramfs", "load_state": "loaded", "name": "import-state.service", "sub_state": "exited" }, "init.scope": { "active_state": "active", "description": "System and Service Manager", "load_state": "loaded", "name": "init.scope", "sub_state": "running" }, "irqbalance.service": { "active_state": "active", "description": "irqbalance daemon", "load_state": "loaded", "name": "irqbalance.service", "sub_state": "running" }, "kdump.service": { "active_state": "active", "description": "Crash recovery kernel arming", "load_state": "loaded", "name": "kdump.service", "sub_state": "exited" }, "kmod-static-nodes.service": { "active_state": "active", "description": "Create list of required static device nodes for the current kernel", "load_state": "loaded", "name": "kmod-static-nodes.service", "sub_state": "exited" }, "local-fs-pre.target": { "active_state": "active", "description": "Local File Systems (Pre)", "load_state": "loaded", "name": "local-fs-pre.target", "sub_state": "active" }, "local-fs.target": { "active_state": "active", "description": "Local File Systems", "load_state": "loaded", "name": "local-fs.target", "sub_state": "active" }, "multi-user.target": { "active_state": "active", "description": "Multi-User System", "load_state": "loaded", "name": "multi-user.target", "sub_state": "active" }, "network-online.target": { "active_state": "active", "description": "Network is Online", "load_state": "loaded", "name": "network-online.target", "sub_state": "active" }, "network-pre.target": { "active_state": "active", "description": "Network (Pre)", "load_state": "loaded", "name": "network-pre.target", "sub_state": "active" }, "network.target": { "active_state": "active", "description": "Network", "load_state": "loaded", "name": "network.target", "sub_state": "active" }, "nfs-client.target": { "active_state": "active", "description": "NFS client services", "load_state": "loaded", "name": "nfs-client.target", "sub_state": "active" }, "nis-domainname.service": { "active_state": "active", "description": "Read and set NIS domainname from /etc/sysconfig/network", "load_state": "loaded", "name": "nis-domainname.service", "sub_state": "exited" }, "nss-user-lookup.target": { "active_state": "active", "description": "User and Group Name Lookups", "load_state": "loaded", "name": "nss-user-lookup.target", "sub_state": "active" }, "paths.target": { "active_state": "active", "description": "Paths", "load_state": "loaded", "name": "paths.target", "sub_state": "active" }, "plymouth-quit-wait.service": { "active_state": "active", "description": "Hold until boot process finishes up", "load_state": "loaded", "name": "plymouth-quit-wait.service", "sub_state": "exited" }, "plymouth-quit.service": { "active_state": "active", "description": "Terminate Plymouth Boot Screen", "load_state": "loaded", "name": "plymouth-quit.service", "sub_state": "exited" }, "plymouth-read-write.service": { "active_state": "active", "description": "Tell Plymouth To Write Out Runtime Data", "load_state": "loaded", "name": "plymouth-read-write.service", "sub_state": "exited" }, "plymouth-start.service": { "active_state": "active", "description": "Show Plymouth Boot Screen", "load_state": "loaded", "name": "plymouth-start.service", "sub_state": "exited" }, "polkit.service": { "active_state": "active", "description": "Authorization Manager", "load_state": "loaded", "name": "polkit.service", "sub_state": "running" }, "proc-sys-fs-binfmt_misc.automount": { "active_state": "active", "description": "Arbitrary Executable File Formats File System Automount Point", "load_state": "loaded", "name": "proc-sys-fs-binfmt_misc.automount", "sub_state": "waiting" }, "remote-fs-pre.target": { "active_state": "active", "description": "Remote File Systems (Pre)", "load_state": "loaded", "name": "remote-fs-pre.target", "sub_state": "active" }, "remote-fs.target": { "active_state": "active", "description": "Remote File Systems", "load_state": "loaded", "name": "remote-fs.target", "sub_state": "active" }, "restraintd.service": { "active_state": "active", "description": "The restraint harness.", "load_state": "loaded", "name": "restraintd.service", "sub_state": "running" }, "rngd.service": { "active_state": "active", "description": "Hardware RNG Entropy Gatherer Daemon", "load_state": "loaded", "name": "rngd.service", "sub_state": "running" }, "rpc-statd-notify.service": { "active_state": "active", "description": "Notify NFS peers of a restart", "load_state": "loaded", "name": "rpc-statd-notify.service", "sub_state": "exited" }, "rpc_pipefs.target": { "active_state": "active", "description": "rpc_pipefs.target", "load_state": "loaded", "name": "rpc_pipefs.target", "sub_state": "active" }, "rpcbind.service": { "active_state": "active", "description": "RPC Bind", "load_state": "loaded", "name": "rpcbind.service", "sub_state": "running" }, "rpcbind.socket": { "active_state": "active", "description": "RPCbind Server Activation Socket", "load_state": "loaded", "name": "rpcbind.socket", "sub_state": "running" }, "rpcbind.target": { "active_state": "active", "description": "RPC Port Mapper", "load_state": "loaded", "name": "rpcbind.target", "sub_state": "active" }, "rsyslog.service": { "active_state": "active", "description": "System Logging Service", "load_state": "loaded", "name": "rsyslog.service", "sub_state": "running" }, "run-user-0.mount": { "active_state": "active", "description": "/run/user/0", "load_state": "loaded", "name": "run-user-0.mount", "sub_state": "mounted" }, "session-3.scope": { "active_state": "active", "description": "Session 3 of user root", "load_state": "loaded", "name": "session-3.scope", "sub_state": "running" }, "session-5.scope": { "active_state": "active", "description": "Session 5 of user root", "load_state": "loaded", "name": "session-5.scope", "sub_state": "running" }, "slices.target": { "active_state": "active", "description": "Slices", "load_state": "loaded", "name": "slices.target", "sub_state": "active" }, "sockets.target": { "active_state": "active", "description": "Sockets", "load_state": "loaded", "name": "sockets.target", "sub_state": "active" }, "sshd-keygen.target": { "active_state": "active", "description": "sshd-keygen.target", "load_state": "loaded", "name": "sshd-keygen.target", "sub_state": "active" }, "sshd.service": { "active_state": "active", "description": "OpenSSH server daemon", "load_state": "loaded", "name": "sshd.service", "sub_state": "running" }, "sssd-kcm.socket": { "active_state": "active", "description": "SSSD Kerberos Cache Manager responder socket", "load_state": "loaded", "name": "sssd-kcm.socket", "sub_state": "listening" }, "swap.target": { "active_state": "active", "description": "Swap", "load_state": "loaded", "name": "swap.target", "sub_state": "active" }, "sys-devices-platform-serial8250-tty-ttyS1.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS1", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS1.device", "sub_state": "plugged" }, "sys-devices-platform-serial8250-tty-ttyS2.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS2", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS2.device", "sub_state": "plugged" }, "sys-devices-platform-serial8250-tty-ttyS3.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS3", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS3.device", "sub_state": "plugged" }, "sys-devices-pnp0-00:06-tty-ttyS0.device": { "active_state": "active", "description": "/sys/devices/pnp0/00:06/tty/ttyS0", "load_state": "loaded", "name": "sys-devices-pnp0-00:06-tty-ttyS0.device", "sub_state": "plugged" }, "sys-devices-vbd\\x2d768-block-xvda-xvda1.device": { "active_state": "active", "description": "/sys/devices/vbd-768/block/xvda/xvda1", "load_state": "loaded", "name": "sys-devices-vbd\\x2d768-block-xvda-xvda1.device", "sub_state": "plugged" }, "sys-devices-vbd\\x2d768-block-xvda.device": { "active_state": "active", "description": "/sys/devices/vbd-768/block/xvda", "load_state": "loaded", "name": "sys-devices-vbd\\x2d768-block-xvda.device", "sub_state": "plugged" }, "sys-devices-vif\\x2d0-net-eth0.device": { "active_state": "active", "description": "/sys/devices/vif-0/net/eth0", "load_state": "loaded", "name": "sys-devices-vif\\x2d0-net-eth0.device", "sub_state": "plugged" }, "sys-kernel-config.mount": { "active_state": "active", "description": "Kernel Configuration File System", "load_state": "loaded", "name": "sys-kernel-config.mount", "sub_state": "mounted" }, "sys-kernel-debug.mount": { "active_state": "active", "description": "Kernel Debug File System", "load_state": "loaded", "name": "sys-kernel-debug.mount", "sub_state": "mounted" }, "sys-kernel-tracing.mount": { "active_state": "active", "description": "/sys/kernel/tracing", "load_state": "loaded", "name": "sys-kernel-tracing.mount", "sub_state": "mounted" }, "sys-module-configfs.device": { "active_state": "active", "description": "/sys/module/configfs", "load_state": "loaded", "name": "sys-module-configfs.device", "sub_state": "plugged" }, "sys-subsystem-net-devices-eth0.device": { "active_state": "active", "description": "/sys/subsystem/net/devices/eth0", "load_state": "loaded", "name": "sys-subsystem-net-devices-eth0.device", "sub_state": "plugged" }, "sysinit.target": { "active_state": "active", "description": "System Initialization", "load_state": "loaded", "name": "sysinit.target", "sub_state": "active" }, "system-getty.slice": { "active_state": "active", "description": "system-getty.slice", "load_state": "loaded", "name": "system-getty.slice", "sub_state": "active" }, "system-sshd\\x2dkeygen.slice": { "active_state": "active", "description": "system-sshd\\x2dkeygen.slice", "load_state": "loaded", "name": "system-sshd\\x2dkeygen.slice", "sub_state": "active" }, "system.slice": { "active_state": "active", "description": "System Slice", "load_state": "loaded", "name": "system.slice", "sub_state": "active" }, "systemd-ask-password-plymouth.path": { "active_state": "active", "description": "Forward Password Requests to Plymouth Directory Watch", "load_state": "loaded", "name": "systemd-ask-password-plymouth.path", "sub_state": "waiting" }, "systemd-ask-password-wall.path": { "active_state": "active", "description": "Forward Password Requests to Wall Directory Watch", "load_state": "loaded", "name": "systemd-ask-password-wall.path", "sub_state": "waiting" }, "systemd-coredump.socket": { "active_state": "active", "description": "Process Core Dump Socket", "load_state": "loaded", "name": "systemd-coredump.socket", "sub_state": "listening" }, "systemd-initctl.socket": { "active_state": "active", "description": "initctl Compatibility Named Pipe", "load_state": "loaded", "name": "systemd-initctl.socket", "sub_state": "listening" }, "systemd-journal-flush.service": { "active_state": "active", "description": "Flush Journal to Persistent Storage", "load_state": "loaded", "name": "systemd-journal-flush.service", "sub_state": "exited" }, "systemd-journald-dev-log.socket": { "active_state": "active", "description": "Journal Socket (/dev/log)", "load_state": "loaded", "name": "systemd-journald-dev-log.socket", "sub_state": "running" }, "systemd-journald.service": { "active_state": "active", "description": "Journal Service", "load_state": "loaded", "name": "systemd-journald.service", "sub_state": "running" }, "systemd-journald.socket": { "active_state": "active", "description": "Journal Socket", "load_state": "loaded", "name": "systemd-journald.socket", "sub_state": "running" }, "systemd-logind.service": { "active_state": "active", "description": "Login Service", "load_state": "loaded", "name": "systemd-logind.service", "sub_state": "running" }, "systemd-machine-id-commit.service": { "active_state": "active", "description": "Commit a transient machine-id on disk", "load_state": "loaded", "name": "systemd-machine-id-commit.service", "sub_state": "exited" }, "systemd-random-seed.service": { "active_state": "active", "description": "Load/Save Random Seed", "load_state": "loaded", "name": "systemd-random-seed.service", "sub_state": "exited" }, "systemd-remount-fs.service": { "active_state": "active", "description": "Remount Root and Kernel File Systems", "load_state": "loaded", "name": "systemd-remount-fs.service", "sub_state": "exited" }, "systemd-sysctl.service": { "active_state": "active", "description": "Apply Kernel Variables", "load_state": "loaded", "name": "systemd-sysctl.service", "sub_state": "exited" }, "systemd-tmpfiles-clean.timer": { "active_state": "active", "description": "Daily Cleanup of Temporary Directories", "load_state": "loaded", "name": "systemd-tmpfiles-clean.timer", "sub_state": "waiting" }, "systemd-tmpfiles-setup-dev.service": { "active_state": "active", "description": "Create Static Device Nodes in /dev", "load_state": "loaded", "name": "systemd-tmpfiles-setup-dev.service", "sub_state": "exited" }, "systemd-tmpfiles-setup.service": { "active_state": "active", "description": "Create Volatile Files and Directories", "load_state": "loaded", "name": "systemd-tmpfiles-setup.service", "sub_state": "exited" }, "systemd-udev-trigger.service": { "active_state": "active", "description": "udev Coldplug all Devices", "load_state": "loaded", "name": "systemd-udev-trigger.service", "sub_state": "exited" }, "systemd-udevd-control.socket": { "active_state": "active", "description": "udev Control Socket", "load_state": "loaded", "name": "systemd-udevd-control.socket", "sub_state": "running" }, "systemd-udevd-kernel.socket": { "active_state": "active", "description": "udev Kernel Socket", "load_state": "loaded", "name": "systemd-udevd-kernel.socket", "sub_state": "running" }, "systemd-udevd.service": { "active_state": "active", "description": "udev Kernel Device Manager", "load_state": "loaded", "name": "systemd-udevd.service", "sub_state": "running" }, "systemd-update-utmp.service": { "active_state": "active", "description": "Update UTMP about System Boot/Shutdown", "load_state": "loaded", "name": "systemd-update-utmp.service", "sub_state": "exited" }, "systemd-user-sessions.service": { "active_state": "active", "description": "Permit User Sessions", "load_state": "loaded", "name": "systemd-user-sessions.service", "sub_state": "exited" }, "timers.target": { "active_state": "active", "description": "Timers", "load_state": "loaded", "name": "timers.target", "sub_state": "active" }, "tuned.service": { "active_state": "active", "description": "Dynamic System Tuning Daemon", "load_state": "loaded", "name": "tuned.service", "sub_state": "running" }, "unbound-anchor.timer": { "active_state": "active", "description": "daily update of the root trust anchor for DNSSEC", "load_state": "loaded", "name": "unbound-anchor.timer", "sub_state": "waiting" }, "user-0.slice": { "active_state": "active", "description": "User Slice of UID 0", "load_state": "loaded", "name": "user-0.slice", "sub_state": "active" }, "user-runtime-dir@0.service": { "active_state": "active", "description": "User runtime directory /run/user/0", "load_state": "loaded", "name": "user-runtime-dir@0.service", "sub_state": "exited" }, "user.slice": { "active_state": "active", "description": "User and Session Slice", "load_state": "loaded", "name": "user.slice", "sub_state": "active" }, "user@0.service": { "active_state": "active", "description": "User Manager for UID 0", "load_state": "loaded", "name": "user@0.service", "sub_state": "running" }, "var-lib-nfs-rpc_pipefs.mount": { "active_state": "active", "description": "RPC Pipe File System", "load_state": "loaded", "name": "var-lib-nfs-rpc_pipefs.mount", "sub_state": "mounted" } } }, "changed": false } TASK [fedora.linux_system_roles.systemd : Cancel linger for users if necessary] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:166 Monday 11 November 2024 18:51:38 -0500 (0:00:00.114) 0:00:23.225 ******* included: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/cancel_linger.yml for managed-node1 TASK [fedora.linux_system_roles.systemd : Cancel linger for given user] ******** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/cancel_linger.yml:10 Monday 11 November 2024 18:51:38 -0500 (0:00:00.118) 0:00:23.343 ******* skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Verify that unit file was deployed] ************************************** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/tests/systemd/tests_basic.yml:12 Monday 11 November 2024 18:51:38 -0500 (0:00:00.081) 0:00:23.424 ******* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1731369095.4232128, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "a1576b4506271f370ca5372ca8be9af0caa84b03", "ctime": 1731369095.4302127, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 182452418, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1731369094.9592102, "nlink": 1, "path": "/etc/systemd/system/foo.service", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 135, "uid": 0, "version": "3244075669", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } PLAY [Ensure that deploying unit file dropins work correctly] ****************** TASK [fedora.linux_system_roles.systemd : Ensure ansible_facts used by role] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:3 Monday 11 November 2024 18:51:39 -0500 (0:00:00.682) 0:00:24.107 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "__required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Support for user units only available in EL7 and later] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:13 Monday 11 November 2024 18:51:39 -0500 (0:00:00.138) 0:00:24.246 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "ansible_facts[\"distribution_major_version\"] is version(\"8\", \"<\")", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Support for user units only available in EL7 and later] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:27 Monday 11 November 2024 18:51:39 -0500 (0:00:00.065) 0:00:24.312 ******* META: end_host conditional evaluated to False, continuing execution for managed-node1 skipping: [managed-node1] => { "skip_reason": "end_host conditional evaluated to False, continuing execution for managed-node1" } MSG: end_host conditional evaluated to false, continuing execution for managed-node1 TASK [fedora.linux_system_roles.systemd : Check if system is ostree] *********** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:40 Monday 11 November 2024 18:51:39 -0500 (0:00:00.023) 0:00:24.335 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "not __systemd_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Set flag to indicate system is ostree] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:45 Monday 11 November 2024 18:51:39 -0500 (0:00:00.048) 0:00:24.384 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "not __systemd_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Check if transactional-update exists in /sbin] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:52 Monday 11 November 2024 18:51:39 -0500 (0:00:00.038) 0:00:24.422 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "not __systemd_is_transactional is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Set flag if transactional-update exists] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:57 Monday 11 November 2024 18:51:39 -0500 (0:00:00.028) 0:00:24.450 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "not __systemd_is_transactional is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure required packages are installed] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:61 Monday 11 November 2024 18:51:39 -0500 (0:00:00.041) 0:00:24.492 ******* ok: [managed-node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.systemd : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:73 Monday 11 November 2024 18:51:42 -0500 (0:00:02.997) 0:00:27.490 ******* skipping: [managed-node1] => { "false_condition": "__systemd_is_transactional | d(false)" } TASK [fedora.linux_system_roles.systemd : Reboot transactional update systems] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:78 Monday 11 November 2024 18:51:42 -0500 (0:00:00.035) 0:00:27.526 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "__systemd_is_transactional | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Fail if reboot is needed and not set] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:83 Monday 11 November 2024 18:51:42 -0500 (0:00:00.036) 0:00:27.562 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "__systemd_is_transactional | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Reset __systemd_user_info] *********** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:90 Monday 11 November 2024 18:51:42 -0500 (0:00:00.035) 0:00:27.598 ******* ok: [managed-node1] => { "ansible_facts": { "__systemd_user_info": {} }, "changed": false } TASK [fedora.linux_system_roles.systemd : Manage files and templates and their directories] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:94 Monday 11 November 2024 18:51:42 -0500 (0:00:00.016) 0:00:27.615 ******* included: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml for managed-node1 => (item=systemd_unit_files) included: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml for managed-node1 => (item=systemd_unit_file_templates) included: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml for managed-node1 => (item=systemd_dropins) TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:17 Monday 11 November 2024 18:51:43 -0500 (0:00:00.044) 0:00:27.659 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "__systemd_list | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure directories are present for users] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:29 Monday 11 November 2024 18:51:43 -0500 (0:00:00.043) 0:00:27.702 ******* skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.systemd : Ensure directories are present for dropins] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:37 Monday 11 November 2024 18:51:43 -0500 (0:00:00.042) 0:00:27.745 ******* skipping: [managed-node1] => (item={'item': 'foo.service.j2', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__systemd_list | length > 0", "item": { "dir_mode": "0755", "group": "0", "item": "foo.service.j2", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.systemd : Ensure unit files are present] ******* task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:46 Monday 11 November 2024 18:51:43 -0500 (0:00:00.048) 0:00:27.793 ******* skipping: [managed-node1] => (item={'item': 'foo.service.j2', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__systemd_list | length > 0", "item": { "dir_mode": "0755", "group": "0", "item": "foo.service.j2", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.systemd : Ensure unit file templates are present] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:57 Monday 11 November 2024 18:51:43 -0500 (0:00:00.046) 0:00:27.840 ******* skipping: [managed-node1] => (item={'item': 'foo.service.j2', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__systemd_list | length > 0", "item": { "dir_mode": "0755", "group": "0", "item": "foo.service.j2", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.systemd : Ensure unit files are absent] ******** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:68 Monday 11 November 2024 18:51:43 -0500 (0:00:00.047) 0:00:27.887 ******* skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.systemd : Find files in dropins directory] ***** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:76 Monday 11 November 2024 18:51:43 -0500 (0:00:00.037) 0:00:27.925 ******* skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.systemd : Remove dropin directory if no more files] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:83 Monday 11 November 2024 18:51:43 -0500 (0:00:00.037) 0:00:27.963 ******* skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:17 Monday 11 November 2024 18:51:43 -0500 (0:00:00.035) 0:00:27.999 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "__systemd_list | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure directories are present for users] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:29 Monday 11 November 2024 18:51:43 -0500 (0:00:00.041) 0:00:28.040 ******* skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.systemd : Ensure directories are present for dropins] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:37 Monday 11 November 2024 18:51:43 -0500 (0:00:00.037) 0:00:28.078 ******* skipping: [managed-node1] => (item={'item': 'foo.service.j2', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__systemd_list | length > 0", "item": { "dir_mode": "0755", "group": "0", "item": "foo.service.j2", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.systemd : Ensure unit files are present] ******* task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:46 Monday 11 November 2024 18:51:43 -0500 (0:00:00.053) 0:00:28.131 ******* skipping: [managed-node1] => (item={'item': 'foo.service.j2', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__systemd_list | length > 0", "item": { "dir_mode": "0755", "group": "0", "item": "foo.service.j2", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.systemd : Ensure unit file templates are present] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:57 Monday 11 November 2024 18:51:43 -0500 (0:00:00.049) 0:00:28.181 ******* skipping: [managed-node1] => (item={'item': 'foo.service.j2', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__systemd_list | length > 0", "item": { "dir_mode": "0755", "group": "0", "item": "foo.service.j2", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.systemd : Ensure unit files are absent] ******** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:68 Monday 11 November 2024 18:51:43 -0500 (0:00:00.051) 0:00:28.232 ******* skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.systemd : Find files in dropins directory] ***** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:76 Monday 11 November 2024 18:51:43 -0500 (0:00:00.043) 0:00:28.275 ******* skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.systemd : Remove dropin directory if no more files] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:83 Monday 11 November 2024 18:51:43 -0500 (0:00:00.037) 0:00:28.313 ******* skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:17 Monday 11 November 2024 18:51:43 -0500 (0:00:00.036) 0:00:28.349 ******* included: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_user_info.yml for managed-node1 TASK [fedora.linux_system_roles.systemd : Get user information] **************** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_user_info.yml:27 Monday 11 November 2024 18:51:43 -0500 (0:00:00.051) 0:00:28.401 ******* included: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_update_user_info.yml for managed-node1 => (item=root) TASK [fedora.linux_system_roles.systemd : Get user information] **************** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_update_user_info.yml:7 Monday 11 November 2024 18:51:43 -0500 (0:00:00.062) 0:00:28.463 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "'getent_passwd' not in ansible_facts or __systemd_user_name not in ansible_facts['getent_passwd']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Update systemd user info with new user info] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_update_user_info.yml:14 Monday 11 November 2024 18:51:43 -0500 (0:00:00.043) 0:00:28.507 ******* ok: [managed-node1] => { "ansible_facts": { "__systemd_user_info": { "root": { "group": "0", "units_dir": "/etc/systemd/system", "xdg_dir": "/run/user/0" } } }, "changed": false } TASK [fedora.linux_system_roles.systemd : Convert to list of dict with user data] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_user_info.yml:34 Monday 11 November 2024 18:51:43 -0500 (0:00:00.055) 0:00:28.563 ******* ok: [managed-node1] => { "ansible_facts": { "__systemd_dict_list": [ { "dir_mode": "0755", "group": "0", "item": "foo.service.conf.j2", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" } ] }, "changed": false } TASK [fedora.linux_system_roles.systemd : Enable linger if needed] ************* task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_user_info.yml:71 Monday 11 November 2024 18:51:43 -0500 (0:00:00.059) 0:00:28.622 ******* skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.systemd : Ensure directories are present for users] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:29 Monday 11 November 2024 18:51:44 -0500 (0:00:00.047) 0:00:28.669 ******* skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.systemd : Ensure directories are present for dropins] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:37 Monday 11 November 2024 18:51:44 -0500 (0:00:00.040) 0:00:28.710 ******* changed: [managed-node1] => (item={'item': 'foo.service.conf.j2', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": true, "gid": 0, "group": "root", "item": { "dir_mode": "0755", "group": "0", "item": "foo.service.conf.j2", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "mode": "0755", "owner": "root", "path": "/etc/systemd/system/foo.service.d", "secontext": "unconfined_u:object_r:systemd_unit_file_t:s0", "size": 6, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.systemd : Ensure unit files are present] ******* task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:46 Monday 11 November 2024 18:51:44 -0500 (0:00:00.535) 0:00:29.245 ******* skipping: [managed-node1] => (item={'item': 'foo.service.conf.j2', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__systemd_list_name == \"systemd_unit_files\"", "item": { "dir_mode": "0755", "group": "0", "item": "foo.service.conf.j2", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.systemd : Ensure unit file templates are present] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:57 Monday 11 November 2024 18:51:44 -0500 (0:00:00.054) 0:00:29.300 ******* changed: [managed-node1] => (item={'item': 'foo.service.conf.j2', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": true, "checksum": "43138f80633a2dd32d446b237b9ed62fa32438dd", "dest": "/etc/systemd/system/foo.service.d/99-override.conf", "gid": 0, "group": "root", "item": { "dir_mode": "0755", "group": "0", "item": "foo.service.conf.j2", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "md5sum": "59b0663876980f2d7e6d3c5e2b13cdbc", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:systemd_unit_file_t:s0", "size": 48, "src": "/root/.ansible/tmp/ansible-tmp-1731369104.7312398-8663-51728094815825/source", "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.systemd : Ensure unit files are absent] ******** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:68 Monday 11 November 2024 18:51:45 -0500 (0:00:00.709) 0:00:30.009 ******* skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.systemd : Find files in dropins directory] ***** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:76 Monday 11 November 2024 18:51:45 -0500 (0:00:00.038) 0:00:30.047 ******* skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.systemd : Remove dropin directory if no more files] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:83 Monday 11 November 2024 18:51:45 -0500 (0:00:00.037) 0:00:30.084 ******* skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.systemd : Reload systemd] ********************** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:106 Monday 11 November 2024 18:51:45 -0500 (0:00:00.034) 0:00:30.119 ******* ok: [managed-node1] => (item=root) => { "ansible_loop_var": "item", "changed": false, "item": "root", "name": null, "status": {} } TASK [fedora.linux_system_roles.systemd : Manage units] ************************ task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:119 Monday 11 November 2024 18:51:46 -0500 (0:00:01.061) 0:00:31.181 ******* included: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 => (item={'name': 'systemd_started_units', 'state': 'started'}) included: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 => (item={'name': 'systemd_stopped_units', 'state': 'stopped'}) included: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 => (item={'name': 'systemd_restarted_units', 'state': 'restarted'}) included: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 => (item={'name': 'systemd_reloaded_units', 'state': 'reloaded'}) included: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 => (item={'name': 'systemd_enabled_units', 'enabled': 'true'}) included: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 => (item={'name': 'systemd_disabled_units', 'enabled': 'false'}) included: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 => (item={'name': 'systemd_masked_units', 'masked': 'true'}) included: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 => (item={'name': 'systemd_unmasked_units', 'masked': 'false'}) TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 18:51:46 -0500 (0:00:00.070) 0:00:31.251 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "__systemd_list | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 18:51:46 -0500 (0:00:00.111) 0:00:31.363 ******* skipping: [managed-node1] => (item={'item': 'foo.service.conf.j2', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__systemd_list | length > 0", "item": { "dir_mode": "0755", "group": "0", "item": "foo.service.conf.j2", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 18:51:46 -0500 (0:00:00.047) 0:00:31.410 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "__systemd_list | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 18:51:46 -0500 (0:00:00.041) 0:00:31.452 ******* skipping: [managed-node1] => (item={'item': 'foo.service.conf.j2', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__systemd_list | length > 0", "item": { "dir_mode": "0755", "group": "0", "item": "foo.service.conf.j2", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 18:51:46 -0500 (0:00:00.047) 0:00:31.500 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "__systemd_list | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 18:51:46 -0500 (0:00:00.058) 0:00:31.559 ******* skipping: [managed-node1] => (item={'item': 'foo.service.conf.j2', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__systemd_list | length > 0", "item": { "dir_mode": "0755", "group": "0", "item": "foo.service.conf.j2", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 18:51:46 -0500 (0:00:00.068) 0:00:31.627 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "__systemd_list | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 18:51:47 -0500 (0:00:00.052) 0:00:31.680 ******* skipping: [managed-node1] => (item={'item': 'foo.service.conf.j2', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__systemd_list | length > 0", "item": { "dir_mode": "0755", "group": "0", "item": "foo.service.conf.j2", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 18:51:47 -0500 (0:00:00.052) 0:00:31.733 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "__systemd_list | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 18:51:47 -0500 (0:00:00.049) 0:00:31.782 ******* skipping: [managed-node1] => (item={'item': 'foo.service.conf.j2', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__systemd_list | length > 0", "item": { "dir_mode": "0755", "group": "0", "item": "foo.service.conf.j2", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 18:51:47 -0500 (0:00:00.052) 0:00:31.834 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "__systemd_list | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 18:51:47 -0500 (0:00:00.046) 0:00:31.880 ******* skipping: [managed-node1] => (item={'item': 'foo.service.conf.j2', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__systemd_list | length > 0", "item": { "dir_mode": "0755", "group": "0", "item": "foo.service.conf.j2", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 18:51:47 -0500 (0:00:00.049) 0:00:31.930 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "__systemd_list | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 18:51:47 -0500 (0:00:00.051) 0:00:31.981 ******* skipping: [managed-node1] => (item={'item': 'foo.service.conf.j2', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__systemd_list | length > 0", "item": { "dir_mode": "0755", "group": "0", "item": "foo.service.conf.j2", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 18:51:47 -0500 (0:00:00.062) 0:00:32.044 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "__systemd_list | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 18:51:47 -0500 (0:00:00.068) 0:00:32.112 ******* skipping: [managed-node1] => (item={'item': 'foo.service.conf.j2', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__systemd_list | length > 0", "item": { "dir_mode": "0755", "group": "0", "item": "foo.service.conf.j2", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.systemd : DebugBefore] ************************* task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:146 Monday 11 November 2024 18:51:47 -0500 (0:00:00.075) 0:00:32.188 ******* ok: [managed-node1] => {} MSG: facts { "root": { "-.mount": { "active_state": "active", "description": "Root Mount", "load_state": "loaded", "name": "-.mount", "sub_state": "mounted" }, "-.slice": { "active_state": "active", "description": "Root Slice", "load_state": "loaded", "name": "-.slice", "sub_state": "active" }, "NetworkManager-wait-online.service": { "active_state": "active", "description": "Network Manager Wait Online", "load_state": "loaded", "name": "NetworkManager-wait-online.service", "sub_state": "exited" }, "NetworkManager.service": { "active_state": "active", "description": "Network Manager", "load_state": "loaded", "name": "NetworkManager.service", "sub_state": "running" }, "auditd.service": { "active_state": "active", "description": "Security Auditing Service", "load_state": "loaded", "name": "auditd.service", "sub_state": "running" }, "basic.target": { "active_state": "active", "description": "Basic System", "load_state": "loaded", "name": "basic.target", "sub_state": "active" }, "chronyd.service": { "active_state": "active", "description": "NTP client/server", "load_state": "loaded", "name": "chronyd.service", "sub_state": "running" }, "cloud-config.service": { "active_state": "active", "description": "Apply the settings specified in cloud-config", "load_state": "loaded", "name": "cloud-config.service", "sub_state": "exited" }, "cloud-config.target": { "active_state": "active", "description": "Cloud-config availability", "load_state": "loaded", "name": "cloud-config.target", "sub_state": "active" }, "cloud-final.service": { "active_state": "active", "description": "Execute cloud user/final scripts", "load_state": "loaded", "name": "cloud-final.service", "sub_state": "exited" }, "cloud-init-local.service": { "active_state": "active", "description": "Initial cloud-init job (pre-networking)", "load_state": "loaded", "name": "cloud-init-local.service", "sub_state": "exited" }, "cloud-init.service": { "active_state": "active", "description": "Initial cloud-init job (metadata service crawler)", "load_state": "loaded", "name": "cloud-init.service", "sub_state": "exited" }, "cloud-init.target": { "active_state": "active", "description": "Cloud-init target", "load_state": "loaded", "name": "cloud-init.target", "sub_state": "active" }, "crond.service": { "active_state": "active", "description": "Command Scheduler", "load_state": "loaded", "name": "crond.service", "sub_state": "running" }, "cryptsetup.target": { "active_state": "active", "description": "Local Encrypted Volumes", "load_state": "loaded", "name": "cryptsetup.target", "sub_state": "active" }, "dbus.service": { "active_state": "active", "description": "D-Bus System Message Bus", "load_state": "loaded", "name": "dbus.service", "sub_state": "running" }, "dbus.socket": { "active_state": "active", "description": "D-Bus System Message Bus Socket", "load_state": "loaded", "name": "dbus.socket", "sub_state": "running" }, "dev-hugepages.mount": { "active_state": "active", "description": "Huge Pages File System", "load_state": "loaded", "name": "dev-hugepages.mount", "sub_state": "mounted" }, "dev-mqueue.mount": { "active_state": "active", "description": "POSIX Message Queue File System", "load_state": "loaded", "name": "dev-mqueue.mount", "sub_state": "mounted" }, "dnf-makecache.timer": { "active_state": "active", "description": "dnf makecache --timer", "load_state": "loaded", "name": "dnf-makecache.timer", "sub_state": "waiting" }, "dracut-shutdown.service": { "active_state": "active", "description": "Restore /run/initramfs on shutdown", "load_state": "loaded", "name": "dracut-shutdown.service", "sub_state": "exited" }, "getty.target": { "active_state": "active", "description": "Login Prompts", "load_state": "loaded", "name": "getty.target", "sub_state": "active" }, "getty@tty1.service": { "active_state": "active", "description": "Getty on tty1", "load_state": "loaded", "name": "getty@tty1.service", "sub_state": "running" }, "gssproxy.service": { "active_state": "active", "description": "GSSAPI Proxy Daemon", "load_state": "loaded", "name": "gssproxy.service", "sub_state": "running" }, "import-state.service": { "active_state": "active", "description": "Import network configuration from initramfs", "load_state": "loaded", "name": "import-state.service", "sub_state": "exited" }, "init.scope": { "active_state": "active", "description": "System and Service Manager", "load_state": "loaded", "name": "init.scope", "sub_state": "running" }, "irqbalance.service": { "active_state": "active", "description": "irqbalance daemon", "load_state": "loaded", "name": "irqbalance.service", "sub_state": "running" }, "kdump.service": { "active_state": "active", "description": "Crash recovery kernel arming", "load_state": "loaded", "name": "kdump.service", "sub_state": "exited" }, "kmod-static-nodes.service": { "active_state": "active", "description": "Create list of required static device nodes for the current kernel", "load_state": "loaded", "name": "kmod-static-nodes.service", "sub_state": "exited" }, "local-fs-pre.target": { "active_state": "active", "description": "Local File Systems (Pre)", "load_state": "loaded", "name": "local-fs-pre.target", "sub_state": "active" }, "local-fs.target": { "active_state": "active", "description": "Local File Systems", "load_state": "loaded", "name": "local-fs.target", "sub_state": "active" }, "multi-user.target": { "active_state": "active", "description": "Multi-User System", "load_state": "loaded", "name": "multi-user.target", "sub_state": "active" }, "network-online.target": { "active_state": "active", "description": "Network is Online", "load_state": "loaded", "name": "network-online.target", "sub_state": "active" }, "network-pre.target": { "active_state": "active", "description": "Network (Pre)", "load_state": "loaded", "name": "network-pre.target", "sub_state": "active" }, "network.target": { "active_state": "active", "description": "Network", "load_state": "loaded", "name": "network.target", "sub_state": "active" }, "nfs-client.target": { "active_state": "active", "description": "NFS client services", "load_state": "loaded", "name": "nfs-client.target", "sub_state": "active" }, "nis-domainname.service": { "active_state": "active", "description": "Read and set NIS domainname from /etc/sysconfig/network", "load_state": "loaded", "name": "nis-domainname.service", "sub_state": "exited" }, "nss-user-lookup.target": { "active_state": "active", "description": "User and Group Name Lookups", "load_state": "loaded", "name": "nss-user-lookup.target", "sub_state": "active" }, "paths.target": { "active_state": "active", "description": "Paths", "load_state": "loaded", "name": "paths.target", "sub_state": "active" }, "plymouth-quit-wait.service": { "active_state": "active", "description": "Hold until boot process finishes up", "load_state": "loaded", "name": "plymouth-quit-wait.service", "sub_state": "exited" }, "plymouth-quit.service": { "active_state": "active", "description": "Terminate Plymouth Boot Screen", "load_state": "loaded", "name": "plymouth-quit.service", "sub_state": "exited" }, "plymouth-read-write.service": { "active_state": "active", "description": "Tell Plymouth To Write Out Runtime Data", "load_state": "loaded", "name": "plymouth-read-write.service", "sub_state": "exited" }, "plymouth-start.service": { "active_state": "active", "description": "Show Plymouth Boot Screen", "load_state": "loaded", "name": "plymouth-start.service", "sub_state": "exited" }, "polkit.service": { "active_state": "active", "description": "Authorization Manager", "load_state": "loaded", "name": "polkit.service", "sub_state": "running" }, "proc-sys-fs-binfmt_misc.automount": { "active_state": "active", "description": "Arbitrary Executable File Formats File System Automount Point", "load_state": "loaded", "name": "proc-sys-fs-binfmt_misc.automount", "sub_state": "waiting" }, "remote-fs-pre.target": { "active_state": "active", "description": "Remote File Systems (Pre)", "load_state": "loaded", "name": "remote-fs-pre.target", "sub_state": "active" }, "remote-fs.target": { "active_state": "active", "description": "Remote File Systems", "load_state": "loaded", "name": "remote-fs.target", "sub_state": "active" }, "restraintd.service": { "active_state": "active", "description": "The restraint harness.", "load_state": "loaded", "name": "restraintd.service", "sub_state": "running" }, "rngd.service": { "active_state": "active", "description": "Hardware RNG Entropy Gatherer Daemon", "load_state": "loaded", "name": "rngd.service", "sub_state": "running" }, "rpc-statd-notify.service": { "active_state": "active", "description": "Notify NFS peers of a restart", "load_state": "loaded", "name": "rpc-statd-notify.service", "sub_state": "exited" }, "rpc_pipefs.target": { "active_state": "active", "description": "rpc_pipefs.target", "load_state": "loaded", "name": "rpc_pipefs.target", "sub_state": "active" }, "rpcbind.service": { "active_state": "active", "description": "RPC Bind", "load_state": "loaded", "name": "rpcbind.service", "sub_state": "running" }, "rpcbind.socket": { "active_state": "active", "description": "RPCbind Server Activation Socket", "load_state": "loaded", "name": "rpcbind.socket", "sub_state": "running" }, "rpcbind.target": { "active_state": "active", "description": "RPC Port Mapper", "load_state": "loaded", "name": "rpcbind.target", "sub_state": "active" }, "rsyslog.service": { "active_state": "active", "description": "System Logging Service", "load_state": "loaded", "name": "rsyslog.service", "sub_state": "running" }, "run-user-0.mount": { "active_state": "active", "description": "/run/user/0", "load_state": "loaded", "name": "run-user-0.mount", "sub_state": "mounted" }, "session-3.scope": { "active_state": "active", "description": "Session 3 of user root", "load_state": "loaded", "name": "session-3.scope", "sub_state": "running" }, "session-5.scope": { "active_state": "active", "description": "Session 5 of user root", "load_state": "loaded", "name": "session-5.scope", "sub_state": "running" }, "slices.target": { "active_state": "active", "description": "Slices", "load_state": "loaded", "name": "slices.target", "sub_state": "active" }, "sockets.target": { "active_state": "active", "description": "Sockets", "load_state": "loaded", "name": "sockets.target", "sub_state": "active" }, "sshd-keygen.target": { "active_state": "active", "description": "sshd-keygen.target", "load_state": "loaded", "name": "sshd-keygen.target", "sub_state": "active" }, "sshd.service": { "active_state": "active", "description": "OpenSSH server daemon", "load_state": "loaded", "name": "sshd.service", "sub_state": "running" }, "sssd-kcm.socket": { "active_state": "active", "description": "SSSD Kerberos Cache Manager responder socket", "load_state": "loaded", "name": "sssd-kcm.socket", "sub_state": "listening" }, "swap.target": { "active_state": "active", "description": "Swap", "load_state": "loaded", "name": "swap.target", "sub_state": "active" }, "sys-devices-platform-serial8250-tty-ttyS1.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS1", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS1.device", "sub_state": "plugged" }, "sys-devices-platform-serial8250-tty-ttyS2.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS2", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS2.device", "sub_state": "plugged" }, "sys-devices-platform-serial8250-tty-ttyS3.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS3", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS3.device", "sub_state": "plugged" }, "sys-devices-pnp0-00:06-tty-ttyS0.device": { "active_state": "active", "description": "/sys/devices/pnp0/00:06/tty/ttyS0", "load_state": "loaded", "name": "sys-devices-pnp0-00:06-tty-ttyS0.device", "sub_state": "plugged" }, "sys-devices-vbd\\x2d768-block-xvda-xvda1.device": { "active_state": "active", "description": "/sys/devices/vbd-768/block/xvda/xvda1", "load_state": "loaded", "name": "sys-devices-vbd\\x2d768-block-xvda-xvda1.device", "sub_state": "plugged" }, "sys-devices-vbd\\x2d768-block-xvda.device": { "active_state": "active", "description": "/sys/devices/vbd-768/block/xvda", "load_state": "loaded", "name": "sys-devices-vbd\\x2d768-block-xvda.device", "sub_state": "plugged" }, "sys-devices-vif\\x2d0-net-eth0.device": { "active_state": "active", "description": "/sys/devices/vif-0/net/eth0", "load_state": "loaded", "name": "sys-devices-vif\\x2d0-net-eth0.device", "sub_state": "plugged" }, "sys-kernel-config.mount": { "active_state": "active", "description": "Kernel Configuration File System", "load_state": "loaded", "name": "sys-kernel-config.mount", "sub_state": "mounted" }, "sys-kernel-debug.mount": { "active_state": "active", "description": "Kernel Debug File System", "load_state": "loaded", "name": "sys-kernel-debug.mount", "sub_state": "mounted" }, "sys-kernel-tracing.mount": { "active_state": "active", "description": "/sys/kernel/tracing", "load_state": "loaded", "name": "sys-kernel-tracing.mount", "sub_state": "mounted" }, "sys-module-configfs.device": { "active_state": "active", "description": "/sys/module/configfs", "load_state": "loaded", "name": "sys-module-configfs.device", "sub_state": "plugged" }, "sys-subsystem-net-devices-eth0.device": { "active_state": "active", "description": "/sys/subsystem/net/devices/eth0", "load_state": "loaded", "name": "sys-subsystem-net-devices-eth0.device", "sub_state": "plugged" }, "sysinit.target": { "active_state": "active", "description": "System Initialization", "load_state": "loaded", "name": "sysinit.target", "sub_state": "active" }, "system-getty.slice": { "active_state": "active", "description": "system-getty.slice", "load_state": "loaded", "name": "system-getty.slice", "sub_state": "active" }, "system-sshd\\x2dkeygen.slice": { "active_state": "active", "description": "system-sshd\\x2dkeygen.slice", "load_state": "loaded", "name": "system-sshd\\x2dkeygen.slice", "sub_state": "active" }, "system.slice": { "active_state": "active", "description": "System Slice", "load_state": "loaded", "name": "system.slice", "sub_state": "active" }, "systemd-ask-password-plymouth.path": { "active_state": "active", "description": "Forward Password Requests to Plymouth Directory Watch", "load_state": "loaded", "name": "systemd-ask-password-plymouth.path", "sub_state": "waiting" }, "systemd-ask-password-wall.path": { "active_state": "active", "description": "Forward Password Requests to Wall Directory Watch", "load_state": "loaded", "name": "systemd-ask-password-wall.path", "sub_state": "waiting" }, "systemd-coredump.socket": { "active_state": "active", "description": "Process Core Dump Socket", "load_state": "loaded", "name": "systemd-coredump.socket", "sub_state": "listening" }, "systemd-initctl.socket": { "active_state": "active", "description": "initctl Compatibility Named Pipe", "load_state": "loaded", "name": "systemd-initctl.socket", "sub_state": "listening" }, "systemd-journal-flush.service": { "active_state": "active", "description": "Flush Journal to Persistent Storage", "load_state": "loaded", "name": "systemd-journal-flush.service", "sub_state": "exited" }, "systemd-journald-dev-log.socket": { "active_state": "active", "description": "Journal Socket (/dev/log)", "load_state": "loaded", "name": "systemd-journald-dev-log.socket", "sub_state": "running" }, "systemd-journald.service": { "active_state": "active", "description": "Journal Service", "load_state": "loaded", "name": "systemd-journald.service", "sub_state": "running" }, "systemd-journald.socket": { "active_state": "active", "description": "Journal Socket", "load_state": "loaded", "name": "systemd-journald.socket", "sub_state": "running" }, "systemd-logind.service": { "active_state": "active", "description": "Login Service", "load_state": "loaded", "name": "systemd-logind.service", "sub_state": "running" }, "systemd-machine-id-commit.service": { "active_state": "active", "description": "Commit a transient machine-id on disk", "load_state": "loaded", "name": "systemd-machine-id-commit.service", "sub_state": "exited" }, "systemd-random-seed.service": { "active_state": "active", "description": "Load/Save Random Seed", "load_state": "loaded", "name": "systemd-random-seed.service", "sub_state": "exited" }, "systemd-remount-fs.service": { "active_state": "active", "description": "Remount Root and Kernel File Systems", "load_state": "loaded", "name": "systemd-remount-fs.service", "sub_state": "exited" }, "systemd-sysctl.service": { "active_state": "active", "description": "Apply Kernel Variables", "load_state": "loaded", "name": "systemd-sysctl.service", "sub_state": "exited" }, "systemd-tmpfiles-clean.timer": { "active_state": "active", "description": "Daily Cleanup of Temporary Directories", "load_state": "loaded", "name": "systemd-tmpfiles-clean.timer", "sub_state": "waiting" }, "systemd-tmpfiles-setup-dev.service": { "active_state": "active", "description": "Create Static Device Nodes in /dev", "load_state": "loaded", "name": "systemd-tmpfiles-setup-dev.service", "sub_state": "exited" }, "systemd-tmpfiles-setup.service": { "active_state": "active", "description": "Create Volatile Files and Directories", "load_state": "loaded", "name": "systemd-tmpfiles-setup.service", "sub_state": "exited" }, "systemd-udev-trigger.service": { "active_state": "active", "description": "udev Coldplug all Devices", "load_state": "loaded", "name": "systemd-udev-trigger.service", "sub_state": "exited" }, "systemd-udevd-control.socket": { "active_state": "active", "description": "udev Control Socket", "load_state": "loaded", "name": "systemd-udevd-control.socket", "sub_state": "running" }, "systemd-udevd-kernel.socket": { "active_state": "active", "description": "udev Kernel Socket", "load_state": "loaded", "name": "systemd-udevd-kernel.socket", "sub_state": "running" }, "systemd-udevd.service": { "active_state": "active", "description": "udev Kernel Device Manager", "load_state": "loaded", "name": "systemd-udevd.service", "sub_state": "running" }, "systemd-update-utmp.service": { "active_state": "active", "description": "Update UTMP about System Boot/Shutdown", "load_state": "loaded", "name": "systemd-update-utmp.service", "sub_state": "exited" }, "systemd-user-sessions.service": { "active_state": "active", "description": "Permit User Sessions", "load_state": "loaded", "name": "systemd-user-sessions.service", "sub_state": "exited" }, "timers.target": { "active_state": "active", "description": "Timers", "load_state": "loaded", "name": "timers.target", "sub_state": "active" }, "tuned.service": { "active_state": "active", "description": "Dynamic System Tuning Daemon", "load_state": "loaded", "name": "tuned.service", "sub_state": "running" }, "unbound-anchor.timer": { "active_state": "active", "description": "daily update of the root trust anchor for DNSSEC", "load_state": "loaded", "name": "unbound-anchor.timer", "sub_state": "waiting" }, "user-0.slice": { "active_state": "active", "description": "User Slice of UID 0", "load_state": "loaded", "name": "user-0.slice", "sub_state": "active" }, "user-runtime-dir@0.service": { "active_state": "active", "description": "User runtime directory /run/user/0", "load_state": "loaded", "name": "user-runtime-dir@0.service", "sub_state": "exited" }, "user.slice": { "active_state": "active", "description": "User and Session Slice", "load_state": "loaded", "name": "user.slice", "sub_state": "active" }, "user@0.service": { "active_state": "active", "description": "User Manager for UID 0", "load_state": "loaded", "name": "user@0.service", "sub_state": "running" }, "var-lib-nfs-rpc_pipefs.mount": { "active_state": "active", "description": "RPC Pipe File System", "load_state": "loaded", "name": "var-lib-nfs-rpc_pipefs.mount", "sub_state": "mounted" } } } TASK [fedora.linux_system_roles.systemd : Gather systemd units state for system and user units] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:150 Monday 11 November 2024 18:51:47 -0500 (0:00:00.062) 0:00:32.250 ******* included: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_systemd_units_info.yml for managed-node1 => (item={'key': 'root', 'value': {'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'group': '0'}}) TASK [fedora.linux_system_roles.systemd : Gather systemd units state for system and user units] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_systemd_units_info.yml:7 Monday 11 November 2024 18:51:47 -0500 (0:00:00.068) 0:00:32.319 ******* ok: [managed-node1] => { "ansible_facts": { "systemd_units": { "-.mount": { "active_state": "active", "description": "Root Mount", "load_state": "loaded", "name": "-.mount", "sub_state": "mounted" }, "-.slice": { "active_state": "active", "description": "Root Slice", "load_state": "loaded", "name": "-.slice", "sub_state": "active" }, "NetworkManager-wait-online.service": { "active_state": "active", "description": "Network Manager Wait Online", "load_state": "loaded", "name": "NetworkManager-wait-online.service", "sub_state": "exited" }, "NetworkManager.service": { "active_state": "active", "description": "Network Manager", "load_state": "loaded", "name": "NetworkManager.service", "sub_state": "running" }, "auditd.service": { "active_state": "active", "description": "Security Auditing Service", "load_state": "loaded", "name": "auditd.service", "sub_state": "running" }, "basic.target": { "active_state": "active", "description": "Basic System", "load_state": "loaded", "name": "basic.target", "sub_state": "active" }, "chronyd.service": { "active_state": "active", "description": "NTP client/server", "load_state": "loaded", "name": "chronyd.service", "sub_state": "running" }, "cloud-config.service": { "active_state": "active", "description": "Apply the settings specified in cloud-config", "load_state": "loaded", "name": "cloud-config.service", "sub_state": "exited" }, "cloud-config.target": { "active_state": "active", "description": "Cloud-config availability", "load_state": "loaded", "name": "cloud-config.target", "sub_state": "active" }, "cloud-final.service": { "active_state": "active", "description": "Execute cloud user/final scripts", "load_state": "loaded", "name": "cloud-final.service", "sub_state": "exited" }, "cloud-init-local.service": { "active_state": "active", "description": "Initial cloud-init job (pre-networking)", "load_state": "loaded", "name": "cloud-init-local.service", "sub_state": "exited" }, "cloud-init.service": { "active_state": "active", "description": "Initial cloud-init job (metadata service crawler)", "load_state": "loaded", "name": "cloud-init.service", "sub_state": "exited" }, "cloud-init.target": { "active_state": "active", "description": "Cloud-init target", "load_state": "loaded", "name": "cloud-init.target", "sub_state": "active" }, "crond.service": { "active_state": "active", "description": "Command Scheduler", "load_state": "loaded", "name": "crond.service", "sub_state": "running" }, "cryptsetup.target": { "active_state": "active", "description": "Local Encrypted Volumes", "load_state": "loaded", "name": "cryptsetup.target", "sub_state": "active" }, "dbus.service": { "active_state": "active", "description": "D-Bus System Message Bus", "load_state": "loaded", "name": "dbus.service", "sub_state": "running" }, "dbus.socket": { "active_state": "active", "description": "D-Bus System Message Bus Socket", "load_state": "loaded", "name": "dbus.socket", "sub_state": "running" }, "dev-hugepages.mount": { "active_state": "active", "description": "Huge Pages File System", "load_state": "loaded", "name": "dev-hugepages.mount", "sub_state": "mounted" }, "dev-mqueue.mount": { "active_state": "active", "description": "POSIX Message Queue File System", "load_state": "loaded", "name": "dev-mqueue.mount", "sub_state": "mounted" }, "dnf-makecache.timer": { "active_state": "active", "description": "dnf makecache --timer", "load_state": "loaded", "name": "dnf-makecache.timer", "sub_state": "waiting" }, "dracut-shutdown.service": { "active_state": "active", "description": "Restore /run/initramfs on shutdown", "load_state": "loaded", "name": "dracut-shutdown.service", "sub_state": "exited" }, "getty.target": { "active_state": "active", "description": "Login Prompts", "load_state": "loaded", "name": "getty.target", "sub_state": "active" }, "getty@tty1.service": { "active_state": "active", "description": "Getty on tty1", "load_state": "loaded", "name": "getty@tty1.service", "sub_state": "running" }, "gssproxy.service": { "active_state": "active", "description": "GSSAPI Proxy Daemon", "load_state": "loaded", "name": "gssproxy.service", "sub_state": "running" }, "import-state.service": { "active_state": "active", "description": "Import network configuration from initramfs", "load_state": "loaded", "name": "import-state.service", "sub_state": "exited" }, "init.scope": { "active_state": "active", "description": "System and Service Manager", "load_state": "loaded", "name": "init.scope", "sub_state": "running" }, "irqbalance.service": { "active_state": "active", "description": "irqbalance daemon", "load_state": "loaded", "name": "irqbalance.service", "sub_state": "running" }, "kdump.service": { "active_state": "active", "description": "Crash recovery kernel arming", "load_state": "loaded", "name": "kdump.service", "sub_state": "exited" }, "kmod-static-nodes.service": { "active_state": "active", "description": "Create list of required static device nodes for the current kernel", "load_state": "loaded", "name": "kmod-static-nodes.service", "sub_state": "exited" }, "local-fs-pre.target": { "active_state": "active", "description": "Local File Systems (Pre)", "load_state": "loaded", "name": "local-fs-pre.target", "sub_state": "active" }, "local-fs.target": { "active_state": "active", "description": "Local File Systems", "load_state": "loaded", "name": "local-fs.target", "sub_state": "active" }, "multi-user.target": { "active_state": "active", "description": "Multi-User System", "load_state": "loaded", "name": "multi-user.target", "sub_state": "active" }, "network-online.target": { "active_state": "active", "description": "Network is Online", "load_state": "loaded", "name": "network-online.target", "sub_state": "active" }, "network-pre.target": { "active_state": "active", "description": "Network (Pre)", "load_state": "loaded", "name": "network-pre.target", "sub_state": "active" }, "network.target": { "active_state": "active", "description": "Network", "load_state": "loaded", "name": "network.target", "sub_state": "active" }, "nfs-client.target": { "active_state": "active", "description": "NFS client services", "load_state": "loaded", "name": "nfs-client.target", "sub_state": "active" }, "nis-domainname.service": { "active_state": "active", "description": "Read and set NIS domainname from /etc/sysconfig/network", "load_state": "loaded", "name": "nis-domainname.service", "sub_state": "exited" }, "nss-user-lookup.target": { "active_state": "active", "description": "User and Group Name Lookups", "load_state": "loaded", "name": "nss-user-lookup.target", "sub_state": "active" }, "paths.target": { "active_state": "active", "description": "Paths", "load_state": "loaded", "name": "paths.target", "sub_state": "active" }, "plymouth-quit-wait.service": { "active_state": "active", "description": "Hold until boot process finishes up", "load_state": "loaded", "name": "plymouth-quit-wait.service", "sub_state": "exited" }, "plymouth-quit.service": { "active_state": "active", "description": "Terminate Plymouth Boot Screen", "load_state": "loaded", "name": "plymouth-quit.service", "sub_state": "exited" }, "plymouth-read-write.service": { "active_state": "active", "description": "Tell Plymouth To Write Out Runtime Data", "load_state": "loaded", "name": "plymouth-read-write.service", "sub_state": "exited" }, "plymouth-start.service": { "active_state": "active", "description": "Show Plymouth Boot Screen", "load_state": "loaded", "name": "plymouth-start.service", "sub_state": "exited" }, "polkit.service": { "active_state": "active", "description": "Authorization Manager", "load_state": "loaded", "name": "polkit.service", "sub_state": "running" }, "proc-sys-fs-binfmt_misc.automount": { "active_state": "active", "description": "Arbitrary Executable File Formats File System Automount Point", "load_state": "loaded", "name": "proc-sys-fs-binfmt_misc.automount", "sub_state": "waiting" }, "remote-fs-pre.target": { "active_state": "active", "description": "Remote File Systems (Pre)", "load_state": "loaded", "name": "remote-fs-pre.target", "sub_state": "active" }, "remote-fs.target": { "active_state": "active", "description": "Remote File Systems", "load_state": "loaded", "name": "remote-fs.target", "sub_state": "active" }, "restraintd.service": { "active_state": "active", "description": "The restraint harness.", "load_state": "loaded", "name": "restraintd.service", "sub_state": "running" }, "rngd.service": { "active_state": "active", "description": "Hardware RNG Entropy Gatherer Daemon", "load_state": "loaded", "name": "rngd.service", "sub_state": "running" }, "rpc-statd-notify.service": { "active_state": "active", "description": "Notify NFS peers of a restart", "load_state": "loaded", "name": "rpc-statd-notify.service", "sub_state": "exited" }, "rpc_pipefs.target": { "active_state": "active", "description": "rpc_pipefs.target", "load_state": "loaded", "name": "rpc_pipefs.target", "sub_state": "active" }, "rpcbind.service": { "active_state": "active", "description": "RPC Bind", "load_state": "loaded", "name": "rpcbind.service", "sub_state": "running" }, "rpcbind.socket": { "active_state": "active", "description": "RPCbind Server Activation Socket", "load_state": "loaded", "name": "rpcbind.socket", "sub_state": "running" }, "rpcbind.target": { "active_state": "active", "description": "RPC Port Mapper", "load_state": "loaded", "name": "rpcbind.target", "sub_state": "active" }, "rsyslog.service": { "active_state": "active", "description": "System Logging Service", "load_state": "loaded", "name": "rsyslog.service", "sub_state": "running" }, "run-user-0.mount": { "active_state": "active", "description": "/run/user/0", "load_state": "loaded", "name": "run-user-0.mount", "sub_state": "mounted" }, "session-3.scope": { "active_state": "active", "description": "Session 3 of user root", "load_state": "loaded", "name": "session-3.scope", "sub_state": "running" }, "session-5.scope": { "active_state": "active", "description": "Session 5 of user root", "load_state": "loaded", "name": "session-5.scope", "sub_state": "running" }, "slices.target": { "active_state": "active", "description": "Slices", "load_state": "loaded", "name": "slices.target", "sub_state": "active" }, "sockets.target": { "active_state": "active", "description": "Sockets", "load_state": "loaded", "name": "sockets.target", "sub_state": "active" }, "sshd-keygen.target": { "active_state": "active", "description": "sshd-keygen.target", "load_state": "loaded", "name": "sshd-keygen.target", "sub_state": "active" }, "sshd.service": { "active_state": "active", "description": "OpenSSH server daemon", "load_state": "loaded", "name": "sshd.service", "sub_state": "running" }, "sssd-kcm.socket": { "active_state": "active", "description": "SSSD Kerberos Cache Manager responder socket", "load_state": "loaded", "name": "sssd-kcm.socket", "sub_state": "listening" }, "swap.target": { "active_state": "active", "description": "Swap", "load_state": "loaded", "name": "swap.target", "sub_state": "active" }, "sys-devices-platform-serial8250-tty-ttyS1.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS1", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS1.device", "sub_state": "plugged" }, "sys-devices-platform-serial8250-tty-ttyS2.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS2", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS2.device", "sub_state": "plugged" }, "sys-devices-platform-serial8250-tty-ttyS3.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS3", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS3.device", "sub_state": "plugged" }, "sys-devices-pnp0-00:06-tty-ttyS0.device": { "active_state": "active", "description": "/sys/devices/pnp0/00:06/tty/ttyS0", "load_state": "loaded", "name": "sys-devices-pnp0-00:06-tty-ttyS0.device", "sub_state": "plugged" }, "sys-devices-vbd\\x2d768-block-xvda-xvda1.device": { "active_state": "active", "description": "/sys/devices/vbd-768/block/xvda/xvda1", "load_state": "loaded", "name": "sys-devices-vbd\\x2d768-block-xvda-xvda1.device", "sub_state": "plugged" }, "sys-devices-vbd\\x2d768-block-xvda.device": { "active_state": "active", "description": "/sys/devices/vbd-768/block/xvda", "load_state": "loaded", "name": "sys-devices-vbd\\x2d768-block-xvda.device", "sub_state": "plugged" }, "sys-devices-vif\\x2d0-net-eth0.device": { "active_state": "active", "description": "/sys/devices/vif-0/net/eth0", "load_state": "loaded", "name": "sys-devices-vif\\x2d0-net-eth0.device", "sub_state": "plugged" }, "sys-kernel-config.mount": { "active_state": "active", "description": "Kernel Configuration File System", "load_state": "loaded", "name": "sys-kernel-config.mount", "sub_state": "mounted" }, "sys-kernel-debug.mount": { "active_state": "active", "description": "Kernel Debug File System", "load_state": "loaded", "name": "sys-kernel-debug.mount", "sub_state": "mounted" }, "sys-kernel-tracing.mount": { "active_state": "active", "description": "/sys/kernel/tracing", "load_state": "loaded", "name": "sys-kernel-tracing.mount", "sub_state": "mounted" }, "sys-module-configfs.device": { "active_state": "active", "description": "/sys/module/configfs", "load_state": "loaded", "name": "sys-module-configfs.device", "sub_state": "plugged" }, "sys-subsystem-net-devices-eth0.device": { "active_state": "active", "description": "/sys/subsystem/net/devices/eth0", "load_state": "loaded", "name": "sys-subsystem-net-devices-eth0.device", "sub_state": "plugged" }, "sysinit.target": { "active_state": "active", "description": "System Initialization", "load_state": "loaded", "name": "sysinit.target", "sub_state": "active" }, "system-getty.slice": { "active_state": "active", "description": "system-getty.slice", "load_state": "loaded", "name": "system-getty.slice", "sub_state": "active" }, "system-sshd\\x2dkeygen.slice": { "active_state": "active", "description": "system-sshd\\x2dkeygen.slice", "load_state": "loaded", "name": "system-sshd\\x2dkeygen.slice", "sub_state": "active" }, "system.slice": { "active_state": "active", "description": "System Slice", "load_state": "loaded", "name": "system.slice", "sub_state": "active" }, "systemd-ask-password-plymouth.path": { "active_state": "active", "description": "Forward Password Requests to Plymouth Directory Watch", "load_state": "loaded", "name": "systemd-ask-password-plymouth.path", "sub_state": "waiting" }, "systemd-ask-password-wall.path": { "active_state": "active", "description": "Forward Password Requests to Wall Directory Watch", "load_state": "loaded", "name": "systemd-ask-password-wall.path", "sub_state": "waiting" }, "systemd-coredump.socket": { "active_state": "active", "description": "Process Core Dump Socket", "load_state": "loaded", "name": "systemd-coredump.socket", "sub_state": "listening" }, "systemd-initctl.socket": { "active_state": "active", "description": "initctl Compatibility Named Pipe", "load_state": "loaded", "name": "systemd-initctl.socket", "sub_state": "listening" }, "systemd-journal-flush.service": { "active_state": "active", "description": "Flush Journal to Persistent Storage", "load_state": "loaded", "name": "systemd-journal-flush.service", "sub_state": "exited" }, "systemd-journald-dev-log.socket": { "active_state": "active", "description": "Journal Socket (/dev/log)", "load_state": "loaded", "name": "systemd-journald-dev-log.socket", "sub_state": "running" }, "systemd-journald.service": { "active_state": "active", "description": "Journal Service", "load_state": "loaded", "name": "systemd-journald.service", "sub_state": "running" }, "systemd-journald.socket": { "active_state": "active", "description": "Journal Socket", "load_state": "loaded", "name": "systemd-journald.socket", "sub_state": "running" }, "systemd-logind.service": { "active_state": "active", "description": "Login Service", "load_state": "loaded", "name": "systemd-logind.service", "sub_state": "running" }, "systemd-machine-id-commit.service": { "active_state": "active", "description": "Commit a transient machine-id on disk", "load_state": "loaded", "name": "systemd-machine-id-commit.service", "sub_state": "exited" }, "systemd-random-seed.service": { "active_state": "active", "description": "Load/Save Random Seed", "load_state": "loaded", "name": "systemd-random-seed.service", "sub_state": "exited" }, "systemd-remount-fs.service": { "active_state": "active", "description": "Remount Root and Kernel File Systems", "load_state": "loaded", "name": "systemd-remount-fs.service", "sub_state": "exited" }, "systemd-sysctl.service": { "active_state": "active", "description": "Apply Kernel Variables", "load_state": "loaded", "name": "systemd-sysctl.service", "sub_state": "exited" }, "systemd-tmpfiles-clean.timer": { "active_state": "active", "description": "Daily Cleanup of Temporary Directories", "load_state": "loaded", "name": "systemd-tmpfiles-clean.timer", "sub_state": "waiting" }, "systemd-tmpfiles-setup-dev.service": { "active_state": "active", "description": "Create Static Device Nodes in /dev", "load_state": "loaded", "name": "systemd-tmpfiles-setup-dev.service", "sub_state": "exited" }, "systemd-tmpfiles-setup.service": { "active_state": "active", "description": "Create Volatile Files and Directories", "load_state": "loaded", "name": "systemd-tmpfiles-setup.service", "sub_state": "exited" }, "systemd-udev-trigger.service": { "active_state": "active", "description": "udev Coldplug all Devices", "load_state": "loaded", "name": "systemd-udev-trigger.service", "sub_state": "exited" }, "systemd-udevd-control.socket": { "active_state": "active", "description": "udev Control Socket", "load_state": "loaded", "name": "systemd-udevd-control.socket", "sub_state": "running" }, "systemd-udevd-kernel.socket": { "active_state": "active", "description": "udev Kernel Socket", "load_state": "loaded", "name": "systemd-udevd-kernel.socket", "sub_state": "running" }, "systemd-udevd.service": { "active_state": "active", "description": "udev Kernel Device Manager", "load_state": "loaded", "name": "systemd-udevd.service", "sub_state": "running" }, "systemd-update-utmp.service": { "active_state": "active", "description": "Update UTMP about System Boot/Shutdown", "load_state": "loaded", "name": "systemd-update-utmp.service", "sub_state": "exited" }, "systemd-user-sessions.service": { "active_state": "active", "description": "Permit User Sessions", "load_state": "loaded", "name": "systemd-user-sessions.service", "sub_state": "exited" }, "timers.target": { "active_state": "active", "description": "Timers", "load_state": "loaded", "name": "timers.target", "sub_state": "active" }, "tuned.service": { "active_state": "active", "description": "Dynamic System Tuning Daemon", "load_state": "loaded", "name": "tuned.service", "sub_state": "running" }, "unbound-anchor.timer": { "active_state": "active", "description": "daily update of the root trust anchor for DNSSEC", "load_state": "loaded", "name": "unbound-anchor.timer", "sub_state": "waiting" }, "user-0.slice": { "active_state": "active", "description": "User Slice of UID 0", "load_state": "loaded", "name": "user-0.slice", "sub_state": "active" }, "user-runtime-dir@0.service": { "active_state": "active", "description": "User runtime directory /run/user/0", "load_state": "loaded", "name": "user-runtime-dir@0.service", "sub_state": "exited" }, "user.slice": { "active_state": "active", "description": "User and Session Slice", "load_state": "loaded", "name": "user.slice", "sub_state": "active" }, "user@0.service": { "active_state": "active", "description": "User Manager for UID 0", "load_state": "loaded", "name": "user@0.service", "sub_state": "running" }, "var-lib-nfs-rpc_pipefs.mount": { "active_state": "active", "description": "RPC Pipe File System", "load_state": "loaded", "name": "var-lib-nfs-rpc_pipefs.mount", "sub_state": "mounted" } }, "systemd_units_user": { "root": { "-.mount": { "active_state": "active", "description": "Root Mount", "load_state": "loaded", "name": "-.mount", "sub_state": "mounted" }, "-.slice": { "active_state": "active", "description": "Root Slice", "load_state": "loaded", "name": "-.slice", "sub_state": "active" }, "NetworkManager-wait-online.service": { "active_state": "active", "description": "Network Manager Wait Online", "load_state": "loaded", "name": "NetworkManager-wait-online.service", "sub_state": "exited" }, "NetworkManager.service": { "active_state": "active", "description": "Network Manager", "load_state": "loaded", "name": "NetworkManager.service", "sub_state": "running" }, "auditd.service": { "active_state": "active", "description": "Security Auditing Service", "load_state": "loaded", "name": "auditd.service", "sub_state": "running" }, "basic.target": { "active_state": "active", "description": "Basic System", "load_state": "loaded", "name": "basic.target", "sub_state": "active" }, "chronyd.service": { "active_state": "active", "description": "NTP client/server", "load_state": "loaded", "name": "chronyd.service", "sub_state": "running" }, "cloud-config.service": { "active_state": "active", "description": "Apply the settings specified in cloud-config", "load_state": "loaded", "name": "cloud-config.service", "sub_state": "exited" }, "cloud-config.target": { "active_state": "active", "description": "Cloud-config availability", "load_state": "loaded", "name": "cloud-config.target", "sub_state": "active" }, "cloud-final.service": { "active_state": "active", "description": "Execute cloud user/final scripts", "load_state": "loaded", "name": "cloud-final.service", "sub_state": "exited" }, "cloud-init-local.service": { "active_state": "active", "description": "Initial cloud-init job (pre-networking)", "load_state": "loaded", "name": "cloud-init-local.service", "sub_state": "exited" }, "cloud-init.service": { "active_state": "active", "description": "Initial cloud-init job (metadata service crawler)", "load_state": "loaded", "name": "cloud-init.service", "sub_state": "exited" }, "cloud-init.target": { "active_state": "active", "description": "Cloud-init target", "load_state": "loaded", "name": "cloud-init.target", "sub_state": "active" }, "crond.service": { "active_state": "active", "description": "Command Scheduler", "load_state": "loaded", "name": "crond.service", "sub_state": "running" }, "cryptsetup.target": { "active_state": "active", "description": "Local Encrypted Volumes", "load_state": "loaded", "name": "cryptsetup.target", "sub_state": "active" }, "dbus.service": { "active_state": "active", "description": "D-Bus System Message Bus", "load_state": "loaded", "name": "dbus.service", "sub_state": "running" }, "dbus.socket": { "active_state": "active", "description": "D-Bus System Message Bus Socket", "load_state": "loaded", "name": "dbus.socket", "sub_state": "running" }, "dev-hugepages.mount": { "active_state": "active", "description": "Huge Pages File System", "load_state": "loaded", "name": "dev-hugepages.mount", "sub_state": "mounted" }, "dev-mqueue.mount": { "active_state": "active", "description": "POSIX Message Queue File System", "load_state": "loaded", "name": "dev-mqueue.mount", "sub_state": "mounted" }, "dnf-makecache.timer": { "active_state": "active", "description": "dnf makecache --timer", "load_state": "loaded", "name": "dnf-makecache.timer", "sub_state": "waiting" }, "dracut-shutdown.service": { "active_state": "active", "description": "Restore /run/initramfs on shutdown", "load_state": "loaded", "name": "dracut-shutdown.service", "sub_state": "exited" }, "getty.target": { "active_state": "active", "description": "Login Prompts", "load_state": "loaded", "name": "getty.target", "sub_state": "active" }, "getty@tty1.service": { "active_state": "active", "description": "Getty on tty1", "load_state": "loaded", "name": "getty@tty1.service", "sub_state": "running" }, "gssproxy.service": { "active_state": "active", "description": "GSSAPI Proxy Daemon", "load_state": "loaded", "name": "gssproxy.service", "sub_state": "running" }, "import-state.service": { "active_state": "active", "description": "Import network configuration from initramfs", "load_state": "loaded", "name": "import-state.service", "sub_state": "exited" }, "init.scope": { "active_state": "active", "description": "System and Service Manager", "load_state": "loaded", "name": "init.scope", "sub_state": "running" }, "irqbalance.service": { "active_state": "active", "description": "irqbalance daemon", "load_state": "loaded", "name": "irqbalance.service", "sub_state": "running" }, "kdump.service": { "active_state": "active", "description": "Crash recovery kernel arming", "load_state": "loaded", "name": "kdump.service", "sub_state": "exited" }, "kmod-static-nodes.service": { "active_state": "active", "description": "Create list of required static device nodes for the current kernel", "load_state": "loaded", "name": "kmod-static-nodes.service", "sub_state": "exited" }, "local-fs-pre.target": { "active_state": "active", "description": "Local File Systems (Pre)", "load_state": "loaded", "name": "local-fs-pre.target", "sub_state": "active" }, "local-fs.target": { "active_state": "active", "description": "Local File Systems", "load_state": "loaded", "name": "local-fs.target", "sub_state": "active" }, "multi-user.target": { "active_state": "active", "description": "Multi-User System", "load_state": "loaded", "name": "multi-user.target", "sub_state": "active" }, "network-online.target": { "active_state": "active", "description": "Network is Online", "load_state": "loaded", "name": "network-online.target", "sub_state": "active" }, "network-pre.target": { "active_state": "active", "description": "Network (Pre)", "load_state": "loaded", "name": "network-pre.target", "sub_state": "active" }, "network.target": { "active_state": "active", "description": "Network", "load_state": "loaded", "name": "network.target", "sub_state": "active" }, "nfs-client.target": { "active_state": "active", "description": "NFS client services", "load_state": "loaded", "name": "nfs-client.target", "sub_state": "active" }, "nis-domainname.service": { "active_state": "active", "description": "Read and set NIS domainname from /etc/sysconfig/network", "load_state": "loaded", "name": "nis-domainname.service", "sub_state": "exited" }, "nss-user-lookup.target": { "active_state": "active", "description": "User and Group Name Lookups", "load_state": "loaded", "name": "nss-user-lookup.target", "sub_state": "active" }, "paths.target": { "active_state": "active", "description": "Paths", "load_state": "loaded", "name": "paths.target", "sub_state": "active" }, "plymouth-quit-wait.service": { "active_state": "active", "description": "Hold until boot process finishes up", "load_state": "loaded", "name": "plymouth-quit-wait.service", "sub_state": "exited" }, "plymouth-quit.service": { "active_state": "active", "description": "Terminate Plymouth Boot Screen", "load_state": "loaded", "name": "plymouth-quit.service", "sub_state": "exited" }, "plymouth-read-write.service": { "active_state": "active", "description": "Tell Plymouth To Write Out Runtime Data", "load_state": "loaded", "name": "plymouth-read-write.service", "sub_state": "exited" }, "plymouth-start.service": { "active_state": "active", "description": "Show Plymouth Boot Screen", "load_state": "loaded", "name": "plymouth-start.service", "sub_state": "exited" }, "polkit.service": { "active_state": "active", "description": "Authorization Manager", "load_state": "loaded", "name": "polkit.service", "sub_state": "running" }, "proc-sys-fs-binfmt_misc.automount": { "active_state": "active", "description": "Arbitrary Executable File Formats File System Automount Point", "load_state": "loaded", "name": "proc-sys-fs-binfmt_misc.automount", "sub_state": "waiting" }, "remote-fs-pre.target": { "active_state": "active", "description": "Remote File Systems (Pre)", "load_state": "loaded", "name": "remote-fs-pre.target", "sub_state": "active" }, "remote-fs.target": { "active_state": "active", "description": "Remote File Systems", "load_state": "loaded", "name": "remote-fs.target", "sub_state": "active" }, "restraintd.service": { "active_state": "active", "description": "The restraint harness.", "load_state": "loaded", "name": "restraintd.service", "sub_state": "running" }, "rngd.service": { "active_state": "active", "description": "Hardware RNG Entropy Gatherer Daemon", "load_state": "loaded", "name": "rngd.service", "sub_state": "running" }, "rpc-statd-notify.service": { "active_state": "active", "description": "Notify NFS peers of a restart", "load_state": "loaded", "name": "rpc-statd-notify.service", "sub_state": "exited" }, "rpc_pipefs.target": { "active_state": "active", "description": "rpc_pipefs.target", "load_state": "loaded", "name": "rpc_pipefs.target", "sub_state": "active" }, "rpcbind.service": { "active_state": "active", "description": "RPC Bind", "load_state": "loaded", "name": "rpcbind.service", "sub_state": "running" }, "rpcbind.socket": { "active_state": "active", "description": "RPCbind Server Activation Socket", "load_state": "loaded", "name": "rpcbind.socket", "sub_state": "running" }, "rpcbind.target": { "active_state": "active", "description": "RPC Port Mapper", "load_state": "loaded", "name": "rpcbind.target", "sub_state": "active" }, "rsyslog.service": { "active_state": "active", "description": "System Logging Service", "load_state": "loaded", "name": "rsyslog.service", "sub_state": "running" }, "run-user-0.mount": { "active_state": "active", "description": "/run/user/0", "load_state": "loaded", "name": "run-user-0.mount", "sub_state": "mounted" }, "session-3.scope": { "active_state": "active", "description": "Session 3 of user root", "load_state": "loaded", "name": "session-3.scope", "sub_state": "running" }, "session-5.scope": { "active_state": "active", "description": "Session 5 of user root", "load_state": "loaded", "name": "session-5.scope", "sub_state": "running" }, "slices.target": { "active_state": "active", "description": "Slices", "load_state": "loaded", "name": "slices.target", "sub_state": "active" }, "sockets.target": { "active_state": "active", "description": "Sockets", "load_state": "loaded", "name": "sockets.target", "sub_state": "active" }, "sshd-keygen.target": { "active_state": "active", "description": "sshd-keygen.target", "load_state": "loaded", "name": "sshd-keygen.target", "sub_state": "active" }, "sshd.service": { "active_state": "active", "description": "OpenSSH server daemon", "load_state": "loaded", "name": "sshd.service", "sub_state": "running" }, "sssd-kcm.socket": { "active_state": "active", "description": "SSSD Kerberos Cache Manager responder socket", "load_state": "loaded", "name": "sssd-kcm.socket", "sub_state": "listening" }, "swap.target": { "active_state": "active", "description": "Swap", "load_state": "loaded", "name": "swap.target", "sub_state": "active" }, "sys-devices-platform-serial8250-tty-ttyS1.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS1", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS1.device", "sub_state": "plugged" }, "sys-devices-platform-serial8250-tty-ttyS2.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS2", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS2.device", "sub_state": "plugged" }, "sys-devices-platform-serial8250-tty-ttyS3.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS3", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS3.device", "sub_state": "plugged" }, "sys-devices-pnp0-00:06-tty-ttyS0.device": { "active_state": "active", "description": "/sys/devices/pnp0/00:06/tty/ttyS0", "load_state": "loaded", "name": "sys-devices-pnp0-00:06-tty-ttyS0.device", "sub_state": "plugged" }, "sys-devices-vbd\\x2d768-block-xvda-xvda1.device": { "active_state": "active", "description": "/sys/devices/vbd-768/block/xvda/xvda1", "load_state": "loaded", "name": "sys-devices-vbd\\x2d768-block-xvda-xvda1.device", "sub_state": "plugged" }, "sys-devices-vbd\\x2d768-block-xvda.device": { "active_state": "active", "description": "/sys/devices/vbd-768/block/xvda", "load_state": "loaded", "name": "sys-devices-vbd\\x2d768-block-xvda.device", "sub_state": "plugged" }, "sys-devices-vif\\x2d0-net-eth0.device": { "active_state": "active", "description": "/sys/devices/vif-0/net/eth0", "load_state": "loaded", "name": "sys-devices-vif\\x2d0-net-eth0.device", "sub_state": "plugged" }, "sys-kernel-config.mount": { "active_state": "active", "description": "Kernel Configuration File System", "load_state": "loaded", "name": "sys-kernel-config.mount", "sub_state": "mounted" }, "sys-kernel-debug.mount": { "active_state": "active", "description": "Kernel Debug File System", "load_state": "loaded", "name": "sys-kernel-debug.mount", "sub_state": "mounted" }, "sys-kernel-tracing.mount": { "active_state": "active", "description": "/sys/kernel/tracing", "load_state": "loaded", "name": "sys-kernel-tracing.mount", "sub_state": "mounted" }, "sys-module-configfs.device": { "active_state": "active", "description": "/sys/module/configfs", "load_state": "loaded", "name": "sys-module-configfs.device", "sub_state": "plugged" }, "sys-subsystem-net-devices-eth0.device": { "active_state": "active", "description": "/sys/subsystem/net/devices/eth0", "load_state": "loaded", "name": "sys-subsystem-net-devices-eth0.device", "sub_state": "plugged" }, "sysinit.target": { "active_state": "active", "description": "System Initialization", "load_state": "loaded", "name": "sysinit.target", "sub_state": "active" }, "system-getty.slice": { "active_state": "active", "description": "system-getty.slice", "load_state": "loaded", "name": "system-getty.slice", "sub_state": "active" }, "system-sshd\\x2dkeygen.slice": { "active_state": "active", "description": "system-sshd\\x2dkeygen.slice", "load_state": "loaded", "name": "system-sshd\\x2dkeygen.slice", "sub_state": "active" }, "system.slice": { "active_state": "active", "description": "System Slice", "load_state": "loaded", "name": "system.slice", "sub_state": "active" }, "systemd-ask-password-plymouth.path": { "active_state": "active", "description": "Forward Password Requests to Plymouth Directory Watch", "load_state": "loaded", "name": "systemd-ask-password-plymouth.path", "sub_state": "waiting" }, "systemd-ask-password-wall.path": { "active_state": "active", "description": "Forward Password Requests to Wall Directory Watch", "load_state": "loaded", "name": "systemd-ask-password-wall.path", "sub_state": "waiting" }, "systemd-coredump.socket": { "active_state": "active", "description": "Process Core Dump Socket", "load_state": "loaded", "name": "systemd-coredump.socket", "sub_state": "listening" }, "systemd-initctl.socket": { "active_state": "active", "description": "initctl Compatibility Named Pipe", "load_state": "loaded", "name": "systemd-initctl.socket", "sub_state": "listening" }, "systemd-journal-flush.service": { "active_state": "active", "description": "Flush Journal to Persistent Storage", "load_state": "loaded", "name": "systemd-journal-flush.service", "sub_state": "exited" }, "systemd-journald-dev-log.socket": { "active_state": "active", "description": "Journal Socket (/dev/log)", "load_state": "loaded", "name": "systemd-journald-dev-log.socket", "sub_state": "running" }, "systemd-journald.service": { "active_state": "active", "description": "Journal Service", "load_state": "loaded", "name": "systemd-journald.service", "sub_state": "running" }, "systemd-journald.socket": { "active_state": "active", "description": "Journal Socket", "load_state": "loaded", "name": "systemd-journald.socket", "sub_state": "running" }, "systemd-logind.service": { "active_state": "active", "description": "Login Service", "load_state": "loaded", "name": "systemd-logind.service", "sub_state": "running" }, "systemd-machine-id-commit.service": { "active_state": "active", "description": "Commit a transient machine-id on disk", "load_state": "loaded", "name": "systemd-machine-id-commit.service", "sub_state": "exited" }, "systemd-random-seed.service": { "active_state": "active", "description": "Load/Save Random Seed", "load_state": "loaded", "name": "systemd-random-seed.service", "sub_state": "exited" }, "systemd-remount-fs.service": { "active_state": "active", "description": "Remount Root and Kernel File Systems", "load_state": "loaded", "name": "systemd-remount-fs.service", "sub_state": "exited" }, "systemd-sysctl.service": { "active_state": "active", "description": "Apply Kernel Variables", "load_state": "loaded", "name": "systemd-sysctl.service", "sub_state": "exited" }, "systemd-tmpfiles-clean.timer": { "active_state": "active", "description": "Daily Cleanup of Temporary Directories", "load_state": "loaded", "name": "systemd-tmpfiles-clean.timer", "sub_state": "waiting" }, "systemd-tmpfiles-setup-dev.service": { "active_state": "active", "description": "Create Static Device Nodes in /dev", "load_state": "loaded", "name": "systemd-tmpfiles-setup-dev.service", "sub_state": "exited" }, "systemd-tmpfiles-setup.service": { "active_state": "active", "description": "Create Volatile Files and Directories", "load_state": "loaded", "name": "systemd-tmpfiles-setup.service", "sub_state": "exited" }, "systemd-udev-trigger.service": { "active_state": "active", "description": "udev Coldplug all Devices", "load_state": "loaded", "name": "systemd-udev-trigger.service", "sub_state": "exited" }, "systemd-udevd-control.socket": { "active_state": "active", "description": "udev Control Socket", "load_state": "loaded", "name": "systemd-udevd-control.socket", "sub_state": "running" }, "systemd-udevd-kernel.socket": { "active_state": "active", "description": "udev Kernel Socket", "load_state": "loaded", "name": "systemd-udevd-kernel.socket", "sub_state": "running" }, "systemd-udevd.service": { "active_state": "active", "description": "udev Kernel Device Manager", "load_state": "loaded", "name": "systemd-udevd.service", "sub_state": "running" }, "systemd-update-utmp.service": { "active_state": "active", "description": "Update UTMP about System Boot/Shutdown", "load_state": "loaded", "name": "systemd-update-utmp.service", "sub_state": "exited" }, "systemd-user-sessions.service": { "active_state": "active", "description": "Permit User Sessions", "load_state": "loaded", "name": "systemd-user-sessions.service", "sub_state": "exited" }, "timers.target": { "active_state": "active", "description": "Timers", "load_state": "loaded", "name": "timers.target", "sub_state": "active" }, "tuned.service": { "active_state": "active", "description": "Dynamic System Tuning Daemon", "load_state": "loaded", "name": "tuned.service", "sub_state": "running" }, "unbound-anchor.timer": { "active_state": "active", "description": "daily update of the root trust anchor for DNSSEC", "load_state": "loaded", "name": "unbound-anchor.timer", "sub_state": "waiting" }, "user-0.slice": { "active_state": "active", "description": "User Slice of UID 0", "load_state": "loaded", "name": "user-0.slice", "sub_state": "active" }, "user-runtime-dir@0.service": { "active_state": "active", "description": "User runtime directory /run/user/0", "load_state": "loaded", "name": "user-runtime-dir@0.service", "sub_state": "exited" }, "user.slice": { "active_state": "active", "description": "User and Session Slice", "load_state": "loaded", "name": "user.slice", "sub_state": "active" }, "user@0.service": { "active_state": "active", "description": "User Manager for UID 0", "load_state": "loaded", "name": "user@0.service", "sub_state": "running" }, "var-lib-nfs-rpc_pipefs.mount": { "active_state": "active", "description": "RPC Pipe File System", "load_state": "loaded", "name": "var-lib-nfs-rpc_pipefs.mount", "sub_state": "mounted" } } } }, "changed": false } TASK [fedora.linux_system_roles.systemd : DebugAfter] ************************** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:158 Monday 11 November 2024 18:51:48 -0500 (0:00:00.489) 0:00:32.808 ******* ok: [managed-node1] => {} MSG: facts { "root": { "-.mount": { "active_state": "active", "description": "Root Mount", "load_state": "loaded", "name": "-.mount", "sub_state": "mounted" }, "-.slice": { "active_state": "active", "description": "Root Slice", "load_state": "loaded", "name": "-.slice", "sub_state": "active" }, "NetworkManager-wait-online.service": { "active_state": "active", "description": "Network Manager Wait Online", "load_state": "loaded", "name": "NetworkManager-wait-online.service", "sub_state": "exited" }, "NetworkManager.service": { "active_state": "active", "description": "Network Manager", "load_state": "loaded", "name": "NetworkManager.service", "sub_state": "running" }, "auditd.service": { "active_state": "active", "description": "Security Auditing Service", "load_state": "loaded", "name": "auditd.service", "sub_state": "running" }, "basic.target": { "active_state": "active", "description": "Basic System", "load_state": "loaded", "name": "basic.target", "sub_state": "active" }, "chronyd.service": { "active_state": "active", "description": "NTP client/server", "load_state": "loaded", "name": "chronyd.service", "sub_state": "running" }, "cloud-config.service": { "active_state": "active", "description": "Apply the settings specified in cloud-config", "load_state": "loaded", "name": "cloud-config.service", "sub_state": "exited" }, "cloud-config.target": { "active_state": "active", "description": "Cloud-config availability", "load_state": "loaded", "name": "cloud-config.target", "sub_state": "active" }, "cloud-final.service": { "active_state": "active", "description": "Execute cloud user/final scripts", "load_state": "loaded", "name": "cloud-final.service", "sub_state": "exited" }, "cloud-init-local.service": { "active_state": "active", "description": "Initial cloud-init job (pre-networking)", "load_state": "loaded", "name": "cloud-init-local.service", "sub_state": "exited" }, "cloud-init.service": { "active_state": "active", "description": "Initial cloud-init job (metadata service crawler)", "load_state": "loaded", "name": "cloud-init.service", "sub_state": "exited" }, "cloud-init.target": { "active_state": "active", "description": "Cloud-init target", "load_state": "loaded", "name": "cloud-init.target", "sub_state": "active" }, "crond.service": { "active_state": "active", "description": "Command Scheduler", "load_state": "loaded", "name": "crond.service", "sub_state": "running" }, "cryptsetup.target": { "active_state": "active", "description": "Local Encrypted Volumes", "load_state": "loaded", "name": "cryptsetup.target", "sub_state": "active" }, "dbus.service": { "active_state": "active", "description": "D-Bus System Message Bus", "load_state": "loaded", "name": "dbus.service", "sub_state": "running" }, "dbus.socket": { "active_state": "active", "description": "D-Bus System Message Bus Socket", "load_state": "loaded", "name": "dbus.socket", "sub_state": "running" }, "dev-hugepages.mount": { "active_state": "active", "description": "Huge Pages File System", "load_state": "loaded", "name": "dev-hugepages.mount", "sub_state": "mounted" }, "dev-mqueue.mount": { "active_state": "active", "description": "POSIX Message Queue File System", "load_state": "loaded", "name": "dev-mqueue.mount", "sub_state": "mounted" }, "dnf-makecache.timer": { "active_state": "active", "description": "dnf makecache --timer", "load_state": "loaded", "name": "dnf-makecache.timer", "sub_state": "waiting" }, "dracut-shutdown.service": { "active_state": "active", "description": "Restore /run/initramfs on shutdown", "load_state": "loaded", "name": "dracut-shutdown.service", "sub_state": "exited" }, "getty.target": { "active_state": "active", "description": "Login Prompts", "load_state": "loaded", "name": "getty.target", "sub_state": "active" }, "getty@tty1.service": { "active_state": "active", "description": "Getty on tty1", "load_state": "loaded", "name": "getty@tty1.service", "sub_state": "running" }, "gssproxy.service": { "active_state": "active", "description": "GSSAPI Proxy Daemon", "load_state": "loaded", "name": "gssproxy.service", "sub_state": "running" }, "import-state.service": { "active_state": "active", "description": "Import network configuration from initramfs", "load_state": "loaded", "name": "import-state.service", "sub_state": "exited" }, "init.scope": { "active_state": "active", "description": "System and Service Manager", "load_state": "loaded", "name": "init.scope", "sub_state": "running" }, "irqbalance.service": { "active_state": "active", "description": "irqbalance daemon", "load_state": "loaded", "name": "irqbalance.service", "sub_state": "running" }, "kdump.service": { "active_state": "active", "description": "Crash recovery kernel arming", "load_state": "loaded", "name": "kdump.service", "sub_state": "exited" }, "kmod-static-nodes.service": { "active_state": "active", "description": "Create list of required static device nodes for the current kernel", "load_state": "loaded", "name": "kmod-static-nodes.service", "sub_state": "exited" }, "local-fs-pre.target": { "active_state": "active", "description": "Local File Systems (Pre)", "load_state": "loaded", "name": "local-fs-pre.target", "sub_state": "active" }, "local-fs.target": { "active_state": "active", "description": "Local File Systems", "load_state": "loaded", "name": "local-fs.target", "sub_state": "active" }, "multi-user.target": { "active_state": "active", "description": "Multi-User System", "load_state": "loaded", "name": "multi-user.target", "sub_state": "active" }, "network-online.target": { "active_state": "active", "description": "Network is Online", "load_state": "loaded", "name": "network-online.target", "sub_state": "active" }, "network-pre.target": { "active_state": "active", "description": "Network (Pre)", "load_state": "loaded", "name": "network-pre.target", "sub_state": "active" }, "network.target": { "active_state": "active", "description": "Network", "load_state": "loaded", "name": "network.target", "sub_state": "active" }, "nfs-client.target": { "active_state": "active", "description": "NFS client services", "load_state": "loaded", "name": "nfs-client.target", "sub_state": "active" }, "nis-domainname.service": { "active_state": "active", "description": "Read and set NIS domainname from /etc/sysconfig/network", "load_state": "loaded", "name": "nis-domainname.service", "sub_state": "exited" }, "nss-user-lookup.target": { "active_state": "active", "description": "User and Group Name Lookups", "load_state": "loaded", "name": "nss-user-lookup.target", "sub_state": "active" }, "paths.target": { "active_state": "active", "description": "Paths", "load_state": "loaded", "name": "paths.target", "sub_state": "active" }, "plymouth-quit-wait.service": { "active_state": "active", "description": "Hold until boot process finishes up", "load_state": "loaded", "name": "plymouth-quit-wait.service", "sub_state": "exited" }, "plymouth-quit.service": { "active_state": "active", "description": "Terminate Plymouth Boot Screen", "load_state": "loaded", "name": "plymouth-quit.service", "sub_state": "exited" }, "plymouth-read-write.service": { "active_state": "active", "description": "Tell Plymouth To Write Out Runtime Data", "load_state": "loaded", "name": "plymouth-read-write.service", "sub_state": "exited" }, "plymouth-start.service": { "active_state": "active", "description": "Show Plymouth Boot Screen", "load_state": "loaded", "name": "plymouth-start.service", "sub_state": "exited" }, "polkit.service": { "active_state": "active", "description": "Authorization Manager", "load_state": "loaded", "name": "polkit.service", "sub_state": "running" }, "proc-sys-fs-binfmt_misc.automount": { "active_state": "active", "description": "Arbitrary Executable File Formats File System Automount Point", "load_state": "loaded", "name": "proc-sys-fs-binfmt_misc.automount", "sub_state": "waiting" }, "remote-fs-pre.target": { "active_state": "active", "description": "Remote File Systems (Pre)", "load_state": "loaded", "name": "remote-fs-pre.target", "sub_state": "active" }, "remote-fs.target": { "active_state": "active", "description": "Remote File Systems", "load_state": "loaded", "name": "remote-fs.target", "sub_state": "active" }, "restraintd.service": { "active_state": "active", "description": "The restraint harness.", "load_state": "loaded", "name": "restraintd.service", "sub_state": "running" }, "rngd.service": { "active_state": "active", "description": "Hardware RNG Entropy Gatherer Daemon", "load_state": "loaded", "name": "rngd.service", "sub_state": "running" }, "rpc-statd-notify.service": { "active_state": "active", "description": "Notify NFS peers of a restart", "load_state": "loaded", "name": "rpc-statd-notify.service", "sub_state": "exited" }, "rpc_pipefs.target": { "active_state": "active", "description": "rpc_pipefs.target", "load_state": "loaded", "name": "rpc_pipefs.target", "sub_state": "active" }, "rpcbind.service": { "active_state": "active", "description": "RPC Bind", "load_state": "loaded", "name": "rpcbind.service", "sub_state": "running" }, "rpcbind.socket": { "active_state": "active", "description": "RPCbind Server Activation Socket", "load_state": "loaded", "name": "rpcbind.socket", "sub_state": "running" }, "rpcbind.target": { "active_state": "active", "description": "RPC Port Mapper", "load_state": "loaded", "name": "rpcbind.target", "sub_state": "active" }, "rsyslog.service": { "active_state": "active", "description": "System Logging Service", "load_state": "loaded", "name": "rsyslog.service", "sub_state": "running" }, "run-user-0.mount": { "active_state": "active", "description": "/run/user/0", "load_state": "loaded", "name": "run-user-0.mount", "sub_state": "mounted" }, "session-3.scope": { "active_state": "active", "description": "Session 3 of user root", "load_state": "loaded", "name": "session-3.scope", "sub_state": "running" }, "session-5.scope": { "active_state": "active", "description": "Session 5 of user root", "load_state": "loaded", "name": "session-5.scope", "sub_state": "running" }, "slices.target": { "active_state": "active", "description": "Slices", "load_state": "loaded", "name": "slices.target", "sub_state": "active" }, "sockets.target": { "active_state": "active", "description": "Sockets", "load_state": "loaded", "name": "sockets.target", "sub_state": "active" }, "sshd-keygen.target": { "active_state": "active", "description": "sshd-keygen.target", "load_state": "loaded", "name": "sshd-keygen.target", "sub_state": "active" }, "sshd.service": { "active_state": "active", "description": "OpenSSH server daemon", "load_state": "loaded", "name": "sshd.service", "sub_state": "running" }, "sssd-kcm.socket": { "active_state": "active", "description": "SSSD Kerberos Cache Manager responder socket", "load_state": "loaded", "name": "sssd-kcm.socket", "sub_state": "listening" }, "swap.target": { "active_state": "active", "description": "Swap", "load_state": "loaded", "name": "swap.target", "sub_state": "active" }, "sys-devices-platform-serial8250-tty-ttyS1.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS1", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS1.device", "sub_state": "plugged" }, "sys-devices-platform-serial8250-tty-ttyS2.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS2", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS2.device", "sub_state": "plugged" }, "sys-devices-platform-serial8250-tty-ttyS3.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS3", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS3.device", "sub_state": "plugged" }, "sys-devices-pnp0-00:06-tty-ttyS0.device": { "active_state": "active", "description": "/sys/devices/pnp0/00:06/tty/ttyS0", "load_state": "loaded", "name": "sys-devices-pnp0-00:06-tty-ttyS0.device", "sub_state": "plugged" }, "sys-devices-vbd\\x2d768-block-xvda-xvda1.device": { "active_state": "active", "description": "/sys/devices/vbd-768/block/xvda/xvda1", "load_state": "loaded", "name": "sys-devices-vbd\\x2d768-block-xvda-xvda1.device", "sub_state": "plugged" }, "sys-devices-vbd\\x2d768-block-xvda.device": { "active_state": "active", "description": "/sys/devices/vbd-768/block/xvda", "load_state": "loaded", "name": "sys-devices-vbd\\x2d768-block-xvda.device", "sub_state": "plugged" }, "sys-devices-vif\\x2d0-net-eth0.device": { "active_state": "active", "description": "/sys/devices/vif-0/net/eth0", "load_state": "loaded", "name": "sys-devices-vif\\x2d0-net-eth0.device", "sub_state": "plugged" }, "sys-kernel-config.mount": { "active_state": "active", "description": "Kernel Configuration File System", "load_state": "loaded", "name": "sys-kernel-config.mount", "sub_state": "mounted" }, "sys-kernel-debug.mount": { "active_state": "active", "description": "Kernel Debug File System", "load_state": "loaded", "name": "sys-kernel-debug.mount", "sub_state": "mounted" }, "sys-kernel-tracing.mount": { "active_state": "active", "description": "/sys/kernel/tracing", "load_state": "loaded", "name": "sys-kernel-tracing.mount", "sub_state": "mounted" }, "sys-module-configfs.device": { "active_state": "active", "description": "/sys/module/configfs", "load_state": "loaded", "name": "sys-module-configfs.device", "sub_state": "plugged" }, "sys-subsystem-net-devices-eth0.device": { "active_state": "active", "description": "/sys/subsystem/net/devices/eth0", "load_state": "loaded", "name": "sys-subsystem-net-devices-eth0.device", "sub_state": "plugged" }, "sysinit.target": { "active_state": "active", "description": "System Initialization", "load_state": "loaded", "name": "sysinit.target", "sub_state": "active" }, "system-getty.slice": { "active_state": "active", "description": "system-getty.slice", "load_state": "loaded", "name": "system-getty.slice", "sub_state": "active" }, "system-sshd\\x2dkeygen.slice": { "active_state": "active", "description": "system-sshd\\x2dkeygen.slice", "load_state": "loaded", "name": "system-sshd\\x2dkeygen.slice", "sub_state": "active" }, "system.slice": { "active_state": "active", "description": "System Slice", "load_state": "loaded", "name": "system.slice", "sub_state": "active" }, "systemd-ask-password-plymouth.path": { "active_state": "active", "description": "Forward Password Requests to Plymouth Directory Watch", "load_state": "loaded", "name": "systemd-ask-password-plymouth.path", "sub_state": "waiting" }, "systemd-ask-password-wall.path": { "active_state": "active", "description": "Forward Password Requests to Wall Directory Watch", "load_state": "loaded", "name": "systemd-ask-password-wall.path", "sub_state": "waiting" }, "systemd-coredump.socket": { "active_state": "active", "description": "Process Core Dump Socket", "load_state": "loaded", "name": "systemd-coredump.socket", "sub_state": "listening" }, "systemd-initctl.socket": { "active_state": "active", "description": "initctl Compatibility Named Pipe", "load_state": "loaded", "name": "systemd-initctl.socket", "sub_state": "listening" }, "systemd-journal-flush.service": { "active_state": "active", "description": "Flush Journal to Persistent Storage", "load_state": "loaded", "name": "systemd-journal-flush.service", "sub_state": "exited" }, "systemd-journald-dev-log.socket": { "active_state": "active", "description": "Journal Socket (/dev/log)", "load_state": "loaded", "name": "systemd-journald-dev-log.socket", "sub_state": "running" }, "systemd-journald.service": { "active_state": "active", "description": "Journal Service", "load_state": "loaded", "name": "systemd-journald.service", "sub_state": "running" }, "systemd-journald.socket": { "active_state": "active", "description": "Journal Socket", "load_state": "loaded", "name": "systemd-journald.socket", "sub_state": "running" }, "systemd-logind.service": { "active_state": "active", "description": "Login Service", "load_state": "loaded", "name": "systemd-logind.service", "sub_state": "running" }, "systemd-machine-id-commit.service": { "active_state": "active", "description": "Commit a transient machine-id on disk", "load_state": "loaded", "name": "systemd-machine-id-commit.service", "sub_state": "exited" }, "systemd-random-seed.service": { "active_state": "active", "description": "Load/Save Random Seed", "load_state": "loaded", "name": "systemd-random-seed.service", "sub_state": "exited" }, "systemd-remount-fs.service": { "active_state": "active", "description": "Remount Root and Kernel File Systems", "load_state": "loaded", "name": "systemd-remount-fs.service", "sub_state": "exited" }, "systemd-sysctl.service": { "active_state": "active", "description": "Apply Kernel Variables", "load_state": "loaded", "name": "systemd-sysctl.service", "sub_state": "exited" }, "systemd-tmpfiles-clean.timer": { "active_state": "active", "description": "Daily Cleanup of Temporary Directories", "load_state": "loaded", "name": "systemd-tmpfiles-clean.timer", "sub_state": "waiting" }, "systemd-tmpfiles-setup-dev.service": { "active_state": "active", "description": "Create Static Device Nodes in /dev", "load_state": "loaded", "name": "systemd-tmpfiles-setup-dev.service", "sub_state": "exited" }, "systemd-tmpfiles-setup.service": { "active_state": "active", "description": "Create Volatile Files and Directories", "load_state": "loaded", "name": "systemd-tmpfiles-setup.service", "sub_state": "exited" }, "systemd-udev-trigger.service": { "active_state": "active", "description": "udev Coldplug all Devices", "load_state": "loaded", "name": "systemd-udev-trigger.service", "sub_state": "exited" }, "systemd-udevd-control.socket": { "active_state": "active", "description": "udev Control Socket", "load_state": "loaded", "name": "systemd-udevd-control.socket", "sub_state": "running" }, "systemd-udevd-kernel.socket": { "active_state": "active", "description": "udev Kernel Socket", "load_state": "loaded", "name": "systemd-udevd-kernel.socket", "sub_state": "running" }, "systemd-udevd.service": { "active_state": "active", "description": "udev Kernel Device Manager", "load_state": "loaded", "name": "systemd-udevd.service", "sub_state": "running" }, "systemd-update-utmp.service": { "active_state": "active", "description": "Update UTMP about System Boot/Shutdown", "load_state": "loaded", "name": "systemd-update-utmp.service", "sub_state": "exited" }, "systemd-user-sessions.service": { "active_state": "active", "description": "Permit User Sessions", "load_state": "loaded", "name": "systemd-user-sessions.service", "sub_state": "exited" }, "timers.target": { "active_state": "active", "description": "Timers", "load_state": "loaded", "name": "timers.target", "sub_state": "active" }, "tuned.service": { "active_state": "active", "description": "Dynamic System Tuning Daemon", "load_state": "loaded", "name": "tuned.service", "sub_state": "running" }, "unbound-anchor.timer": { "active_state": "active", "description": "daily update of the root trust anchor for DNSSEC", "load_state": "loaded", "name": "unbound-anchor.timer", "sub_state": "waiting" }, "user-0.slice": { "active_state": "active", "description": "User Slice of UID 0", "load_state": "loaded", "name": "user-0.slice", "sub_state": "active" }, "user-runtime-dir@0.service": { "active_state": "active", "description": "User runtime directory /run/user/0", "load_state": "loaded", "name": "user-runtime-dir@0.service", "sub_state": "exited" }, "user.slice": { "active_state": "active", "description": "User and Session Slice", "load_state": "loaded", "name": "user.slice", "sub_state": "active" }, "user@0.service": { "active_state": "active", "description": "User Manager for UID 0", "load_state": "loaded", "name": "user@0.service", "sub_state": "running" }, "var-lib-nfs-rpc_pipefs.mount": { "active_state": "active", "description": "RPC Pipe File System", "load_state": "loaded", "name": "var-lib-nfs-rpc_pipefs.mount", "sub_state": "mounted" } } } TASK [fedora.linux_system_roles.systemd : Set legacy systemd_units output variable] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:162 Monday 11 November 2024 18:51:48 -0500 (0:00:00.049) 0:00:32.858 ******* ok: [managed-node1] => { "ansible_facts": { "systemd_units": { "-.mount": { "active_state": "active", "description": "Root Mount", "load_state": "loaded", "name": "-.mount", "sub_state": "mounted" }, "-.slice": { "active_state": "active", "description": "Root Slice", "load_state": "loaded", "name": "-.slice", "sub_state": "active" }, "NetworkManager-wait-online.service": { "active_state": "active", "description": "Network Manager Wait Online", "load_state": "loaded", "name": "NetworkManager-wait-online.service", "sub_state": "exited" }, "NetworkManager.service": { "active_state": "active", "description": "Network Manager", "load_state": "loaded", "name": "NetworkManager.service", "sub_state": "running" }, "auditd.service": { "active_state": "active", "description": "Security Auditing Service", "load_state": "loaded", "name": "auditd.service", "sub_state": "running" }, "basic.target": { "active_state": "active", "description": "Basic System", "load_state": "loaded", "name": "basic.target", "sub_state": "active" }, "chronyd.service": { "active_state": "active", "description": "NTP client/server", "load_state": "loaded", "name": "chronyd.service", "sub_state": "running" }, "cloud-config.service": { "active_state": "active", "description": "Apply the settings specified in cloud-config", "load_state": "loaded", "name": "cloud-config.service", "sub_state": "exited" }, "cloud-config.target": { "active_state": "active", "description": "Cloud-config availability", "load_state": "loaded", "name": "cloud-config.target", "sub_state": "active" }, "cloud-final.service": { "active_state": "active", "description": "Execute cloud user/final scripts", "load_state": "loaded", "name": "cloud-final.service", "sub_state": "exited" }, "cloud-init-local.service": { "active_state": "active", "description": "Initial cloud-init job (pre-networking)", "load_state": "loaded", "name": "cloud-init-local.service", "sub_state": "exited" }, "cloud-init.service": { "active_state": "active", "description": "Initial cloud-init job (metadata service crawler)", "load_state": "loaded", "name": "cloud-init.service", "sub_state": "exited" }, "cloud-init.target": { "active_state": "active", "description": "Cloud-init target", "load_state": "loaded", "name": "cloud-init.target", "sub_state": "active" }, "crond.service": { "active_state": "active", "description": "Command Scheduler", "load_state": "loaded", "name": "crond.service", "sub_state": "running" }, "cryptsetup.target": { "active_state": "active", "description": "Local Encrypted Volumes", "load_state": "loaded", "name": "cryptsetup.target", "sub_state": "active" }, "dbus.service": { "active_state": "active", "description": "D-Bus System Message Bus", "load_state": "loaded", "name": "dbus.service", "sub_state": "running" }, "dbus.socket": { "active_state": "active", "description": "D-Bus System Message Bus Socket", "load_state": "loaded", "name": "dbus.socket", "sub_state": "running" }, "dev-hugepages.mount": { "active_state": "active", "description": "Huge Pages File System", "load_state": "loaded", "name": "dev-hugepages.mount", "sub_state": "mounted" }, "dev-mqueue.mount": { "active_state": "active", "description": "POSIX Message Queue File System", "load_state": "loaded", "name": "dev-mqueue.mount", "sub_state": "mounted" }, "dnf-makecache.timer": { "active_state": "active", "description": "dnf makecache --timer", "load_state": "loaded", "name": "dnf-makecache.timer", "sub_state": "waiting" }, "dracut-shutdown.service": { "active_state": "active", "description": "Restore /run/initramfs on shutdown", "load_state": "loaded", "name": "dracut-shutdown.service", "sub_state": "exited" }, "getty.target": { "active_state": "active", "description": "Login Prompts", "load_state": "loaded", "name": "getty.target", "sub_state": "active" }, "getty@tty1.service": { "active_state": "active", "description": "Getty on tty1", "load_state": "loaded", "name": "getty@tty1.service", "sub_state": "running" }, "gssproxy.service": { "active_state": "active", "description": "GSSAPI Proxy Daemon", "load_state": "loaded", "name": "gssproxy.service", "sub_state": "running" }, "import-state.service": { "active_state": "active", "description": "Import network configuration from initramfs", "load_state": "loaded", "name": "import-state.service", "sub_state": "exited" }, "init.scope": { "active_state": "active", "description": "System and Service Manager", "load_state": "loaded", "name": "init.scope", "sub_state": "running" }, "irqbalance.service": { "active_state": "active", "description": "irqbalance daemon", "load_state": "loaded", "name": "irqbalance.service", "sub_state": "running" }, "kdump.service": { "active_state": "active", "description": "Crash recovery kernel arming", "load_state": "loaded", "name": "kdump.service", "sub_state": "exited" }, "kmod-static-nodes.service": { "active_state": "active", "description": "Create list of required static device nodes for the current kernel", "load_state": "loaded", "name": "kmod-static-nodes.service", "sub_state": "exited" }, "local-fs-pre.target": { "active_state": "active", "description": "Local File Systems (Pre)", "load_state": "loaded", "name": "local-fs-pre.target", "sub_state": "active" }, "local-fs.target": { "active_state": "active", "description": "Local File Systems", "load_state": "loaded", "name": "local-fs.target", "sub_state": "active" }, "multi-user.target": { "active_state": "active", "description": "Multi-User System", "load_state": "loaded", "name": "multi-user.target", "sub_state": "active" }, "network-online.target": { "active_state": "active", "description": "Network is Online", "load_state": "loaded", "name": "network-online.target", "sub_state": "active" }, "network-pre.target": { "active_state": "active", "description": "Network (Pre)", "load_state": "loaded", "name": "network-pre.target", "sub_state": "active" }, "network.target": { "active_state": "active", "description": "Network", "load_state": "loaded", "name": "network.target", "sub_state": "active" }, "nfs-client.target": { "active_state": "active", "description": "NFS client services", "load_state": "loaded", "name": "nfs-client.target", "sub_state": "active" }, "nis-domainname.service": { "active_state": "active", "description": "Read and set NIS domainname from /etc/sysconfig/network", "load_state": "loaded", "name": "nis-domainname.service", "sub_state": "exited" }, "nss-user-lookup.target": { "active_state": "active", "description": "User and Group Name Lookups", "load_state": "loaded", "name": "nss-user-lookup.target", "sub_state": "active" }, "paths.target": { "active_state": "active", "description": "Paths", "load_state": "loaded", "name": "paths.target", "sub_state": "active" }, "plymouth-quit-wait.service": { "active_state": "active", "description": "Hold until boot process finishes up", "load_state": "loaded", "name": "plymouth-quit-wait.service", "sub_state": "exited" }, "plymouth-quit.service": { "active_state": "active", "description": "Terminate Plymouth Boot Screen", "load_state": "loaded", "name": "plymouth-quit.service", "sub_state": "exited" }, "plymouth-read-write.service": { "active_state": "active", "description": "Tell Plymouth To Write Out Runtime Data", "load_state": "loaded", "name": "plymouth-read-write.service", "sub_state": "exited" }, "plymouth-start.service": { "active_state": "active", "description": "Show Plymouth Boot Screen", "load_state": "loaded", "name": "plymouth-start.service", "sub_state": "exited" }, "polkit.service": { "active_state": "active", "description": "Authorization Manager", "load_state": "loaded", "name": "polkit.service", "sub_state": "running" }, "proc-sys-fs-binfmt_misc.automount": { "active_state": "active", "description": "Arbitrary Executable File Formats File System Automount Point", "load_state": "loaded", "name": "proc-sys-fs-binfmt_misc.automount", "sub_state": "waiting" }, "remote-fs-pre.target": { "active_state": "active", "description": "Remote File Systems (Pre)", "load_state": "loaded", "name": "remote-fs-pre.target", "sub_state": "active" }, "remote-fs.target": { "active_state": "active", "description": "Remote File Systems", "load_state": "loaded", "name": "remote-fs.target", "sub_state": "active" }, "restraintd.service": { "active_state": "active", "description": "The restraint harness.", "load_state": "loaded", "name": "restraintd.service", "sub_state": "running" }, "rngd.service": { "active_state": "active", "description": "Hardware RNG Entropy Gatherer Daemon", "load_state": "loaded", "name": "rngd.service", "sub_state": "running" }, "rpc-statd-notify.service": { "active_state": "active", "description": "Notify NFS peers of a restart", "load_state": "loaded", "name": "rpc-statd-notify.service", "sub_state": "exited" }, "rpc_pipefs.target": { "active_state": "active", "description": "rpc_pipefs.target", "load_state": "loaded", "name": "rpc_pipefs.target", "sub_state": "active" }, "rpcbind.service": { "active_state": "active", "description": "RPC Bind", "load_state": "loaded", "name": "rpcbind.service", "sub_state": "running" }, "rpcbind.socket": { "active_state": "active", "description": "RPCbind Server Activation Socket", "load_state": "loaded", "name": "rpcbind.socket", "sub_state": "running" }, "rpcbind.target": { "active_state": "active", "description": "RPC Port Mapper", "load_state": "loaded", "name": "rpcbind.target", "sub_state": "active" }, "rsyslog.service": { "active_state": "active", "description": "System Logging Service", "load_state": "loaded", "name": "rsyslog.service", "sub_state": "running" }, "run-user-0.mount": { "active_state": "active", "description": "/run/user/0", "load_state": "loaded", "name": "run-user-0.mount", "sub_state": "mounted" }, "session-3.scope": { "active_state": "active", "description": "Session 3 of user root", "load_state": "loaded", "name": "session-3.scope", "sub_state": "running" }, "session-5.scope": { "active_state": "active", "description": "Session 5 of user root", "load_state": "loaded", "name": "session-5.scope", "sub_state": "running" }, "slices.target": { "active_state": "active", "description": "Slices", "load_state": "loaded", "name": "slices.target", "sub_state": "active" }, "sockets.target": { "active_state": "active", "description": "Sockets", "load_state": "loaded", "name": "sockets.target", "sub_state": "active" }, "sshd-keygen.target": { "active_state": "active", "description": "sshd-keygen.target", "load_state": "loaded", "name": "sshd-keygen.target", "sub_state": "active" }, "sshd.service": { "active_state": "active", "description": "OpenSSH server daemon", "load_state": "loaded", "name": "sshd.service", "sub_state": "running" }, "sssd-kcm.socket": { "active_state": "active", "description": "SSSD Kerberos Cache Manager responder socket", "load_state": "loaded", "name": "sssd-kcm.socket", "sub_state": "listening" }, "swap.target": { "active_state": "active", "description": "Swap", "load_state": "loaded", "name": "swap.target", "sub_state": "active" }, "sys-devices-platform-serial8250-tty-ttyS1.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS1", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS1.device", "sub_state": "plugged" }, "sys-devices-platform-serial8250-tty-ttyS2.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS2", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS2.device", "sub_state": "plugged" }, "sys-devices-platform-serial8250-tty-ttyS3.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS3", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS3.device", "sub_state": "plugged" }, "sys-devices-pnp0-00:06-tty-ttyS0.device": { "active_state": "active", "description": "/sys/devices/pnp0/00:06/tty/ttyS0", "load_state": "loaded", "name": "sys-devices-pnp0-00:06-tty-ttyS0.device", "sub_state": "plugged" }, "sys-devices-vbd\\x2d768-block-xvda-xvda1.device": { "active_state": "active", "description": "/sys/devices/vbd-768/block/xvda/xvda1", "load_state": "loaded", "name": "sys-devices-vbd\\x2d768-block-xvda-xvda1.device", "sub_state": "plugged" }, "sys-devices-vbd\\x2d768-block-xvda.device": { "active_state": "active", "description": "/sys/devices/vbd-768/block/xvda", "load_state": "loaded", "name": "sys-devices-vbd\\x2d768-block-xvda.device", "sub_state": "plugged" }, "sys-devices-vif\\x2d0-net-eth0.device": { "active_state": "active", "description": "/sys/devices/vif-0/net/eth0", "load_state": "loaded", "name": "sys-devices-vif\\x2d0-net-eth0.device", "sub_state": "plugged" }, "sys-kernel-config.mount": { "active_state": "active", "description": "Kernel Configuration File System", "load_state": "loaded", "name": "sys-kernel-config.mount", "sub_state": "mounted" }, "sys-kernel-debug.mount": { "active_state": "active", "description": "Kernel Debug File System", "load_state": "loaded", "name": "sys-kernel-debug.mount", "sub_state": "mounted" }, "sys-kernel-tracing.mount": { "active_state": "active", "description": "/sys/kernel/tracing", "load_state": "loaded", "name": "sys-kernel-tracing.mount", "sub_state": "mounted" }, "sys-module-configfs.device": { "active_state": "active", "description": "/sys/module/configfs", "load_state": "loaded", "name": "sys-module-configfs.device", "sub_state": "plugged" }, "sys-subsystem-net-devices-eth0.device": { "active_state": "active", "description": "/sys/subsystem/net/devices/eth0", "load_state": "loaded", "name": "sys-subsystem-net-devices-eth0.device", "sub_state": "plugged" }, "sysinit.target": { "active_state": "active", "description": "System Initialization", "load_state": "loaded", "name": "sysinit.target", "sub_state": "active" }, "system-getty.slice": { "active_state": "active", "description": "system-getty.slice", "load_state": "loaded", "name": "system-getty.slice", "sub_state": "active" }, "system-sshd\\x2dkeygen.slice": { "active_state": "active", "description": "system-sshd\\x2dkeygen.slice", "load_state": "loaded", "name": "system-sshd\\x2dkeygen.slice", "sub_state": "active" }, "system.slice": { "active_state": "active", "description": "System Slice", "load_state": "loaded", "name": "system.slice", "sub_state": "active" }, "systemd-ask-password-plymouth.path": { "active_state": "active", "description": "Forward Password Requests to Plymouth Directory Watch", "load_state": "loaded", "name": "systemd-ask-password-plymouth.path", "sub_state": "waiting" }, "systemd-ask-password-wall.path": { "active_state": "active", "description": "Forward Password Requests to Wall Directory Watch", "load_state": "loaded", "name": "systemd-ask-password-wall.path", "sub_state": "waiting" }, "systemd-coredump.socket": { "active_state": "active", "description": "Process Core Dump Socket", "load_state": "loaded", "name": "systemd-coredump.socket", "sub_state": "listening" }, "systemd-initctl.socket": { "active_state": "active", "description": "initctl Compatibility Named Pipe", "load_state": "loaded", "name": "systemd-initctl.socket", "sub_state": "listening" }, "systemd-journal-flush.service": { "active_state": "active", "description": "Flush Journal to Persistent Storage", "load_state": "loaded", "name": "systemd-journal-flush.service", "sub_state": "exited" }, "systemd-journald-dev-log.socket": { "active_state": "active", "description": "Journal Socket (/dev/log)", "load_state": "loaded", "name": "systemd-journald-dev-log.socket", "sub_state": "running" }, "systemd-journald.service": { "active_state": "active", "description": "Journal Service", "load_state": "loaded", "name": "systemd-journald.service", "sub_state": "running" }, "systemd-journald.socket": { "active_state": "active", "description": "Journal Socket", "load_state": "loaded", "name": "systemd-journald.socket", "sub_state": "running" }, "systemd-logind.service": { "active_state": "active", "description": "Login Service", "load_state": "loaded", "name": "systemd-logind.service", "sub_state": "running" }, "systemd-machine-id-commit.service": { "active_state": "active", "description": "Commit a transient machine-id on disk", "load_state": "loaded", "name": "systemd-machine-id-commit.service", "sub_state": "exited" }, "systemd-random-seed.service": { "active_state": "active", "description": "Load/Save Random Seed", "load_state": "loaded", "name": "systemd-random-seed.service", "sub_state": "exited" }, "systemd-remount-fs.service": { "active_state": "active", "description": "Remount Root and Kernel File Systems", "load_state": "loaded", "name": "systemd-remount-fs.service", "sub_state": "exited" }, "systemd-sysctl.service": { "active_state": "active", "description": "Apply Kernel Variables", "load_state": "loaded", "name": "systemd-sysctl.service", "sub_state": "exited" }, "systemd-tmpfiles-clean.timer": { "active_state": "active", "description": "Daily Cleanup of Temporary Directories", "load_state": "loaded", "name": "systemd-tmpfiles-clean.timer", "sub_state": "waiting" }, "systemd-tmpfiles-setup-dev.service": { "active_state": "active", "description": "Create Static Device Nodes in /dev", "load_state": "loaded", "name": "systemd-tmpfiles-setup-dev.service", "sub_state": "exited" }, "systemd-tmpfiles-setup.service": { "active_state": "active", "description": "Create Volatile Files and Directories", "load_state": "loaded", "name": "systemd-tmpfiles-setup.service", "sub_state": "exited" }, "systemd-udev-trigger.service": { "active_state": "active", "description": "udev Coldplug all Devices", "load_state": "loaded", "name": "systemd-udev-trigger.service", "sub_state": "exited" }, "systemd-udevd-control.socket": { "active_state": "active", "description": "udev Control Socket", "load_state": "loaded", "name": "systemd-udevd-control.socket", "sub_state": "running" }, "systemd-udevd-kernel.socket": { "active_state": "active", "description": "udev Kernel Socket", "load_state": "loaded", "name": "systemd-udevd-kernel.socket", "sub_state": "running" }, "systemd-udevd.service": { "active_state": "active", "description": "udev Kernel Device Manager", "load_state": "loaded", "name": "systemd-udevd.service", "sub_state": "running" }, "systemd-update-utmp.service": { "active_state": "active", "description": "Update UTMP about System Boot/Shutdown", "load_state": "loaded", "name": "systemd-update-utmp.service", "sub_state": "exited" }, "systemd-user-sessions.service": { "active_state": "active", "description": "Permit User Sessions", "load_state": "loaded", "name": "systemd-user-sessions.service", "sub_state": "exited" }, "timers.target": { "active_state": "active", "description": "Timers", "load_state": "loaded", "name": "timers.target", "sub_state": "active" }, "tuned.service": { "active_state": "active", "description": "Dynamic System Tuning Daemon", "load_state": "loaded", "name": "tuned.service", "sub_state": "running" }, "unbound-anchor.timer": { "active_state": "active", "description": "daily update of the root trust anchor for DNSSEC", "load_state": "loaded", "name": "unbound-anchor.timer", "sub_state": "waiting" }, "user-0.slice": { "active_state": "active", "description": "User Slice of UID 0", "load_state": "loaded", "name": "user-0.slice", "sub_state": "active" }, "user-runtime-dir@0.service": { "active_state": "active", "description": "User runtime directory /run/user/0", "load_state": "loaded", "name": "user-runtime-dir@0.service", "sub_state": "exited" }, "user.slice": { "active_state": "active", "description": "User and Session Slice", "load_state": "loaded", "name": "user.slice", "sub_state": "active" }, "user@0.service": { "active_state": "active", "description": "User Manager for UID 0", "load_state": "loaded", "name": "user@0.service", "sub_state": "running" }, "var-lib-nfs-rpc_pipefs.mount": { "active_state": "active", "description": "RPC Pipe File System", "load_state": "loaded", "name": "var-lib-nfs-rpc_pipefs.mount", "sub_state": "mounted" } } }, "changed": false } TASK [fedora.linux_system_roles.systemd : Cancel linger for users if necessary] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:166 Monday 11 November 2024 18:51:48 -0500 (0:00:00.047) 0:00:32.906 ******* included: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/cancel_linger.yml for managed-node1 TASK [fedora.linux_system_roles.systemd : Cancel linger for given user] ******** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/cancel_linger.yml:10 Monday 11 November 2024 18:51:48 -0500 (0:00:00.038) 0:00:32.944 ******* skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Stat the dropin directory path] ****************************************** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/tests/systemd/tests_basic.yml:25 Monday 11 November 2024 18:51:48 -0500 (0:00:00.043) 0:00:32.988 ******* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1731369104.5392072, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1731369105.2992065, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 205521088, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0755", "mtime": 1731369105.2992065, "nlink": 2, "path": "/etc/systemd/system/foo.service.d", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 30, "uid": 0, "version": "162643072", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [Check that drop in directory exists] ************************************* task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/tests/systemd/tests_basic.yml:30 Monday 11 November 2024 18:51:48 -0500 (0:00:00.359) 0:00:33.347 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Verify that dropin file was deployed] ************************************ task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/tests/systemd/tests_basic.yml:35 Monday 11 November 2024 18:51:48 -0500 (0:00:00.064) 0:00:33.412 ******* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1731369105.2932065, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "43138f80633a2dd32d446b237b9ed62fa32438dd", "ctime": 1731369105.2992065, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 207618242, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1731369105.0322068, "nlink": 1, "path": "/etc/systemd/system/foo.service.d/99-override.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 48, "uid": 0, "version": "3890276751", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } PLAY [Ensure that we can start units using the role] *************************** TASK [fedora.linux_system_roles.systemd : Ensure ansible_facts used by role] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:3 Monday 11 November 2024 18:51:49 -0500 (0:00:00.366) 0:00:33.778 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "__required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Support for user units only available in EL7 and later] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:13 Monday 11 November 2024 18:51:49 -0500 (0:00:00.043) 0:00:33.822 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "ansible_facts[\"distribution_major_version\"] is version(\"8\", \"<\")", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Support for user units only available in EL7 and later] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:27 Monday 11 November 2024 18:51:49 -0500 (0:00:00.027) 0:00:33.849 ******* META: end_host conditional evaluated to False, continuing execution for managed-node1 skipping: [managed-node1] => { "skip_reason": "end_host conditional evaluated to False, continuing execution for managed-node1" } MSG: end_host conditional evaluated to false, continuing execution for managed-node1 TASK [fedora.linux_system_roles.systemd : Check if system is ostree] *********** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:40 Monday 11 November 2024 18:51:49 -0500 (0:00:00.013) 0:00:33.863 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "not __systemd_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Set flag to indicate system is ostree] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:45 Monday 11 November 2024 18:51:49 -0500 (0:00:00.020) 0:00:33.883 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "not __systemd_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Check if transactional-update exists in /sbin] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:52 Monday 11 November 2024 18:51:49 -0500 (0:00:00.018) 0:00:33.901 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "not __systemd_is_transactional is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Set flag if transactional-update exists] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:57 Monday 11 November 2024 18:51:49 -0500 (0:00:00.018) 0:00:33.919 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "not __systemd_is_transactional is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure required packages are installed] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:61 Monday 11 November 2024 18:51:49 -0500 (0:00:00.018) 0:00:33.938 ******* ok: [managed-node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.systemd : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:73 Monday 11 November 2024 18:51:52 -0500 (0:00:02.867) 0:00:36.805 ******* skipping: [managed-node1] => { "false_condition": "__systemd_is_transactional | d(false)" } TASK [fedora.linux_system_roles.systemd : Reboot transactional update systems] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:78 Monday 11 November 2024 18:51:52 -0500 (0:00:00.039) 0:00:36.845 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "__systemd_is_transactional | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Fail if reboot is needed and not set] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:83 Monday 11 November 2024 18:51:52 -0500 (0:00:00.041) 0:00:36.887 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "__systemd_is_transactional | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Reset __systemd_user_info] *********** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:90 Monday 11 November 2024 18:51:52 -0500 (0:00:00.037) 0:00:36.924 ******* ok: [managed-node1] => { "ansible_facts": { "__systemd_user_info": {} }, "changed": false } TASK [fedora.linux_system_roles.systemd : Manage files and templates and their directories] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:94 Monday 11 November 2024 18:51:52 -0500 (0:00:00.021) 0:00:36.945 ******* included: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml for managed-node1 => (item=systemd_unit_files) included: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml for managed-node1 => (item=systemd_unit_file_templates) included: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml for managed-node1 => (item=systemd_dropins) TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:17 Monday 11 November 2024 18:51:52 -0500 (0:00:00.074) 0:00:37.020 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "__systemd_list | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure directories are present for users] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:29 Monday 11 November 2024 18:51:52 -0500 (0:00:00.063) 0:00:37.083 ******* skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.systemd : Ensure directories are present for dropins] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:37 Monday 11 November 2024 18:51:52 -0500 (0:00:00.045) 0:00:37.128 ******* skipping: [managed-node1] => (item={'item': 'foo.service.conf.j2', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__systemd_list | length > 0", "item": { "dir_mode": "0755", "group": "0", "item": "foo.service.conf.j2", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.systemd : Ensure unit files are present] ******* task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:46 Monday 11 November 2024 18:51:52 -0500 (0:00:00.055) 0:00:37.184 ******* skipping: [managed-node1] => (item={'item': 'foo.service.conf.j2', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__systemd_list | length > 0", "item": { "dir_mode": "0755", "group": "0", "item": "foo.service.conf.j2", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.systemd : Ensure unit file templates are present] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:57 Monday 11 November 2024 18:51:52 -0500 (0:00:00.061) 0:00:37.245 ******* skipping: [managed-node1] => (item={'item': 'foo.service.conf.j2', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__systemd_list | length > 0", "item": { "dir_mode": "0755", "group": "0", "item": "foo.service.conf.j2", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.systemd : Ensure unit files are absent] ******** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:68 Monday 11 November 2024 18:51:52 -0500 (0:00:00.051) 0:00:37.297 ******* skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.systemd : Find files in dropins directory] ***** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:76 Monday 11 November 2024 18:51:52 -0500 (0:00:00.038) 0:00:37.336 ******* skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.systemd : Remove dropin directory if no more files] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:83 Monday 11 November 2024 18:51:52 -0500 (0:00:00.038) 0:00:37.374 ******* skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:17 Monday 11 November 2024 18:51:52 -0500 (0:00:00.039) 0:00:37.414 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "__systemd_list | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure directories are present for users] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:29 Monday 11 November 2024 18:51:52 -0500 (0:00:00.054) 0:00:37.468 ******* skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.systemd : Ensure directories are present for dropins] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:37 Monday 11 November 2024 18:51:52 -0500 (0:00:00.060) 0:00:37.529 ******* skipping: [managed-node1] => (item={'item': 'foo.service.conf.j2', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__systemd_list | length > 0", "item": { "dir_mode": "0755", "group": "0", "item": "foo.service.conf.j2", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.systemd : Ensure unit files are present] ******* task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:46 Monday 11 November 2024 18:51:52 -0500 (0:00:00.061) 0:00:37.590 ******* skipping: [managed-node1] => (item={'item': 'foo.service.conf.j2', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__systemd_list | length > 0", "item": { "dir_mode": "0755", "group": "0", "item": "foo.service.conf.j2", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.systemd : Ensure unit file templates are present] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:57 Monday 11 November 2024 18:51:52 -0500 (0:00:00.054) 0:00:37.645 ******* skipping: [managed-node1] => (item={'item': 'foo.service.conf.j2', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__systemd_list | length > 0", "item": { "dir_mode": "0755", "group": "0", "item": "foo.service.conf.j2", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.systemd : Ensure unit files are absent] ******** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:68 Monday 11 November 2024 18:51:53 -0500 (0:00:00.054) 0:00:37.700 ******* skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.systemd : Find files in dropins directory] ***** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:76 Monday 11 November 2024 18:51:53 -0500 (0:00:00.039) 0:00:37.740 ******* skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.systemd : Remove dropin directory if no more files] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:83 Monday 11 November 2024 18:51:53 -0500 (0:00:00.041) 0:00:37.781 ******* skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:17 Monday 11 November 2024 18:51:53 -0500 (0:00:00.039) 0:00:37.821 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "__systemd_list | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure directories are present for users] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:29 Monday 11 November 2024 18:51:53 -0500 (0:00:00.049) 0:00:37.870 ******* skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.systemd : Ensure directories are present for dropins] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:37 Monday 11 November 2024 18:51:53 -0500 (0:00:00.045) 0:00:37.916 ******* skipping: [managed-node1] => (item={'item': 'foo.service.conf.j2', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__systemd_list | length > 0", "item": { "dir_mode": "0755", "group": "0", "item": "foo.service.conf.j2", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.systemd : Ensure unit files are present] ******* task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:46 Monday 11 November 2024 18:51:53 -0500 (0:00:00.070) 0:00:37.987 ******* skipping: [managed-node1] => (item={'item': 'foo.service.conf.j2', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__systemd_list | length > 0", "item": { "dir_mode": "0755", "group": "0", "item": "foo.service.conf.j2", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.systemd : Ensure unit file templates are present] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:57 Monday 11 November 2024 18:51:53 -0500 (0:00:00.069) 0:00:38.056 ******* skipping: [managed-node1] => (item={'item': 'foo.service.conf.j2', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__systemd_list | length > 0", "item": { "dir_mode": "0755", "group": "0", "item": "foo.service.conf.j2", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.systemd : Ensure unit files are absent] ******** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:68 Monday 11 November 2024 18:51:53 -0500 (0:00:00.072) 0:00:38.129 ******* skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.systemd : Find files in dropins directory] ***** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:76 Monday 11 November 2024 18:51:53 -0500 (0:00:00.048) 0:00:38.177 ******* skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.systemd : Remove dropin directory if no more files] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:83 Monday 11 November 2024 18:51:53 -0500 (0:00:00.045) 0:00:38.223 ******* skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.systemd : Reload systemd] ********************** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:106 Monday 11 November 2024 18:51:53 -0500 (0:00:00.046) 0:00:38.269 ******* skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.systemd : Manage units] ************************ task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:119 Monday 11 November 2024 18:51:53 -0500 (0:00:00.045) 0:00:38.315 ******* included: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 => (item={'name': 'systemd_started_units', 'state': 'started'}) included: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 => (item={'name': 'systemd_stopped_units', 'state': 'stopped'}) included: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 => (item={'name': 'systemd_restarted_units', 'state': 'restarted'}) included: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 => (item={'name': 'systemd_reloaded_units', 'state': 'reloaded'}) included: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 => (item={'name': 'systemd_enabled_units', 'enabled': 'true'}) included: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 => (item={'name': 'systemd_disabled_units', 'enabled': 'false'}) included: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 => (item={'name': 'systemd_masked_units', 'masked': 'true'}) included: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 => (item={'name': 'systemd_unmasked_units', 'masked': 'false'}) TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 18:51:53 -0500 (0:00:00.061) 0:00:38.376 ******* included: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_user_info.yml for managed-node1 TASK [fedora.linux_system_roles.systemd : Get user information] **************** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_user_info.yml:27 Monday 11 November 2024 18:51:53 -0500 (0:00:00.051) 0:00:38.427 ******* included: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_update_user_info.yml for managed-node1 => (item=root) TASK [fedora.linux_system_roles.systemd : Get user information] **************** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_update_user_info.yml:7 Monday 11 November 2024 18:51:53 -0500 (0:00:00.067) 0:00:38.495 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "'getent_passwd' not in ansible_facts or __systemd_user_name not in ansible_facts['getent_passwd']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Update systemd user info with new user info] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_update_user_info.yml:14 Monday 11 November 2024 18:51:53 -0500 (0:00:00.055) 0:00:38.550 ******* ok: [managed-node1] => { "ansible_facts": { "__systemd_user_info": { "root": { "group": "0", "units_dir": "/etc/systemd/system", "xdg_dir": "/run/user/0" } } }, "changed": false } TASK [fedora.linux_system_roles.systemd : Convert to list of dict with user data] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_user_info.yml:34 Monday 11 November 2024 18:51:53 -0500 (0:00:00.062) 0:00:38.613 ******* ok: [managed-node1] => { "ansible_facts": { "__systemd_dict_list": [ { "dir_mode": "0755", "group": "0", "item": "foo.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" } ] }, "changed": false } TASK [fedora.linux_system_roles.systemd : Enable linger if needed] ************* task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_user_info.yml:71 Monday 11 November 2024 18:51:54 -0500 (0:00:00.070) 0:00:38.684 ******* skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 18:51:54 -0500 (0:00:00.049) 0:00:38.733 ******* changed: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": true, "item": { "dir_mode": "0755", "group": "0", "item": "foo.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "name": "foo.service", "state": "started", "status": { "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "systemd-journald.socket -.mount basic.target tmp.mount sysinit.target system.slice systemd-tmpfiles-setup.service", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlPID": "0", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "foo.service", "DevicePolicy": "auto", "DropInPaths": "/etc/systemd/system/foo.service.d/99-override.conf", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "ExecMainStatus": "0", "ExecReload": "{ path=/bin/touch ; argv[]=/bin/touch /tmp/foo-reloaded ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/bin/sleep ; argv[]=/bin/sleep 3600 ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/etc/systemd/system/foo.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "foo.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "14003", "LimitNPROCSoft": "14003", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14003", "LimitSIGPENDINGSoft": "14003", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "MemoryAccounting": "yes", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "foo.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "yes", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "sysinit.target -.mount system.slice", "RequiresMountsFor": "/var/tmp", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "22405", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "disabled", "UtmpMode": "init", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 18:51:54 -0500 (0:00:00.607) 0:00:39.341 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "__systemd_list | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 18:51:54 -0500 (0:00:00.050) 0:00:39.391 ******* skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__systemd_list | length > 0", "item": { "dir_mode": "0755", "group": "0", "item": "foo.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 18:51:54 -0500 (0:00:00.051) 0:00:39.443 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "__systemd_list | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 18:51:54 -0500 (0:00:00.041) 0:00:39.485 ******* skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__systemd_list | length > 0", "item": { "dir_mode": "0755", "group": "0", "item": "foo.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 18:51:54 -0500 (0:00:00.046) 0:00:39.532 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "__systemd_list | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 18:51:54 -0500 (0:00:00.042) 0:00:39.574 ******* skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__systemd_list | length > 0", "item": { "dir_mode": "0755", "group": "0", "item": "foo.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 18:51:54 -0500 (0:00:00.048) 0:00:39.623 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "__systemd_list | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 18:51:55 -0500 (0:00:00.057) 0:00:39.681 ******* skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__systemd_list | length > 0", "item": { "dir_mode": "0755", "group": "0", "item": "foo.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 18:51:55 -0500 (0:00:00.069) 0:00:39.751 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "__systemd_list | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 18:51:55 -0500 (0:00:00.061) 0:00:39.812 ******* skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__systemd_list | length > 0", "item": { "dir_mode": "0755", "group": "0", "item": "foo.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 18:51:55 -0500 (0:00:00.073) 0:00:39.886 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "__systemd_list | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 18:51:55 -0500 (0:00:00.063) 0:00:39.950 ******* skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__systemd_list | length > 0", "item": { "dir_mode": "0755", "group": "0", "item": "foo.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 18:51:55 -0500 (0:00:00.066) 0:00:40.016 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "__systemd_list | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 18:51:55 -0500 (0:00:00.051) 0:00:40.068 ******* skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__systemd_list | length > 0", "item": { "dir_mode": "0755", "group": "0", "item": "foo.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.systemd : DebugBefore] ************************* task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:146 Monday 11 November 2024 18:51:55 -0500 (0:00:00.054) 0:00:40.123 ******* ok: [managed-node1] => {} MSG: facts { "root": { "-.mount": { "active_state": "active", "description": "Root Mount", "load_state": "loaded", "name": "-.mount", "sub_state": "mounted" }, "-.slice": { "active_state": "active", "description": "Root Slice", "load_state": "loaded", "name": "-.slice", "sub_state": "active" }, "NetworkManager-wait-online.service": { "active_state": "active", "description": "Network Manager Wait Online", "load_state": "loaded", "name": "NetworkManager-wait-online.service", "sub_state": "exited" }, "NetworkManager.service": { "active_state": "active", "description": "Network Manager", "load_state": "loaded", "name": "NetworkManager.service", "sub_state": "running" }, "auditd.service": { "active_state": "active", "description": "Security Auditing Service", "load_state": "loaded", "name": "auditd.service", "sub_state": "running" }, "basic.target": { "active_state": "active", "description": "Basic System", "load_state": "loaded", "name": "basic.target", "sub_state": "active" }, "chronyd.service": { "active_state": "active", "description": "NTP client/server", "load_state": "loaded", "name": "chronyd.service", "sub_state": "running" }, "cloud-config.service": { "active_state": "active", "description": "Apply the settings specified in cloud-config", "load_state": "loaded", "name": "cloud-config.service", "sub_state": "exited" }, "cloud-config.target": { "active_state": "active", "description": "Cloud-config availability", "load_state": "loaded", "name": "cloud-config.target", "sub_state": "active" }, "cloud-final.service": { "active_state": "active", "description": "Execute cloud user/final scripts", "load_state": "loaded", "name": "cloud-final.service", "sub_state": "exited" }, "cloud-init-local.service": { "active_state": "active", "description": "Initial cloud-init job (pre-networking)", "load_state": "loaded", "name": "cloud-init-local.service", "sub_state": "exited" }, "cloud-init.service": { "active_state": "active", "description": "Initial cloud-init job (metadata service crawler)", "load_state": "loaded", "name": "cloud-init.service", "sub_state": "exited" }, "cloud-init.target": { "active_state": "active", "description": "Cloud-init target", "load_state": "loaded", "name": "cloud-init.target", "sub_state": "active" }, "crond.service": { "active_state": "active", "description": "Command Scheduler", "load_state": "loaded", "name": "crond.service", "sub_state": "running" }, "cryptsetup.target": { "active_state": "active", "description": "Local Encrypted Volumes", "load_state": "loaded", "name": "cryptsetup.target", "sub_state": "active" }, "dbus.service": { "active_state": "active", "description": "D-Bus System Message Bus", "load_state": "loaded", "name": "dbus.service", "sub_state": "running" }, "dbus.socket": { "active_state": "active", "description": "D-Bus System Message Bus Socket", "load_state": "loaded", "name": "dbus.socket", "sub_state": "running" }, "dev-hugepages.mount": { "active_state": "active", "description": "Huge Pages File System", "load_state": "loaded", "name": "dev-hugepages.mount", "sub_state": "mounted" }, "dev-mqueue.mount": { "active_state": "active", "description": "POSIX Message Queue File System", "load_state": "loaded", "name": "dev-mqueue.mount", "sub_state": "mounted" }, "dnf-makecache.timer": { "active_state": "active", "description": "dnf makecache --timer", "load_state": "loaded", "name": "dnf-makecache.timer", "sub_state": "waiting" }, "dracut-shutdown.service": { "active_state": "active", "description": "Restore /run/initramfs on shutdown", "load_state": "loaded", "name": "dracut-shutdown.service", "sub_state": "exited" }, "getty.target": { "active_state": "active", "description": "Login Prompts", "load_state": "loaded", "name": "getty.target", "sub_state": "active" }, "getty@tty1.service": { "active_state": "active", "description": "Getty on tty1", "load_state": "loaded", "name": "getty@tty1.service", "sub_state": "running" }, "gssproxy.service": { "active_state": "active", "description": "GSSAPI Proxy Daemon", "load_state": "loaded", "name": "gssproxy.service", "sub_state": "running" }, "import-state.service": { "active_state": "active", "description": "Import network configuration from initramfs", "load_state": "loaded", "name": "import-state.service", "sub_state": "exited" }, "init.scope": { "active_state": "active", "description": "System and Service Manager", "load_state": "loaded", "name": "init.scope", "sub_state": "running" }, "irqbalance.service": { "active_state": "active", "description": "irqbalance daemon", "load_state": "loaded", "name": "irqbalance.service", "sub_state": "running" }, "kdump.service": { "active_state": "active", "description": "Crash recovery kernel arming", "load_state": "loaded", "name": "kdump.service", "sub_state": "exited" }, "kmod-static-nodes.service": { "active_state": "active", "description": "Create list of required static device nodes for the current kernel", "load_state": "loaded", "name": "kmod-static-nodes.service", "sub_state": "exited" }, "local-fs-pre.target": { "active_state": "active", "description": "Local File Systems (Pre)", "load_state": "loaded", "name": "local-fs-pre.target", "sub_state": "active" }, "local-fs.target": { "active_state": "active", "description": "Local File Systems", "load_state": "loaded", "name": "local-fs.target", "sub_state": "active" }, "multi-user.target": { "active_state": "active", "description": "Multi-User System", "load_state": "loaded", "name": "multi-user.target", "sub_state": "active" }, "network-online.target": { "active_state": "active", "description": "Network is Online", "load_state": "loaded", "name": "network-online.target", "sub_state": "active" }, "network-pre.target": { "active_state": "active", "description": "Network (Pre)", "load_state": "loaded", "name": "network-pre.target", "sub_state": "active" }, "network.target": { "active_state": "active", "description": "Network", "load_state": "loaded", "name": "network.target", "sub_state": "active" }, "nfs-client.target": { "active_state": "active", "description": "NFS client services", "load_state": "loaded", "name": "nfs-client.target", "sub_state": "active" }, "nis-domainname.service": { "active_state": "active", "description": "Read and set NIS domainname from /etc/sysconfig/network", "load_state": "loaded", "name": "nis-domainname.service", "sub_state": "exited" }, "nss-user-lookup.target": { "active_state": "active", "description": "User and Group Name Lookups", "load_state": "loaded", "name": "nss-user-lookup.target", "sub_state": "active" }, "paths.target": { "active_state": "active", "description": "Paths", "load_state": "loaded", "name": "paths.target", "sub_state": "active" }, "plymouth-quit-wait.service": { "active_state": "active", "description": "Hold until boot process finishes up", "load_state": "loaded", "name": "plymouth-quit-wait.service", "sub_state": "exited" }, "plymouth-quit.service": { "active_state": "active", "description": "Terminate Plymouth Boot Screen", "load_state": "loaded", "name": "plymouth-quit.service", "sub_state": "exited" }, "plymouth-read-write.service": { "active_state": "active", "description": "Tell Plymouth To Write Out Runtime Data", "load_state": "loaded", "name": "plymouth-read-write.service", "sub_state": "exited" }, "plymouth-start.service": { "active_state": "active", "description": "Show Plymouth Boot Screen", "load_state": "loaded", "name": "plymouth-start.service", "sub_state": "exited" }, "polkit.service": { "active_state": "active", "description": "Authorization Manager", "load_state": "loaded", "name": "polkit.service", "sub_state": "running" }, "proc-sys-fs-binfmt_misc.automount": { "active_state": "active", "description": "Arbitrary Executable File Formats File System Automount Point", "load_state": "loaded", "name": "proc-sys-fs-binfmt_misc.automount", "sub_state": "waiting" }, "remote-fs-pre.target": { "active_state": "active", "description": "Remote File Systems (Pre)", "load_state": "loaded", "name": "remote-fs-pre.target", "sub_state": "active" }, "remote-fs.target": { "active_state": "active", "description": "Remote File Systems", "load_state": "loaded", "name": "remote-fs.target", "sub_state": "active" }, "restraintd.service": { "active_state": "active", "description": "The restraint harness.", "load_state": "loaded", "name": "restraintd.service", "sub_state": "running" }, "rngd.service": { "active_state": "active", "description": "Hardware RNG Entropy Gatherer Daemon", "load_state": "loaded", "name": "rngd.service", "sub_state": "running" }, "rpc-statd-notify.service": { "active_state": "active", "description": "Notify NFS peers of a restart", "load_state": "loaded", "name": "rpc-statd-notify.service", "sub_state": "exited" }, "rpc_pipefs.target": { "active_state": "active", "description": "rpc_pipefs.target", "load_state": "loaded", "name": "rpc_pipefs.target", "sub_state": "active" }, "rpcbind.service": { "active_state": "active", "description": "RPC Bind", "load_state": "loaded", "name": "rpcbind.service", "sub_state": "running" }, "rpcbind.socket": { "active_state": "active", "description": "RPCbind Server Activation Socket", "load_state": "loaded", "name": "rpcbind.socket", "sub_state": "running" }, "rpcbind.target": { "active_state": "active", "description": "RPC Port Mapper", "load_state": "loaded", "name": "rpcbind.target", "sub_state": "active" }, "rsyslog.service": { "active_state": "active", "description": "System Logging Service", "load_state": "loaded", "name": "rsyslog.service", "sub_state": "running" }, "run-user-0.mount": { "active_state": "active", "description": "/run/user/0", "load_state": "loaded", "name": "run-user-0.mount", "sub_state": "mounted" }, "session-3.scope": { "active_state": "active", "description": "Session 3 of user root", "load_state": "loaded", "name": "session-3.scope", "sub_state": "running" }, "session-5.scope": { "active_state": "active", "description": "Session 5 of user root", "load_state": "loaded", "name": "session-5.scope", "sub_state": "running" }, "slices.target": { "active_state": "active", "description": "Slices", "load_state": "loaded", "name": "slices.target", "sub_state": "active" }, "sockets.target": { "active_state": "active", "description": "Sockets", "load_state": "loaded", "name": "sockets.target", "sub_state": "active" }, "sshd-keygen.target": { "active_state": "active", "description": "sshd-keygen.target", "load_state": "loaded", "name": "sshd-keygen.target", "sub_state": "active" }, "sshd.service": { "active_state": "active", "description": "OpenSSH server daemon", "load_state": "loaded", "name": "sshd.service", "sub_state": "running" }, "sssd-kcm.socket": { "active_state": "active", "description": "SSSD Kerberos Cache Manager responder socket", "load_state": "loaded", "name": "sssd-kcm.socket", "sub_state": "listening" }, "swap.target": { "active_state": "active", "description": "Swap", "load_state": "loaded", "name": "swap.target", "sub_state": "active" }, "sys-devices-platform-serial8250-tty-ttyS1.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS1", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS1.device", "sub_state": "plugged" }, "sys-devices-platform-serial8250-tty-ttyS2.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS2", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS2.device", "sub_state": "plugged" }, "sys-devices-platform-serial8250-tty-ttyS3.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS3", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS3.device", "sub_state": "plugged" }, "sys-devices-pnp0-00:06-tty-ttyS0.device": { "active_state": "active", "description": "/sys/devices/pnp0/00:06/tty/ttyS0", "load_state": "loaded", "name": "sys-devices-pnp0-00:06-tty-ttyS0.device", "sub_state": "plugged" }, "sys-devices-vbd\\x2d768-block-xvda-xvda1.device": { "active_state": "active", "description": "/sys/devices/vbd-768/block/xvda/xvda1", "load_state": "loaded", "name": "sys-devices-vbd\\x2d768-block-xvda-xvda1.device", "sub_state": "plugged" }, "sys-devices-vbd\\x2d768-block-xvda.device": { "active_state": "active", "description": "/sys/devices/vbd-768/block/xvda", "load_state": "loaded", "name": "sys-devices-vbd\\x2d768-block-xvda.device", "sub_state": "plugged" }, "sys-devices-vif\\x2d0-net-eth0.device": { "active_state": "active", "description": "/sys/devices/vif-0/net/eth0", "load_state": "loaded", "name": "sys-devices-vif\\x2d0-net-eth0.device", "sub_state": "plugged" }, "sys-kernel-config.mount": { "active_state": "active", "description": "Kernel Configuration File System", "load_state": "loaded", "name": "sys-kernel-config.mount", "sub_state": "mounted" }, "sys-kernel-debug.mount": { "active_state": "active", "description": "Kernel Debug File System", "load_state": "loaded", "name": "sys-kernel-debug.mount", "sub_state": "mounted" }, "sys-kernel-tracing.mount": { "active_state": "active", "description": "/sys/kernel/tracing", "load_state": "loaded", "name": "sys-kernel-tracing.mount", "sub_state": "mounted" }, "sys-module-configfs.device": { "active_state": "active", "description": "/sys/module/configfs", "load_state": "loaded", "name": "sys-module-configfs.device", "sub_state": "plugged" }, "sys-subsystem-net-devices-eth0.device": { "active_state": "active", "description": "/sys/subsystem/net/devices/eth0", "load_state": "loaded", "name": "sys-subsystem-net-devices-eth0.device", "sub_state": "plugged" }, "sysinit.target": { "active_state": "active", "description": "System Initialization", "load_state": "loaded", "name": "sysinit.target", "sub_state": "active" }, "system-getty.slice": { "active_state": "active", "description": "system-getty.slice", "load_state": "loaded", "name": "system-getty.slice", "sub_state": "active" }, "system-sshd\\x2dkeygen.slice": { "active_state": "active", "description": "system-sshd\\x2dkeygen.slice", "load_state": "loaded", "name": "system-sshd\\x2dkeygen.slice", "sub_state": "active" }, "system.slice": { "active_state": "active", "description": "System Slice", "load_state": "loaded", "name": "system.slice", "sub_state": "active" }, "systemd-ask-password-plymouth.path": { "active_state": "active", "description": "Forward Password Requests to Plymouth Directory Watch", "load_state": "loaded", "name": "systemd-ask-password-plymouth.path", "sub_state": "waiting" }, "systemd-ask-password-wall.path": { "active_state": "active", "description": "Forward Password Requests to Wall Directory Watch", "load_state": "loaded", "name": "systemd-ask-password-wall.path", "sub_state": "waiting" }, "systemd-coredump.socket": { "active_state": "active", "description": "Process Core Dump Socket", "load_state": "loaded", "name": "systemd-coredump.socket", "sub_state": "listening" }, "systemd-initctl.socket": { "active_state": "active", "description": "initctl Compatibility Named Pipe", "load_state": "loaded", "name": "systemd-initctl.socket", "sub_state": "listening" }, "systemd-journal-flush.service": { "active_state": "active", "description": "Flush Journal to Persistent Storage", "load_state": "loaded", "name": "systemd-journal-flush.service", "sub_state": "exited" }, "systemd-journald-dev-log.socket": { "active_state": "active", "description": "Journal Socket (/dev/log)", "load_state": "loaded", "name": "systemd-journald-dev-log.socket", "sub_state": "running" }, "systemd-journald.service": { "active_state": "active", "description": "Journal Service", "load_state": "loaded", "name": "systemd-journald.service", "sub_state": "running" }, "systemd-journald.socket": { "active_state": "active", "description": "Journal Socket", "load_state": "loaded", "name": "systemd-journald.socket", "sub_state": "running" }, "systemd-logind.service": { "active_state": "active", "description": "Login Service", "load_state": "loaded", "name": "systemd-logind.service", "sub_state": "running" }, "systemd-machine-id-commit.service": { "active_state": "active", "description": "Commit a transient machine-id on disk", "load_state": "loaded", "name": "systemd-machine-id-commit.service", "sub_state": "exited" }, "systemd-random-seed.service": { "active_state": "active", "description": "Load/Save Random Seed", "load_state": "loaded", "name": "systemd-random-seed.service", "sub_state": "exited" }, "systemd-remount-fs.service": { "active_state": "active", "description": "Remount Root and Kernel File Systems", "load_state": "loaded", "name": "systemd-remount-fs.service", "sub_state": "exited" }, "systemd-sysctl.service": { "active_state": "active", "description": "Apply Kernel Variables", "load_state": "loaded", "name": "systemd-sysctl.service", "sub_state": "exited" }, "systemd-tmpfiles-clean.timer": { "active_state": "active", "description": "Daily Cleanup of Temporary Directories", "load_state": "loaded", "name": "systemd-tmpfiles-clean.timer", "sub_state": "waiting" }, "systemd-tmpfiles-setup-dev.service": { "active_state": "active", "description": "Create Static Device Nodes in /dev", "load_state": "loaded", "name": "systemd-tmpfiles-setup-dev.service", "sub_state": "exited" }, "systemd-tmpfiles-setup.service": { "active_state": "active", "description": "Create Volatile Files and Directories", "load_state": "loaded", "name": "systemd-tmpfiles-setup.service", "sub_state": "exited" }, "systemd-udev-trigger.service": { "active_state": "active", "description": "udev Coldplug all Devices", "load_state": "loaded", "name": "systemd-udev-trigger.service", "sub_state": "exited" }, "systemd-udevd-control.socket": { "active_state": "active", "description": "udev Control Socket", "load_state": "loaded", "name": "systemd-udevd-control.socket", "sub_state": "running" }, "systemd-udevd-kernel.socket": { "active_state": "active", "description": "udev Kernel Socket", "load_state": "loaded", "name": "systemd-udevd-kernel.socket", "sub_state": "running" }, "systemd-udevd.service": { "active_state": "active", "description": "udev Kernel Device Manager", "load_state": "loaded", "name": "systemd-udevd.service", "sub_state": "running" }, "systemd-update-utmp.service": { "active_state": "active", "description": "Update UTMP about System Boot/Shutdown", "load_state": "loaded", "name": "systemd-update-utmp.service", "sub_state": "exited" }, "systemd-user-sessions.service": { "active_state": "active", "description": "Permit User Sessions", "load_state": "loaded", "name": "systemd-user-sessions.service", "sub_state": "exited" }, "timers.target": { "active_state": "active", "description": "Timers", "load_state": "loaded", "name": "timers.target", "sub_state": "active" }, "tuned.service": { "active_state": "active", "description": "Dynamic System Tuning Daemon", "load_state": "loaded", "name": "tuned.service", "sub_state": "running" }, "unbound-anchor.timer": { "active_state": "active", "description": "daily update of the root trust anchor for DNSSEC", "load_state": "loaded", "name": "unbound-anchor.timer", "sub_state": "waiting" }, "user-0.slice": { "active_state": "active", "description": "User Slice of UID 0", "load_state": "loaded", "name": "user-0.slice", "sub_state": "active" }, "user-runtime-dir@0.service": { "active_state": "active", "description": "User runtime directory /run/user/0", "load_state": "loaded", "name": "user-runtime-dir@0.service", "sub_state": "exited" }, "user.slice": { "active_state": "active", "description": "User and Session Slice", "load_state": "loaded", "name": "user.slice", "sub_state": "active" }, "user@0.service": { "active_state": "active", "description": "User Manager for UID 0", "load_state": "loaded", "name": "user@0.service", "sub_state": "running" }, "var-lib-nfs-rpc_pipefs.mount": { "active_state": "active", "description": "RPC Pipe File System", "load_state": "loaded", "name": "var-lib-nfs-rpc_pipefs.mount", "sub_state": "mounted" } } } TASK [fedora.linux_system_roles.systemd : Gather systemd units state for system and user units] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:150 Monday 11 November 2024 18:51:55 -0500 (0:00:00.044) 0:00:40.167 ******* included: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_systemd_units_info.yml for managed-node1 => (item={'key': 'root', 'value': {'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'group': '0'}}) TASK [fedora.linux_system_roles.systemd : Gather systemd units state for system and user units] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_systemd_units_info.yml:7 Monday 11 November 2024 18:51:55 -0500 (0:00:00.060) 0:00:40.228 ******* ok: [managed-node1] => { "ansible_facts": { "systemd_units": { "-.mount": { "active_state": "active", "description": "Root Mount", "load_state": "loaded", "name": "-.mount", "sub_state": "mounted" }, "-.slice": { "active_state": "active", "description": "Root Slice", "load_state": "loaded", "name": "-.slice", "sub_state": "active" }, "NetworkManager-wait-online.service": { "active_state": "active", "description": "Network Manager Wait Online", "load_state": "loaded", "name": "NetworkManager-wait-online.service", "sub_state": "exited" }, "NetworkManager.service": { "active_state": "active", "description": "Network Manager", "load_state": "loaded", "name": "NetworkManager.service", "sub_state": "running" }, "auditd.service": { "active_state": "active", "description": "Security Auditing Service", "load_state": "loaded", "name": "auditd.service", "sub_state": "running" }, "basic.target": { "active_state": "active", "description": "Basic System", "load_state": "loaded", "name": "basic.target", "sub_state": "active" }, "chronyd.service": { "active_state": "active", "description": "NTP client/server", "load_state": "loaded", "name": "chronyd.service", "sub_state": "running" }, "cloud-config.service": { "active_state": "active", "description": "Apply the settings specified in cloud-config", "load_state": "loaded", "name": "cloud-config.service", "sub_state": "exited" }, "cloud-config.target": { "active_state": "active", "description": "Cloud-config availability", "load_state": "loaded", "name": "cloud-config.target", "sub_state": "active" }, "cloud-final.service": { "active_state": "active", "description": "Execute cloud user/final scripts", "load_state": "loaded", "name": "cloud-final.service", "sub_state": "exited" }, "cloud-init-local.service": { "active_state": "active", "description": "Initial cloud-init job (pre-networking)", "load_state": "loaded", "name": "cloud-init-local.service", "sub_state": "exited" }, "cloud-init.service": { "active_state": "active", "description": "Initial cloud-init job (metadata service crawler)", "load_state": "loaded", "name": "cloud-init.service", "sub_state": "exited" }, "cloud-init.target": { "active_state": "active", "description": "Cloud-init target", "load_state": "loaded", "name": "cloud-init.target", "sub_state": "active" }, "crond.service": { "active_state": "active", "description": "Command Scheduler", "load_state": "loaded", "name": "crond.service", "sub_state": "running" }, "cryptsetup.target": { "active_state": "active", "description": "Local Encrypted Volumes", "load_state": "loaded", "name": "cryptsetup.target", "sub_state": "active" }, "dbus.service": { "active_state": "active", "description": "D-Bus System Message Bus", "load_state": "loaded", "name": "dbus.service", "sub_state": "running" }, "dbus.socket": { "active_state": "active", "description": "D-Bus System Message Bus Socket", "load_state": "loaded", "name": "dbus.socket", "sub_state": "running" }, "dev-hugepages.mount": { "active_state": "active", "description": "Huge Pages File System", "load_state": "loaded", "name": "dev-hugepages.mount", "sub_state": "mounted" }, "dev-mqueue.mount": { "active_state": "active", "description": "POSIX Message Queue File System", "load_state": "loaded", "name": "dev-mqueue.mount", "sub_state": "mounted" }, "dnf-makecache.timer": { "active_state": "active", "description": "dnf makecache --timer", "load_state": "loaded", "name": "dnf-makecache.timer", "sub_state": "waiting" }, "dracut-shutdown.service": { "active_state": "active", "description": "Restore /run/initramfs on shutdown", "load_state": "loaded", "name": "dracut-shutdown.service", "sub_state": "exited" }, "foo.service": { "active_state": "active", "description": "foo.service", "load_state": "loaded", "name": "foo.service", "sub_state": "running" }, "getty.target": { "active_state": "active", "description": "Login Prompts", "load_state": "loaded", "name": "getty.target", "sub_state": "active" }, "getty@tty1.service": { "active_state": "active", "description": "Getty on tty1", "load_state": "loaded", "name": "getty@tty1.service", "sub_state": "running" }, "gssproxy.service": { "active_state": "active", "description": "GSSAPI Proxy Daemon", "load_state": "loaded", "name": "gssproxy.service", "sub_state": "running" }, "import-state.service": { "active_state": "active", "description": "Import network configuration from initramfs", "load_state": "loaded", "name": "import-state.service", "sub_state": "exited" }, "init.scope": { "active_state": "active", "description": "System and Service Manager", "load_state": "loaded", "name": "init.scope", "sub_state": "running" }, "irqbalance.service": { "active_state": "active", "description": "irqbalance daemon", "load_state": "loaded", "name": "irqbalance.service", "sub_state": "running" }, "kdump.service": { "active_state": "active", "description": "Crash recovery kernel arming", "load_state": "loaded", "name": "kdump.service", "sub_state": "exited" }, "kmod-static-nodes.service": { "active_state": "active", "description": "Create list of required static device nodes for the current kernel", "load_state": "loaded", "name": "kmod-static-nodes.service", "sub_state": "exited" }, "local-fs-pre.target": { "active_state": "active", "description": "Local File Systems (Pre)", "load_state": "loaded", "name": "local-fs-pre.target", "sub_state": "active" }, "local-fs.target": { "active_state": "active", "description": "Local File Systems", "load_state": "loaded", "name": "local-fs.target", "sub_state": "active" }, "multi-user.target": { "active_state": "active", "description": "Multi-User System", "load_state": "loaded", "name": "multi-user.target", "sub_state": "active" }, "network-online.target": { "active_state": "active", "description": "Network is Online", "load_state": "loaded", "name": "network-online.target", "sub_state": "active" }, "network-pre.target": { "active_state": "active", "description": "Network (Pre)", "load_state": "loaded", "name": "network-pre.target", "sub_state": "active" }, "network.target": { "active_state": "active", "description": "Network", "load_state": "loaded", "name": "network.target", "sub_state": "active" }, "nfs-client.target": { "active_state": "active", "description": "NFS client services", "load_state": "loaded", "name": "nfs-client.target", "sub_state": "active" }, "nis-domainname.service": { "active_state": "active", "description": "Read and set NIS domainname from /etc/sysconfig/network", "load_state": "loaded", "name": "nis-domainname.service", "sub_state": "exited" }, "nss-user-lookup.target": { "active_state": "active", "description": "User and Group Name Lookups", "load_state": "loaded", "name": "nss-user-lookup.target", "sub_state": "active" }, "paths.target": { "active_state": "active", "description": "Paths", "load_state": "loaded", "name": "paths.target", "sub_state": "active" }, "plymouth-quit-wait.service": { "active_state": "active", "description": "Hold until boot process finishes up", "load_state": "loaded", "name": "plymouth-quit-wait.service", "sub_state": "exited" }, "plymouth-quit.service": { "active_state": "active", "description": "Terminate Plymouth Boot Screen", "load_state": "loaded", "name": "plymouth-quit.service", "sub_state": "exited" }, "plymouth-read-write.service": { "active_state": "active", "description": "Tell Plymouth To Write Out Runtime Data", "load_state": "loaded", "name": "plymouth-read-write.service", "sub_state": "exited" }, "plymouth-start.service": { "active_state": "active", "description": "Show Plymouth Boot Screen", "load_state": "loaded", "name": "plymouth-start.service", "sub_state": "exited" }, "polkit.service": { "active_state": "active", "description": "Authorization Manager", "load_state": "loaded", "name": "polkit.service", "sub_state": "running" }, "proc-sys-fs-binfmt_misc.automount": { "active_state": "active", "description": "Arbitrary Executable File Formats File System Automount Point", "load_state": "loaded", "name": "proc-sys-fs-binfmt_misc.automount", "sub_state": "waiting" }, "remote-fs-pre.target": { "active_state": "active", "description": "Remote File Systems (Pre)", "load_state": "loaded", "name": "remote-fs-pre.target", "sub_state": "active" }, "remote-fs.target": { "active_state": "active", "description": "Remote File Systems", "load_state": "loaded", "name": "remote-fs.target", "sub_state": "active" }, "restraintd.service": { "active_state": "active", "description": "The restraint harness.", "load_state": "loaded", "name": "restraintd.service", "sub_state": "running" }, "rngd.service": { "active_state": "active", "description": "Hardware RNG Entropy Gatherer Daemon", "load_state": "loaded", "name": "rngd.service", "sub_state": "running" }, "rpc-statd-notify.service": { "active_state": "active", "description": "Notify NFS peers of a restart", "load_state": "loaded", "name": "rpc-statd-notify.service", "sub_state": "exited" }, "rpc_pipefs.target": { "active_state": "active", "description": "rpc_pipefs.target", "load_state": "loaded", "name": "rpc_pipefs.target", "sub_state": "active" }, "rpcbind.service": { "active_state": "active", "description": "RPC Bind", "load_state": "loaded", "name": "rpcbind.service", "sub_state": "running" }, "rpcbind.socket": { "active_state": "active", "description": "RPCbind Server Activation Socket", "load_state": "loaded", "name": "rpcbind.socket", "sub_state": "running" }, "rpcbind.target": { "active_state": "active", "description": "RPC Port Mapper", "load_state": "loaded", "name": "rpcbind.target", "sub_state": "active" }, "rsyslog.service": { "active_state": "active", "description": "System Logging Service", "load_state": "loaded", "name": "rsyslog.service", "sub_state": "running" }, "run-user-0.mount": { "active_state": "active", "description": "/run/user/0", "load_state": "loaded", "name": "run-user-0.mount", "sub_state": "mounted" }, "session-3.scope": { "active_state": "active", "description": "Session 3 of user root", "load_state": "loaded", "name": "session-3.scope", "sub_state": "running" }, "session-5.scope": { "active_state": "active", "description": "Session 5 of user root", "load_state": "loaded", "name": "session-5.scope", "sub_state": "running" }, "slices.target": { "active_state": "active", "description": "Slices", "load_state": "loaded", "name": "slices.target", "sub_state": "active" }, "sockets.target": { "active_state": "active", "description": "Sockets", "load_state": "loaded", "name": "sockets.target", "sub_state": "active" }, "sshd-keygen.target": { "active_state": "active", "description": "sshd-keygen.target", "load_state": "loaded", "name": "sshd-keygen.target", "sub_state": "active" }, "sshd.service": { "active_state": "active", "description": "OpenSSH server daemon", "load_state": "loaded", "name": "sshd.service", "sub_state": "running" }, "sssd-kcm.socket": { "active_state": "active", "description": "SSSD Kerberos Cache Manager responder socket", "load_state": "loaded", "name": "sssd-kcm.socket", "sub_state": "listening" }, "swap.target": { "active_state": "active", "description": "Swap", "load_state": "loaded", "name": "swap.target", "sub_state": "active" }, "sys-devices-platform-serial8250-tty-ttyS1.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS1", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS1.device", "sub_state": "plugged" }, "sys-devices-platform-serial8250-tty-ttyS2.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS2", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS2.device", "sub_state": "plugged" }, "sys-devices-platform-serial8250-tty-ttyS3.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS3", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS3.device", "sub_state": "plugged" }, "sys-devices-pnp0-00:06-tty-ttyS0.device": { "active_state": "active", "description": "/sys/devices/pnp0/00:06/tty/ttyS0", "load_state": "loaded", "name": "sys-devices-pnp0-00:06-tty-ttyS0.device", "sub_state": "plugged" }, "sys-devices-vbd\\x2d768-block-xvda-xvda1.device": { "active_state": "active", "description": "/sys/devices/vbd-768/block/xvda/xvda1", "load_state": "loaded", "name": "sys-devices-vbd\\x2d768-block-xvda-xvda1.device", "sub_state": "plugged" }, "sys-devices-vbd\\x2d768-block-xvda.device": { "active_state": "active", "description": "/sys/devices/vbd-768/block/xvda", "load_state": "loaded", "name": "sys-devices-vbd\\x2d768-block-xvda.device", "sub_state": "plugged" }, "sys-devices-vif\\x2d0-net-eth0.device": { "active_state": "active", "description": "/sys/devices/vif-0/net/eth0", "load_state": "loaded", "name": "sys-devices-vif\\x2d0-net-eth0.device", "sub_state": "plugged" }, "sys-kernel-config.mount": { "active_state": "active", "description": "Kernel Configuration File System", "load_state": "loaded", "name": "sys-kernel-config.mount", "sub_state": "mounted" }, "sys-kernel-debug.mount": { "active_state": "active", "description": "Kernel Debug File System", "load_state": "loaded", "name": "sys-kernel-debug.mount", "sub_state": "mounted" }, "sys-kernel-tracing.mount": { "active_state": "active", "description": "/sys/kernel/tracing", "load_state": "loaded", "name": "sys-kernel-tracing.mount", "sub_state": "mounted" }, "sys-module-configfs.device": { "active_state": "active", "description": "/sys/module/configfs", "load_state": "loaded", "name": "sys-module-configfs.device", "sub_state": "plugged" }, "sys-subsystem-net-devices-eth0.device": { "active_state": "active", "description": "/sys/subsystem/net/devices/eth0", "load_state": "loaded", "name": "sys-subsystem-net-devices-eth0.device", "sub_state": "plugged" }, "sysinit.target": { "active_state": "active", "description": "System Initialization", "load_state": "loaded", "name": "sysinit.target", "sub_state": "active" }, "system-getty.slice": { "active_state": "active", "description": "system-getty.slice", "load_state": "loaded", "name": "system-getty.slice", "sub_state": "active" }, "system-sshd\\x2dkeygen.slice": { "active_state": "active", "description": "system-sshd\\x2dkeygen.slice", "load_state": "loaded", "name": "system-sshd\\x2dkeygen.slice", "sub_state": "active" }, "system.slice": { "active_state": "active", "description": "System Slice", "load_state": "loaded", "name": "system.slice", "sub_state": "active" }, "systemd-ask-password-plymouth.path": { "active_state": "active", "description": "Forward Password Requests to Plymouth Directory Watch", "load_state": "loaded", "name": "systemd-ask-password-plymouth.path", "sub_state": "waiting" }, "systemd-ask-password-wall.path": { "active_state": "active", "description": "Forward Password Requests to Wall Directory Watch", "load_state": "loaded", "name": "systemd-ask-password-wall.path", "sub_state": "waiting" }, "systemd-coredump.socket": { "active_state": "active", "description": "Process Core Dump Socket", "load_state": "loaded", "name": "systemd-coredump.socket", "sub_state": "listening" }, "systemd-initctl.socket": { "active_state": "active", "description": "initctl Compatibility Named Pipe", "load_state": "loaded", "name": "systemd-initctl.socket", "sub_state": "listening" }, "systemd-journal-flush.service": { "active_state": "active", "description": "Flush Journal to Persistent Storage", "load_state": "loaded", "name": "systemd-journal-flush.service", "sub_state": "exited" }, "systemd-journald-dev-log.socket": { "active_state": "active", "description": "Journal Socket (/dev/log)", "load_state": "loaded", "name": "systemd-journald-dev-log.socket", "sub_state": "running" }, "systemd-journald.service": { "active_state": "active", "description": "Journal Service", "load_state": "loaded", "name": "systemd-journald.service", "sub_state": "running" }, "systemd-journald.socket": { "active_state": "active", "description": "Journal Socket", "load_state": "loaded", "name": "systemd-journald.socket", "sub_state": "running" }, "systemd-logind.service": { "active_state": "active", "description": "Login Service", "load_state": "loaded", "name": "systemd-logind.service", "sub_state": "running" }, "systemd-machine-id-commit.service": { "active_state": "active", "description": "Commit a transient machine-id on disk", "load_state": "loaded", "name": "systemd-machine-id-commit.service", "sub_state": "exited" }, "systemd-random-seed.service": { "active_state": "active", "description": "Load/Save Random Seed", "load_state": "loaded", "name": "systemd-random-seed.service", "sub_state": "exited" }, "systemd-remount-fs.service": { "active_state": "active", "description": "Remount Root and Kernel File Systems", "load_state": "loaded", "name": "systemd-remount-fs.service", "sub_state": "exited" }, "systemd-sysctl.service": { "active_state": "active", "description": "Apply Kernel Variables", "load_state": "loaded", "name": "systemd-sysctl.service", "sub_state": "exited" }, "systemd-tmpfiles-clean.timer": { "active_state": "active", "description": "Daily Cleanup of Temporary Directories", "load_state": "loaded", "name": "systemd-tmpfiles-clean.timer", "sub_state": "waiting" }, "systemd-tmpfiles-setup-dev.service": { "active_state": "active", "description": "Create Static Device Nodes in /dev", "load_state": "loaded", "name": "systemd-tmpfiles-setup-dev.service", "sub_state": "exited" }, "systemd-tmpfiles-setup.service": { "active_state": "active", "description": "Create Volatile Files and Directories", "load_state": "loaded", "name": "systemd-tmpfiles-setup.service", "sub_state": "exited" }, "systemd-udev-trigger.service": { "active_state": "active", "description": "udev Coldplug all Devices", "load_state": "loaded", "name": "systemd-udev-trigger.service", "sub_state": "exited" }, "systemd-udevd-control.socket": { "active_state": "active", "description": "udev Control Socket", "load_state": "loaded", "name": "systemd-udevd-control.socket", "sub_state": "running" }, "systemd-udevd-kernel.socket": { "active_state": "active", "description": "udev Kernel Socket", "load_state": "loaded", "name": "systemd-udevd-kernel.socket", "sub_state": "running" }, "systemd-udevd.service": { "active_state": "active", "description": "udev Kernel Device Manager", "load_state": "loaded", "name": "systemd-udevd.service", "sub_state": "running" }, "systemd-update-utmp.service": { "active_state": "active", "description": "Update UTMP about System Boot/Shutdown", "load_state": "loaded", "name": "systemd-update-utmp.service", "sub_state": "exited" }, "systemd-user-sessions.service": { "active_state": "active", "description": "Permit User Sessions", "load_state": "loaded", "name": "systemd-user-sessions.service", "sub_state": "exited" }, "timers.target": { "active_state": "active", "description": "Timers", "load_state": "loaded", "name": "timers.target", "sub_state": "active" }, "tuned.service": { "active_state": "active", "description": "Dynamic System Tuning Daemon", "load_state": "loaded", "name": "tuned.service", "sub_state": "running" }, "unbound-anchor.timer": { "active_state": "active", "description": "daily update of the root trust anchor for DNSSEC", "load_state": "loaded", "name": "unbound-anchor.timer", "sub_state": "waiting" }, "user-0.slice": { "active_state": "active", "description": "User Slice of UID 0", "load_state": "loaded", "name": "user-0.slice", "sub_state": "active" }, "user-runtime-dir@0.service": { "active_state": "active", "description": "User runtime directory /run/user/0", "load_state": "loaded", "name": "user-runtime-dir@0.service", "sub_state": "exited" }, "user.slice": { "active_state": "active", "description": "User and Session Slice", "load_state": "loaded", "name": "user.slice", "sub_state": "active" }, "user@0.service": { "active_state": "active", "description": "User Manager for UID 0", "load_state": "loaded", "name": "user@0.service", "sub_state": "running" }, "var-lib-nfs-rpc_pipefs.mount": { "active_state": "active", "description": "RPC Pipe File System", "load_state": "loaded", "name": "var-lib-nfs-rpc_pipefs.mount", "sub_state": "mounted" } }, "systemd_units_user": { "root": { "-.mount": { "active_state": "active", "description": "Root Mount", "load_state": "loaded", "name": "-.mount", "sub_state": "mounted" }, "-.slice": { "active_state": "active", "description": "Root Slice", "load_state": "loaded", "name": "-.slice", "sub_state": "active" }, "NetworkManager-wait-online.service": { "active_state": "active", "description": "Network Manager Wait Online", "load_state": "loaded", "name": "NetworkManager-wait-online.service", "sub_state": "exited" }, "NetworkManager.service": { "active_state": "active", "description": "Network Manager", "load_state": "loaded", "name": "NetworkManager.service", "sub_state": "running" }, "auditd.service": { "active_state": "active", "description": "Security Auditing Service", "load_state": "loaded", "name": "auditd.service", "sub_state": "running" }, "basic.target": { "active_state": "active", "description": "Basic System", "load_state": "loaded", "name": "basic.target", "sub_state": "active" }, "chronyd.service": { "active_state": "active", "description": "NTP client/server", "load_state": "loaded", "name": "chronyd.service", "sub_state": "running" }, "cloud-config.service": { "active_state": "active", "description": "Apply the settings specified in cloud-config", "load_state": "loaded", "name": "cloud-config.service", "sub_state": "exited" }, "cloud-config.target": { "active_state": "active", "description": "Cloud-config availability", "load_state": "loaded", "name": "cloud-config.target", "sub_state": "active" }, "cloud-final.service": { "active_state": "active", "description": "Execute cloud user/final scripts", "load_state": "loaded", "name": "cloud-final.service", "sub_state": "exited" }, "cloud-init-local.service": { "active_state": "active", "description": "Initial cloud-init job (pre-networking)", "load_state": "loaded", "name": "cloud-init-local.service", "sub_state": "exited" }, "cloud-init.service": { "active_state": "active", "description": "Initial cloud-init job (metadata service crawler)", "load_state": "loaded", "name": "cloud-init.service", "sub_state": "exited" }, "cloud-init.target": { "active_state": "active", "description": "Cloud-init target", "load_state": "loaded", "name": "cloud-init.target", "sub_state": "active" }, "crond.service": { "active_state": "active", "description": "Command Scheduler", "load_state": "loaded", "name": "crond.service", "sub_state": "running" }, "cryptsetup.target": { "active_state": "active", "description": "Local Encrypted Volumes", "load_state": "loaded", "name": "cryptsetup.target", "sub_state": "active" }, "dbus.service": { "active_state": "active", "description": "D-Bus System Message Bus", "load_state": "loaded", "name": "dbus.service", "sub_state": "running" }, "dbus.socket": { "active_state": "active", "description": "D-Bus System Message Bus Socket", "load_state": "loaded", "name": "dbus.socket", "sub_state": "running" }, "dev-hugepages.mount": { "active_state": "active", "description": "Huge Pages File System", "load_state": "loaded", "name": "dev-hugepages.mount", "sub_state": "mounted" }, "dev-mqueue.mount": { "active_state": "active", "description": "POSIX Message Queue File System", "load_state": "loaded", "name": "dev-mqueue.mount", "sub_state": "mounted" }, "dnf-makecache.timer": { "active_state": "active", "description": "dnf makecache --timer", "load_state": "loaded", "name": "dnf-makecache.timer", "sub_state": "waiting" }, "dracut-shutdown.service": { "active_state": "active", "description": "Restore /run/initramfs on shutdown", "load_state": "loaded", "name": "dracut-shutdown.service", "sub_state": "exited" }, "foo.service": { "active_state": "active", "description": "foo.service", "load_state": "loaded", "name": "foo.service", "sub_state": "running" }, "getty.target": { "active_state": "active", "description": "Login Prompts", "load_state": "loaded", "name": "getty.target", "sub_state": "active" }, "getty@tty1.service": { "active_state": "active", "description": "Getty on tty1", "load_state": "loaded", "name": "getty@tty1.service", "sub_state": "running" }, "gssproxy.service": { "active_state": "active", "description": "GSSAPI Proxy Daemon", "load_state": "loaded", "name": "gssproxy.service", "sub_state": "running" }, "import-state.service": { "active_state": "active", "description": "Import network configuration from initramfs", "load_state": "loaded", "name": "import-state.service", "sub_state": "exited" }, "init.scope": { "active_state": "active", "description": "System and Service Manager", "load_state": "loaded", "name": "init.scope", "sub_state": "running" }, "irqbalance.service": { "active_state": "active", "description": "irqbalance daemon", "load_state": "loaded", "name": "irqbalance.service", "sub_state": "running" }, "kdump.service": { "active_state": "active", "description": "Crash recovery kernel arming", "load_state": "loaded", "name": "kdump.service", "sub_state": "exited" }, "kmod-static-nodes.service": { "active_state": "active", "description": "Create list of required static device nodes for the current kernel", "load_state": "loaded", "name": "kmod-static-nodes.service", "sub_state": "exited" }, "local-fs-pre.target": { "active_state": "active", "description": "Local File Systems (Pre)", "load_state": "loaded", "name": "local-fs-pre.target", "sub_state": "active" }, "local-fs.target": { "active_state": "active", "description": "Local File Systems", "load_state": "loaded", "name": "local-fs.target", "sub_state": "active" }, "multi-user.target": { "active_state": "active", "description": "Multi-User System", "load_state": "loaded", "name": "multi-user.target", "sub_state": "active" }, "network-online.target": { "active_state": "active", "description": "Network is Online", "load_state": "loaded", "name": "network-online.target", "sub_state": "active" }, "network-pre.target": { "active_state": "active", "description": "Network (Pre)", "load_state": "loaded", "name": "network-pre.target", "sub_state": "active" }, "network.target": { "active_state": "active", "description": "Network", "load_state": "loaded", "name": "network.target", "sub_state": "active" }, "nfs-client.target": { "active_state": "active", "description": "NFS client services", "load_state": "loaded", "name": "nfs-client.target", "sub_state": "active" }, "nis-domainname.service": { "active_state": "active", "description": "Read and set NIS domainname from /etc/sysconfig/network", "load_state": "loaded", "name": "nis-domainname.service", "sub_state": "exited" }, "nss-user-lookup.target": { "active_state": "active", "description": "User and Group Name Lookups", "load_state": "loaded", "name": "nss-user-lookup.target", "sub_state": "active" }, "paths.target": { "active_state": "active", "description": "Paths", "load_state": "loaded", "name": "paths.target", "sub_state": "active" }, "plymouth-quit-wait.service": { "active_state": "active", "description": "Hold until boot process finishes up", "load_state": "loaded", "name": "plymouth-quit-wait.service", "sub_state": "exited" }, "plymouth-quit.service": { "active_state": "active", "description": "Terminate Plymouth Boot Screen", "load_state": "loaded", "name": "plymouth-quit.service", "sub_state": "exited" }, "plymouth-read-write.service": { "active_state": "active", "description": "Tell Plymouth To Write Out Runtime Data", "load_state": "loaded", "name": "plymouth-read-write.service", "sub_state": "exited" }, "plymouth-start.service": { "active_state": "active", "description": "Show Plymouth Boot Screen", "load_state": "loaded", "name": "plymouth-start.service", "sub_state": "exited" }, "polkit.service": { "active_state": "active", "description": "Authorization Manager", "load_state": "loaded", "name": "polkit.service", "sub_state": "running" }, "proc-sys-fs-binfmt_misc.automount": { "active_state": "active", "description": "Arbitrary Executable File Formats File System Automount Point", "load_state": "loaded", "name": "proc-sys-fs-binfmt_misc.automount", "sub_state": "waiting" }, "remote-fs-pre.target": { "active_state": "active", "description": "Remote File Systems (Pre)", "load_state": "loaded", "name": "remote-fs-pre.target", "sub_state": "active" }, "remote-fs.target": { "active_state": "active", "description": "Remote File Systems", "load_state": "loaded", "name": "remote-fs.target", "sub_state": "active" }, "restraintd.service": { "active_state": "active", "description": "The restraint harness.", "load_state": "loaded", "name": "restraintd.service", "sub_state": "running" }, "rngd.service": { "active_state": "active", "description": "Hardware RNG Entropy Gatherer Daemon", "load_state": "loaded", "name": "rngd.service", "sub_state": "running" }, "rpc-statd-notify.service": { "active_state": "active", "description": "Notify NFS peers of a restart", "load_state": "loaded", "name": "rpc-statd-notify.service", "sub_state": "exited" }, "rpc_pipefs.target": { "active_state": "active", "description": "rpc_pipefs.target", "load_state": "loaded", "name": "rpc_pipefs.target", "sub_state": "active" }, "rpcbind.service": { "active_state": "active", "description": "RPC Bind", "load_state": "loaded", "name": "rpcbind.service", "sub_state": "running" }, "rpcbind.socket": { "active_state": "active", "description": "RPCbind Server Activation Socket", "load_state": "loaded", "name": "rpcbind.socket", "sub_state": "running" }, "rpcbind.target": { "active_state": "active", "description": "RPC Port Mapper", "load_state": "loaded", "name": "rpcbind.target", "sub_state": "active" }, "rsyslog.service": { "active_state": "active", "description": "System Logging Service", "load_state": "loaded", "name": "rsyslog.service", "sub_state": "running" }, "run-user-0.mount": { "active_state": "active", "description": "/run/user/0", "load_state": "loaded", "name": "run-user-0.mount", "sub_state": "mounted" }, "session-3.scope": { "active_state": "active", "description": "Session 3 of user root", "load_state": "loaded", "name": "session-3.scope", "sub_state": "running" }, "session-5.scope": { "active_state": "active", "description": "Session 5 of user root", "load_state": "loaded", "name": "session-5.scope", "sub_state": "running" }, "slices.target": { "active_state": "active", "description": "Slices", "load_state": "loaded", "name": "slices.target", "sub_state": "active" }, "sockets.target": { "active_state": "active", "description": "Sockets", "load_state": "loaded", "name": "sockets.target", "sub_state": "active" }, "sshd-keygen.target": { "active_state": "active", "description": "sshd-keygen.target", "load_state": "loaded", "name": "sshd-keygen.target", "sub_state": "active" }, "sshd.service": { "active_state": "active", "description": "OpenSSH server daemon", "load_state": "loaded", "name": "sshd.service", "sub_state": "running" }, "sssd-kcm.socket": { "active_state": "active", "description": "SSSD Kerberos Cache Manager responder socket", "load_state": "loaded", "name": "sssd-kcm.socket", "sub_state": "listening" }, "swap.target": { "active_state": "active", "description": "Swap", "load_state": "loaded", "name": "swap.target", "sub_state": "active" }, "sys-devices-platform-serial8250-tty-ttyS1.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS1", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS1.device", "sub_state": "plugged" }, "sys-devices-platform-serial8250-tty-ttyS2.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS2", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS2.device", "sub_state": "plugged" }, "sys-devices-platform-serial8250-tty-ttyS3.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS3", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS3.device", "sub_state": "plugged" }, "sys-devices-pnp0-00:06-tty-ttyS0.device": { "active_state": "active", "description": "/sys/devices/pnp0/00:06/tty/ttyS0", "load_state": "loaded", "name": "sys-devices-pnp0-00:06-tty-ttyS0.device", "sub_state": "plugged" }, "sys-devices-vbd\\x2d768-block-xvda-xvda1.device": { "active_state": "active", "description": "/sys/devices/vbd-768/block/xvda/xvda1", "load_state": "loaded", "name": "sys-devices-vbd\\x2d768-block-xvda-xvda1.device", "sub_state": "plugged" }, "sys-devices-vbd\\x2d768-block-xvda.device": { "active_state": "active", "description": "/sys/devices/vbd-768/block/xvda", "load_state": "loaded", "name": "sys-devices-vbd\\x2d768-block-xvda.device", "sub_state": "plugged" }, "sys-devices-vif\\x2d0-net-eth0.device": { "active_state": "active", "description": "/sys/devices/vif-0/net/eth0", "load_state": "loaded", "name": "sys-devices-vif\\x2d0-net-eth0.device", "sub_state": "plugged" }, "sys-kernel-config.mount": { "active_state": "active", "description": "Kernel Configuration File System", "load_state": "loaded", "name": "sys-kernel-config.mount", "sub_state": "mounted" }, "sys-kernel-debug.mount": { "active_state": "active", "description": "Kernel Debug File System", "load_state": "loaded", "name": "sys-kernel-debug.mount", "sub_state": "mounted" }, "sys-kernel-tracing.mount": { "active_state": "active", "description": "/sys/kernel/tracing", "load_state": "loaded", "name": "sys-kernel-tracing.mount", "sub_state": "mounted" }, "sys-module-configfs.device": { "active_state": "active", "description": "/sys/module/configfs", "load_state": "loaded", "name": "sys-module-configfs.device", "sub_state": "plugged" }, "sys-subsystem-net-devices-eth0.device": { "active_state": "active", "description": "/sys/subsystem/net/devices/eth0", "load_state": "loaded", "name": "sys-subsystem-net-devices-eth0.device", "sub_state": "plugged" }, "sysinit.target": { "active_state": "active", "description": "System Initialization", "load_state": "loaded", "name": "sysinit.target", "sub_state": "active" }, "system-getty.slice": { "active_state": "active", "description": "system-getty.slice", "load_state": "loaded", "name": "system-getty.slice", "sub_state": "active" }, "system-sshd\\x2dkeygen.slice": { "active_state": "active", "description": "system-sshd\\x2dkeygen.slice", "load_state": "loaded", "name": "system-sshd\\x2dkeygen.slice", "sub_state": "active" }, "system.slice": { "active_state": "active", "description": "System Slice", "load_state": "loaded", "name": "system.slice", "sub_state": "active" }, "systemd-ask-password-plymouth.path": { "active_state": "active", "description": "Forward Password Requests to Plymouth Directory Watch", "load_state": "loaded", "name": "systemd-ask-password-plymouth.path", "sub_state": "waiting" }, "systemd-ask-password-wall.path": { "active_state": "active", "description": "Forward Password Requests to Wall Directory Watch", "load_state": "loaded", "name": "systemd-ask-password-wall.path", "sub_state": "waiting" }, "systemd-coredump.socket": { "active_state": "active", "description": "Process Core Dump Socket", "load_state": "loaded", "name": "systemd-coredump.socket", "sub_state": "listening" }, "systemd-initctl.socket": { "active_state": "active", "description": "initctl Compatibility Named Pipe", "load_state": "loaded", "name": "systemd-initctl.socket", "sub_state": "listening" }, "systemd-journal-flush.service": { "active_state": "active", "description": "Flush Journal to Persistent Storage", "load_state": "loaded", "name": "systemd-journal-flush.service", "sub_state": "exited" }, "systemd-journald-dev-log.socket": { "active_state": "active", "description": "Journal Socket (/dev/log)", "load_state": "loaded", "name": "systemd-journald-dev-log.socket", "sub_state": "running" }, "systemd-journald.service": { "active_state": "active", "description": "Journal Service", "load_state": "loaded", "name": "systemd-journald.service", "sub_state": "running" }, "systemd-journald.socket": { "active_state": "active", "description": "Journal Socket", "load_state": "loaded", "name": "systemd-journald.socket", "sub_state": "running" }, "systemd-logind.service": { "active_state": "active", "description": "Login Service", "load_state": "loaded", "name": "systemd-logind.service", "sub_state": "running" }, "systemd-machine-id-commit.service": { "active_state": "active", "description": "Commit a transient machine-id on disk", "load_state": "loaded", "name": "systemd-machine-id-commit.service", "sub_state": "exited" }, "systemd-random-seed.service": { "active_state": "active", "description": "Load/Save Random Seed", "load_state": "loaded", "name": "systemd-random-seed.service", "sub_state": "exited" }, "systemd-remount-fs.service": { "active_state": "active", "description": "Remount Root and Kernel File Systems", "load_state": "loaded", "name": "systemd-remount-fs.service", "sub_state": "exited" }, "systemd-sysctl.service": { "active_state": "active", "description": "Apply Kernel Variables", "load_state": "loaded", "name": "systemd-sysctl.service", "sub_state": "exited" }, "systemd-tmpfiles-clean.timer": { "active_state": "active", "description": "Daily Cleanup of Temporary Directories", "load_state": "loaded", "name": "systemd-tmpfiles-clean.timer", "sub_state": "waiting" }, "systemd-tmpfiles-setup-dev.service": { "active_state": "active", "description": "Create Static Device Nodes in /dev", "load_state": "loaded", "name": "systemd-tmpfiles-setup-dev.service", "sub_state": "exited" }, "systemd-tmpfiles-setup.service": { "active_state": "active", "description": "Create Volatile Files and Directories", "load_state": "loaded", "name": "systemd-tmpfiles-setup.service", "sub_state": "exited" }, "systemd-udev-trigger.service": { "active_state": "active", "description": "udev Coldplug all Devices", "load_state": "loaded", "name": "systemd-udev-trigger.service", "sub_state": "exited" }, "systemd-udevd-control.socket": { "active_state": "active", "description": "udev Control Socket", "load_state": "loaded", "name": "systemd-udevd-control.socket", "sub_state": "running" }, "systemd-udevd-kernel.socket": { "active_state": "active", "description": "udev Kernel Socket", "load_state": "loaded", "name": "systemd-udevd-kernel.socket", "sub_state": "running" }, "systemd-udevd.service": { "active_state": "active", "description": "udev Kernel Device Manager", "load_state": "loaded", "name": "systemd-udevd.service", "sub_state": "running" }, "systemd-update-utmp.service": { "active_state": "active", "description": "Update UTMP about System Boot/Shutdown", "load_state": "loaded", "name": "systemd-update-utmp.service", "sub_state": "exited" }, "systemd-user-sessions.service": { "active_state": "active", "description": "Permit User Sessions", "load_state": "loaded", "name": "systemd-user-sessions.service", "sub_state": "exited" }, "timers.target": { "active_state": "active", "description": "Timers", "load_state": "loaded", "name": "timers.target", "sub_state": "active" }, "tuned.service": { "active_state": "active", "description": "Dynamic System Tuning Daemon", "load_state": "loaded", "name": "tuned.service", "sub_state": "running" }, "unbound-anchor.timer": { "active_state": "active", "description": "daily update of the root trust anchor for DNSSEC", "load_state": "loaded", "name": "unbound-anchor.timer", "sub_state": "waiting" }, "user-0.slice": { "active_state": "active", "description": "User Slice of UID 0", "load_state": "loaded", "name": "user-0.slice", "sub_state": "active" }, "user-runtime-dir@0.service": { "active_state": "active", "description": "User runtime directory /run/user/0", "load_state": "loaded", "name": "user-runtime-dir@0.service", "sub_state": "exited" }, "user.slice": { "active_state": "active", "description": "User and Session Slice", "load_state": "loaded", "name": "user.slice", "sub_state": "active" }, "user@0.service": { "active_state": "active", "description": "User Manager for UID 0", "load_state": "loaded", "name": "user@0.service", "sub_state": "running" }, "var-lib-nfs-rpc_pipefs.mount": { "active_state": "active", "description": "RPC Pipe File System", "load_state": "loaded", "name": "var-lib-nfs-rpc_pipefs.mount", "sub_state": "mounted" } } } }, "changed": false } TASK [fedora.linux_system_roles.systemd : DebugAfter] ************************** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:158 Monday 11 November 2024 18:51:56 -0500 (0:00:00.532) 0:00:40.760 ******* ok: [managed-node1] => {} MSG: facts { "root": { "-.mount": { "active_state": "active", "description": "Root Mount", "load_state": "loaded", "name": "-.mount", "sub_state": "mounted" }, "-.slice": { "active_state": "active", "description": "Root Slice", "load_state": "loaded", "name": "-.slice", "sub_state": "active" }, "NetworkManager-wait-online.service": { "active_state": "active", "description": "Network Manager Wait Online", "load_state": "loaded", "name": "NetworkManager-wait-online.service", "sub_state": "exited" }, "NetworkManager.service": { "active_state": "active", "description": "Network Manager", "load_state": "loaded", "name": "NetworkManager.service", "sub_state": "running" }, "auditd.service": { "active_state": "active", "description": "Security Auditing Service", "load_state": "loaded", "name": "auditd.service", "sub_state": "running" }, "basic.target": { "active_state": "active", "description": "Basic System", "load_state": "loaded", "name": "basic.target", "sub_state": "active" }, "chronyd.service": { "active_state": "active", "description": "NTP client/server", "load_state": "loaded", "name": "chronyd.service", "sub_state": "running" }, "cloud-config.service": { "active_state": "active", "description": "Apply the settings specified in cloud-config", "load_state": "loaded", "name": "cloud-config.service", "sub_state": "exited" }, "cloud-config.target": { "active_state": "active", "description": "Cloud-config availability", "load_state": "loaded", "name": "cloud-config.target", "sub_state": "active" }, "cloud-final.service": { "active_state": "active", "description": "Execute cloud user/final scripts", "load_state": "loaded", "name": "cloud-final.service", "sub_state": "exited" }, "cloud-init-local.service": { "active_state": "active", "description": "Initial cloud-init job (pre-networking)", "load_state": "loaded", "name": "cloud-init-local.service", "sub_state": "exited" }, "cloud-init.service": { "active_state": "active", "description": "Initial cloud-init job (metadata service crawler)", "load_state": "loaded", "name": "cloud-init.service", "sub_state": "exited" }, "cloud-init.target": { "active_state": "active", "description": "Cloud-init target", "load_state": "loaded", "name": "cloud-init.target", "sub_state": "active" }, "crond.service": { "active_state": "active", "description": "Command Scheduler", "load_state": "loaded", "name": "crond.service", "sub_state": "running" }, "cryptsetup.target": { "active_state": "active", "description": "Local Encrypted Volumes", "load_state": "loaded", "name": "cryptsetup.target", "sub_state": "active" }, "dbus.service": { "active_state": "active", "description": "D-Bus System Message Bus", "load_state": "loaded", "name": "dbus.service", "sub_state": "running" }, "dbus.socket": { "active_state": "active", "description": "D-Bus System Message Bus Socket", "load_state": "loaded", "name": "dbus.socket", "sub_state": "running" }, "dev-hugepages.mount": { "active_state": "active", "description": "Huge Pages File System", "load_state": "loaded", "name": "dev-hugepages.mount", "sub_state": "mounted" }, "dev-mqueue.mount": { "active_state": "active", "description": "POSIX Message Queue File System", "load_state": "loaded", "name": "dev-mqueue.mount", "sub_state": "mounted" }, "dnf-makecache.timer": { "active_state": "active", "description": "dnf makecache --timer", "load_state": "loaded", "name": "dnf-makecache.timer", "sub_state": "waiting" }, "dracut-shutdown.service": { "active_state": "active", "description": "Restore /run/initramfs on shutdown", "load_state": "loaded", "name": "dracut-shutdown.service", "sub_state": "exited" }, "foo.service": { "active_state": "active", "description": "foo.service", "load_state": "loaded", "name": "foo.service", "sub_state": "running" }, "getty.target": { "active_state": "active", "description": "Login Prompts", "load_state": "loaded", "name": "getty.target", "sub_state": "active" }, "getty@tty1.service": { "active_state": "active", "description": "Getty on tty1", "load_state": "loaded", "name": "getty@tty1.service", "sub_state": "running" }, "gssproxy.service": { "active_state": "active", "description": "GSSAPI Proxy Daemon", "load_state": "loaded", "name": "gssproxy.service", "sub_state": "running" }, "import-state.service": { "active_state": "active", "description": "Import network configuration from initramfs", "load_state": "loaded", "name": "import-state.service", "sub_state": "exited" }, "init.scope": { "active_state": "active", "description": "System and Service Manager", "load_state": "loaded", "name": "init.scope", "sub_state": "running" }, "irqbalance.service": { "active_state": "active", "description": "irqbalance daemon", "load_state": "loaded", "name": "irqbalance.service", "sub_state": "running" }, "kdump.service": { "active_state": "active", "description": "Crash recovery kernel arming", "load_state": "loaded", "name": "kdump.service", "sub_state": "exited" }, "kmod-static-nodes.service": { "active_state": "active", "description": "Create list of required static device nodes for the current kernel", "load_state": "loaded", "name": "kmod-static-nodes.service", "sub_state": "exited" }, "local-fs-pre.target": { "active_state": "active", "description": "Local File Systems (Pre)", "load_state": "loaded", "name": "local-fs-pre.target", "sub_state": "active" }, "local-fs.target": { "active_state": "active", "description": "Local File Systems", "load_state": "loaded", "name": "local-fs.target", "sub_state": "active" }, "multi-user.target": { "active_state": "active", "description": "Multi-User System", "load_state": "loaded", "name": "multi-user.target", "sub_state": "active" }, "network-online.target": { "active_state": "active", "description": "Network is Online", "load_state": "loaded", "name": "network-online.target", "sub_state": "active" }, "network-pre.target": { "active_state": "active", "description": "Network (Pre)", "load_state": "loaded", "name": "network-pre.target", "sub_state": "active" }, "network.target": { "active_state": "active", "description": "Network", "load_state": "loaded", "name": "network.target", "sub_state": "active" }, "nfs-client.target": { "active_state": "active", "description": "NFS client services", "load_state": "loaded", "name": "nfs-client.target", "sub_state": "active" }, "nis-domainname.service": { "active_state": "active", "description": "Read and set NIS domainname from /etc/sysconfig/network", "load_state": "loaded", "name": "nis-domainname.service", "sub_state": "exited" }, "nss-user-lookup.target": { "active_state": "active", "description": "User and Group Name Lookups", "load_state": "loaded", "name": "nss-user-lookup.target", "sub_state": "active" }, "paths.target": { "active_state": "active", "description": "Paths", "load_state": "loaded", "name": "paths.target", "sub_state": "active" }, "plymouth-quit-wait.service": { "active_state": "active", "description": "Hold until boot process finishes up", "load_state": "loaded", "name": "plymouth-quit-wait.service", "sub_state": "exited" }, "plymouth-quit.service": { "active_state": "active", "description": "Terminate Plymouth Boot Screen", "load_state": "loaded", "name": "plymouth-quit.service", "sub_state": "exited" }, "plymouth-read-write.service": { "active_state": "active", "description": "Tell Plymouth To Write Out Runtime Data", "load_state": "loaded", "name": "plymouth-read-write.service", "sub_state": "exited" }, "plymouth-start.service": { "active_state": "active", "description": "Show Plymouth Boot Screen", "load_state": "loaded", "name": "plymouth-start.service", "sub_state": "exited" }, "polkit.service": { "active_state": "active", "description": "Authorization Manager", "load_state": "loaded", "name": "polkit.service", "sub_state": "running" }, "proc-sys-fs-binfmt_misc.automount": { "active_state": "active", "description": "Arbitrary Executable File Formats File System Automount Point", "load_state": "loaded", "name": "proc-sys-fs-binfmt_misc.automount", "sub_state": "waiting" }, "remote-fs-pre.target": { "active_state": "active", "description": "Remote File Systems (Pre)", "load_state": "loaded", "name": "remote-fs-pre.target", "sub_state": "active" }, "remote-fs.target": { "active_state": "active", "description": "Remote File Systems", "load_state": "loaded", "name": "remote-fs.target", "sub_state": "active" }, "restraintd.service": { "active_state": "active", "description": "The restraint harness.", "load_state": "loaded", "name": "restraintd.service", "sub_state": "running" }, "rngd.service": { "active_state": "active", "description": "Hardware RNG Entropy Gatherer Daemon", "load_state": "loaded", "name": "rngd.service", "sub_state": "running" }, "rpc-statd-notify.service": { "active_state": "active", "description": "Notify NFS peers of a restart", "load_state": "loaded", "name": "rpc-statd-notify.service", "sub_state": "exited" }, "rpc_pipefs.target": { "active_state": "active", "description": "rpc_pipefs.target", "load_state": "loaded", "name": "rpc_pipefs.target", "sub_state": "active" }, "rpcbind.service": { "active_state": "active", "description": "RPC Bind", "load_state": "loaded", "name": "rpcbind.service", "sub_state": "running" }, "rpcbind.socket": { "active_state": "active", "description": "RPCbind Server Activation Socket", "load_state": "loaded", "name": "rpcbind.socket", "sub_state": "running" }, "rpcbind.target": { "active_state": "active", "description": "RPC Port Mapper", "load_state": "loaded", "name": "rpcbind.target", "sub_state": "active" }, "rsyslog.service": { "active_state": "active", "description": "System Logging Service", "load_state": "loaded", "name": "rsyslog.service", "sub_state": "running" }, "run-user-0.mount": { "active_state": "active", "description": "/run/user/0", "load_state": "loaded", "name": "run-user-0.mount", "sub_state": "mounted" }, "session-3.scope": { "active_state": "active", "description": "Session 3 of user root", "load_state": "loaded", "name": "session-3.scope", "sub_state": "running" }, "session-5.scope": { "active_state": "active", "description": "Session 5 of user root", "load_state": "loaded", "name": "session-5.scope", "sub_state": "running" }, "slices.target": { "active_state": "active", "description": "Slices", "load_state": "loaded", "name": "slices.target", "sub_state": "active" }, "sockets.target": { "active_state": "active", "description": "Sockets", "load_state": "loaded", "name": "sockets.target", "sub_state": "active" }, "sshd-keygen.target": { "active_state": "active", "description": "sshd-keygen.target", "load_state": "loaded", "name": "sshd-keygen.target", "sub_state": "active" }, "sshd.service": { "active_state": "active", "description": "OpenSSH server daemon", "load_state": "loaded", "name": "sshd.service", "sub_state": "running" }, "sssd-kcm.socket": { "active_state": "active", "description": "SSSD Kerberos Cache Manager responder socket", "load_state": "loaded", "name": "sssd-kcm.socket", "sub_state": "listening" }, "swap.target": { "active_state": "active", "description": "Swap", "load_state": "loaded", "name": "swap.target", "sub_state": "active" }, "sys-devices-platform-serial8250-tty-ttyS1.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS1", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS1.device", "sub_state": "plugged" }, "sys-devices-platform-serial8250-tty-ttyS2.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS2", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS2.device", "sub_state": "plugged" }, "sys-devices-platform-serial8250-tty-ttyS3.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS3", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS3.device", "sub_state": "plugged" }, "sys-devices-pnp0-00:06-tty-ttyS0.device": { "active_state": "active", "description": "/sys/devices/pnp0/00:06/tty/ttyS0", "load_state": "loaded", "name": "sys-devices-pnp0-00:06-tty-ttyS0.device", "sub_state": "plugged" }, "sys-devices-vbd\\x2d768-block-xvda-xvda1.device": { "active_state": "active", "description": "/sys/devices/vbd-768/block/xvda/xvda1", "load_state": "loaded", "name": "sys-devices-vbd\\x2d768-block-xvda-xvda1.device", "sub_state": "plugged" }, "sys-devices-vbd\\x2d768-block-xvda.device": { "active_state": "active", "description": "/sys/devices/vbd-768/block/xvda", "load_state": "loaded", "name": "sys-devices-vbd\\x2d768-block-xvda.device", "sub_state": "plugged" }, "sys-devices-vif\\x2d0-net-eth0.device": { "active_state": "active", "description": "/sys/devices/vif-0/net/eth0", "load_state": "loaded", "name": "sys-devices-vif\\x2d0-net-eth0.device", "sub_state": "plugged" }, "sys-kernel-config.mount": { "active_state": "active", "description": "Kernel Configuration File System", "load_state": "loaded", "name": "sys-kernel-config.mount", "sub_state": "mounted" }, "sys-kernel-debug.mount": { "active_state": "active", "description": "Kernel Debug File System", "load_state": "loaded", "name": "sys-kernel-debug.mount", "sub_state": "mounted" }, "sys-kernel-tracing.mount": { "active_state": "active", "description": "/sys/kernel/tracing", "load_state": "loaded", "name": "sys-kernel-tracing.mount", "sub_state": "mounted" }, "sys-module-configfs.device": { "active_state": "active", "description": "/sys/module/configfs", "load_state": "loaded", "name": "sys-module-configfs.device", "sub_state": "plugged" }, "sys-subsystem-net-devices-eth0.device": { "active_state": "active", "description": "/sys/subsystem/net/devices/eth0", "load_state": "loaded", "name": "sys-subsystem-net-devices-eth0.device", "sub_state": "plugged" }, "sysinit.target": { "active_state": "active", "description": "System Initialization", "load_state": "loaded", "name": "sysinit.target", "sub_state": "active" }, "system-getty.slice": { "active_state": "active", "description": "system-getty.slice", "load_state": "loaded", "name": "system-getty.slice", "sub_state": "active" }, "system-sshd\\x2dkeygen.slice": { "active_state": "active", "description": "system-sshd\\x2dkeygen.slice", "load_state": "loaded", "name": "system-sshd\\x2dkeygen.slice", "sub_state": "active" }, "system.slice": { "active_state": "active", "description": "System Slice", "load_state": "loaded", "name": "system.slice", "sub_state": "active" }, "systemd-ask-password-plymouth.path": { "active_state": "active", "description": "Forward Password Requests to Plymouth Directory Watch", "load_state": "loaded", "name": "systemd-ask-password-plymouth.path", "sub_state": "waiting" }, "systemd-ask-password-wall.path": { "active_state": "active", "description": "Forward Password Requests to Wall Directory Watch", "load_state": "loaded", "name": "systemd-ask-password-wall.path", "sub_state": "waiting" }, "systemd-coredump.socket": { "active_state": "active", "description": "Process Core Dump Socket", "load_state": "loaded", "name": "systemd-coredump.socket", "sub_state": "listening" }, "systemd-initctl.socket": { "active_state": "active", "description": "initctl Compatibility Named Pipe", "load_state": "loaded", "name": "systemd-initctl.socket", "sub_state": "listening" }, "systemd-journal-flush.service": { "active_state": "active", "description": "Flush Journal to Persistent Storage", "load_state": "loaded", "name": "systemd-journal-flush.service", "sub_state": "exited" }, "systemd-journald-dev-log.socket": { "active_state": "active", "description": "Journal Socket (/dev/log)", "load_state": "loaded", "name": "systemd-journald-dev-log.socket", "sub_state": "running" }, "systemd-journald.service": { "active_state": "active", "description": "Journal Service", "load_state": "loaded", "name": "systemd-journald.service", "sub_state": "running" }, "systemd-journald.socket": { "active_state": "active", "description": "Journal Socket", "load_state": "loaded", "name": "systemd-journald.socket", "sub_state": "running" }, "systemd-logind.service": { "active_state": "active", "description": "Login Service", "load_state": "loaded", "name": "systemd-logind.service", "sub_state": "running" }, "systemd-machine-id-commit.service": { "active_state": "active", "description": "Commit a transient machine-id on disk", "load_state": "loaded", "name": "systemd-machine-id-commit.service", "sub_state": "exited" }, "systemd-random-seed.service": { "active_state": "active", "description": "Load/Save Random Seed", "load_state": "loaded", "name": "systemd-random-seed.service", "sub_state": "exited" }, "systemd-remount-fs.service": { "active_state": "active", "description": "Remount Root and Kernel File Systems", "load_state": "loaded", "name": "systemd-remount-fs.service", "sub_state": "exited" }, "systemd-sysctl.service": { "active_state": "active", "description": "Apply Kernel Variables", "load_state": "loaded", "name": "systemd-sysctl.service", "sub_state": "exited" }, "systemd-tmpfiles-clean.timer": { "active_state": "active", "description": "Daily Cleanup of Temporary Directories", "load_state": "loaded", "name": "systemd-tmpfiles-clean.timer", "sub_state": "waiting" }, "systemd-tmpfiles-setup-dev.service": { "active_state": "active", "description": "Create Static Device Nodes in /dev", "load_state": "loaded", "name": "systemd-tmpfiles-setup-dev.service", "sub_state": "exited" }, "systemd-tmpfiles-setup.service": { "active_state": "active", "description": "Create Volatile Files and Directories", "load_state": "loaded", "name": "systemd-tmpfiles-setup.service", "sub_state": "exited" }, "systemd-udev-trigger.service": { "active_state": "active", "description": "udev Coldplug all Devices", "load_state": "loaded", "name": "systemd-udev-trigger.service", "sub_state": "exited" }, "systemd-udevd-control.socket": { "active_state": "active", "description": "udev Control Socket", "load_state": "loaded", "name": "systemd-udevd-control.socket", "sub_state": "running" }, "systemd-udevd-kernel.socket": { "active_state": "active", "description": "udev Kernel Socket", "load_state": "loaded", "name": "systemd-udevd-kernel.socket", "sub_state": "running" }, "systemd-udevd.service": { "active_state": "active", "description": "udev Kernel Device Manager", "load_state": "loaded", "name": "systemd-udevd.service", "sub_state": "running" }, "systemd-update-utmp.service": { "active_state": "active", "description": "Update UTMP about System Boot/Shutdown", "load_state": "loaded", "name": "systemd-update-utmp.service", "sub_state": "exited" }, "systemd-user-sessions.service": { "active_state": "active", "description": "Permit User Sessions", "load_state": "loaded", "name": "systemd-user-sessions.service", "sub_state": "exited" }, "timers.target": { "active_state": "active", "description": "Timers", "load_state": "loaded", "name": "timers.target", "sub_state": "active" }, "tuned.service": { "active_state": "active", "description": "Dynamic System Tuning Daemon", "load_state": "loaded", "name": "tuned.service", "sub_state": "running" }, "unbound-anchor.timer": { "active_state": "active", "description": "daily update of the root trust anchor for DNSSEC", "load_state": "loaded", "name": "unbound-anchor.timer", "sub_state": "waiting" }, "user-0.slice": { "active_state": "active", "description": "User Slice of UID 0", "load_state": "loaded", "name": "user-0.slice", "sub_state": "active" }, "user-runtime-dir@0.service": { "active_state": "active", "description": "User runtime directory /run/user/0", "load_state": "loaded", "name": "user-runtime-dir@0.service", "sub_state": "exited" }, "user.slice": { "active_state": "active", "description": "User and Session Slice", "load_state": "loaded", "name": "user.slice", "sub_state": "active" }, "user@0.service": { "active_state": "active", "description": "User Manager for UID 0", "load_state": "loaded", "name": "user@0.service", "sub_state": "running" }, "var-lib-nfs-rpc_pipefs.mount": { "active_state": "active", "description": "RPC Pipe File System", "load_state": "loaded", "name": "var-lib-nfs-rpc_pipefs.mount", "sub_state": "mounted" } } } TASK [fedora.linux_system_roles.systemd : Set legacy systemd_units output variable] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:162 Monday 11 November 2024 18:51:56 -0500 (0:00:00.053) 0:00:40.813 ******* ok: [managed-node1] => { "ansible_facts": { "systemd_units": { "-.mount": { "active_state": "active", "description": "Root Mount", "load_state": "loaded", "name": "-.mount", "sub_state": "mounted" }, "-.slice": { "active_state": "active", "description": "Root Slice", "load_state": "loaded", "name": "-.slice", "sub_state": "active" }, "NetworkManager-wait-online.service": { "active_state": "active", "description": "Network Manager Wait Online", "load_state": "loaded", "name": "NetworkManager-wait-online.service", "sub_state": "exited" }, "NetworkManager.service": { "active_state": "active", "description": "Network Manager", "load_state": "loaded", "name": "NetworkManager.service", "sub_state": "running" }, "auditd.service": { "active_state": "active", "description": "Security Auditing Service", "load_state": "loaded", "name": "auditd.service", "sub_state": "running" }, "basic.target": { "active_state": "active", "description": "Basic System", "load_state": "loaded", "name": "basic.target", "sub_state": "active" }, "chronyd.service": { "active_state": "active", "description": "NTP client/server", "load_state": "loaded", "name": "chronyd.service", "sub_state": "running" }, "cloud-config.service": { "active_state": "active", "description": "Apply the settings specified in cloud-config", "load_state": "loaded", "name": "cloud-config.service", "sub_state": "exited" }, "cloud-config.target": { "active_state": "active", "description": "Cloud-config availability", "load_state": "loaded", "name": "cloud-config.target", "sub_state": "active" }, "cloud-final.service": { "active_state": "active", "description": "Execute cloud user/final scripts", "load_state": "loaded", "name": "cloud-final.service", "sub_state": "exited" }, "cloud-init-local.service": { "active_state": "active", "description": "Initial cloud-init job (pre-networking)", "load_state": "loaded", "name": "cloud-init-local.service", "sub_state": "exited" }, "cloud-init.service": { "active_state": "active", "description": "Initial cloud-init job (metadata service crawler)", "load_state": "loaded", "name": "cloud-init.service", "sub_state": "exited" }, "cloud-init.target": { "active_state": "active", "description": "Cloud-init target", "load_state": "loaded", "name": "cloud-init.target", "sub_state": "active" }, "crond.service": { "active_state": "active", "description": "Command Scheduler", "load_state": "loaded", "name": "crond.service", "sub_state": "running" }, "cryptsetup.target": { "active_state": "active", "description": "Local Encrypted Volumes", "load_state": "loaded", "name": "cryptsetup.target", "sub_state": "active" }, "dbus.service": { "active_state": "active", "description": "D-Bus System Message Bus", "load_state": "loaded", "name": "dbus.service", "sub_state": "running" }, "dbus.socket": { "active_state": "active", "description": "D-Bus System Message Bus Socket", "load_state": "loaded", "name": "dbus.socket", "sub_state": "running" }, "dev-hugepages.mount": { "active_state": "active", "description": "Huge Pages File System", "load_state": "loaded", "name": "dev-hugepages.mount", "sub_state": "mounted" }, "dev-mqueue.mount": { "active_state": "active", "description": "POSIX Message Queue File System", "load_state": "loaded", "name": "dev-mqueue.mount", "sub_state": "mounted" }, "dnf-makecache.timer": { "active_state": "active", "description": "dnf makecache --timer", "load_state": "loaded", "name": "dnf-makecache.timer", "sub_state": "waiting" }, "dracut-shutdown.service": { "active_state": "active", "description": "Restore /run/initramfs on shutdown", "load_state": "loaded", "name": "dracut-shutdown.service", "sub_state": "exited" }, "foo.service": { "active_state": "active", "description": "foo.service", "load_state": "loaded", "name": "foo.service", "sub_state": "running" }, "getty.target": { "active_state": "active", "description": "Login Prompts", "load_state": "loaded", "name": "getty.target", "sub_state": "active" }, "getty@tty1.service": { "active_state": "active", "description": "Getty on tty1", "load_state": "loaded", "name": "getty@tty1.service", "sub_state": "running" }, "gssproxy.service": { "active_state": "active", "description": "GSSAPI Proxy Daemon", "load_state": "loaded", "name": "gssproxy.service", "sub_state": "running" }, "import-state.service": { "active_state": "active", "description": "Import network configuration from initramfs", "load_state": "loaded", "name": "import-state.service", "sub_state": "exited" }, "init.scope": { "active_state": "active", "description": "System and Service Manager", "load_state": "loaded", "name": "init.scope", "sub_state": "running" }, "irqbalance.service": { "active_state": "active", "description": "irqbalance daemon", "load_state": "loaded", "name": "irqbalance.service", "sub_state": "running" }, "kdump.service": { "active_state": "active", "description": "Crash recovery kernel arming", "load_state": "loaded", "name": "kdump.service", "sub_state": "exited" }, "kmod-static-nodes.service": { "active_state": "active", "description": "Create list of required static device nodes for the current kernel", "load_state": "loaded", "name": "kmod-static-nodes.service", "sub_state": "exited" }, "local-fs-pre.target": { "active_state": "active", "description": "Local File Systems (Pre)", "load_state": "loaded", "name": "local-fs-pre.target", "sub_state": "active" }, "local-fs.target": { "active_state": "active", "description": "Local File Systems", "load_state": "loaded", "name": "local-fs.target", "sub_state": "active" }, "multi-user.target": { "active_state": "active", "description": "Multi-User System", "load_state": "loaded", "name": "multi-user.target", "sub_state": "active" }, "network-online.target": { "active_state": "active", "description": "Network is Online", "load_state": "loaded", "name": "network-online.target", "sub_state": "active" }, "network-pre.target": { "active_state": "active", "description": "Network (Pre)", "load_state": "loaded", "name": "network-pre.target", "sub_state": "active" }, "network.target": { "active_state": "active", "description": "Network", "load_state": "loaded", "name": "network.target", "sub_state": "active" }, "nfs-client.target": { "active_state": "active", "description": "NFS client services", "load_state": "loaded", "name": "nfs-client.target", "sub_state": "active" }, "nis-domainname.service": { "active_state": "active", "description": "Read and set NIS domainname from /etc/sysconfig/network", "load_state": "loaded", "name": "nis-domainname.service", "sub_state": "exited" }, "nss-user-lookup.target": { "active_state": "active", "description": "User and Group Name Lookups", "load_state": "loaded", "name": "nss-user-lookup.target", "sub_state": "active" }, "paths.target": { "active_state": "active", "description": "Paths", "load_state": "loaded", "name": "paths.target", "sub_state": "active" }, "plymouth-quit-wait.service": { "active_state": "active", "description": "Hold until boot process finishes up", "load_state": "loaded", "name": "plymouth-quit-wait.service", "sub_state": "exited" }, "plymouth-quit.service": { "active_state": "active", "description": "Terminate Plymouth Boot Screen", "load_state": "loaded", "name": "plymouth-quit.service", "sub_state": "exited" }, "plymouth-read-write.service": { "active_state": "active", "description": "Tell Plymouth To Write Out Runtime Data", "load_state": "loaded", "name": "plymouth-read-write.service", "sub_state": "exited" }, "plymouth-start.service": { "active_state": "active", "description": "Show Plymouth Boot Screen", "load_state": "loaded", "name": "plymouth-start.service", "sub_state": "exited" }, "polkit.service": { "active_state": "active", "description": "Authorization Manager", "load_state": "loaded", "name": "polkit.service", "sub_state": "running" }, "proc-sys-fs-binfmt_misc.automount": { "active_state": "active", "description": "Arbitrary Executable File Formats File System Automount Point", "load_state": "loaded", "name": "proc-sys-fs-binfmt_misc.automount", "sub_state": "waiting" }, "remote-fs-pre.target": { "active_state": "active", "description": "Remote File Systems (Pre)", "load_state": "loaded", "name": "remote-fs-pre.target", "sub_state": "active" }, "remote-fs.target": { "active_state": "active", "description": "Remote File Systems", "load_state": "loaded", "name": "remote-fs.target", "sub_state": "active" }, "restraintd.service": { "active_state": "active", "description": "The restraint harness.", "load_state": "loaded", "name": "restraintd.service", "sub_state": "running" }, "rngd.service": { "active_state": "active", "description": "Hardware RNG Entropy Gatherer Daemon", "load_state": "loaded", "name": "rngd.service", "sub_state": "running" }, "rpc-statd-notify.service": { "active_state": "active", "description": "Notify NFS peers of a restart", "load_state": "loaded", "name": "rpc-statd-notify.service", "sub_state": "exited" }, "rpc_pipefs.target": { "active_state": "active", "description": "rpc_pipefs.target", "load_state": "loaded", "name": "rpc_pipefs.target", "sub_state": "active" }, "rpcbind.service": { "active_state": "active", "description": "RPC Bind", "load_state": "loaded", "name": "rpcbind.service", "sub_state": "running" }, "rpcbind.socket": { "active_state": "active", "description": "RPCbind Server Activation Socket", "load_state": "loaded", "name": "rpcbind.socket", "sub_state": "running" }, "rpcbind.target": { "active_state": "active", "description": "RPC Port Mapper", "load_state": "loaded", "name": "rpcbind.target", "sub_state": "active" }, "rsyslog.service": { "active_state": "active", "description": "System Logging Service", "load_state": "loaded", "name": "rsyslog.service", "sub_state": "running" }, "run-user-0.mount": { "active_state": "active", "description": "/run/user/0", "load_state": "loaded", "name": "run-user-0.mount", "sub_state": "mounted" }, "session-3.scope": { "active_state": "active", "description": "Session 3 of user root", "load_state": "loaded", "name": "session-3.scope", "sub_state": "running" }, "session-5.scope": { "active_state": "active", "description": "Session 5 of user root", "load_state": "loaded", "name": "session-5.scope", "sub_state": "running" }, "slices.target": { "active_state": "active", "description": "Slices", "load_state": "loaded", "name": "slices.target", "sub_state": "active" }, "sockets.target": { "active_state": "active", "description": "Sockets", "load_state": "loaded", "name": "sockets.target", "sub_state": "active" }, "sshd-keygen.target": { "active_state": "active", "description": "sshd-keygen.target", "load_state": "loaded", "name": "sshd-keygen.target", "sub_state": "active" }, "sshd.service": { "active_state": "active", "description": "OpenSSH server daemon", "load_state": "loaded", "name": "sshd.service", "sub_state": "running" }, "sssd-kcm.socket": { "active_state": "active", "description": "SSSD Kerberos Cache Manager responder socket", "load_state": "loaded", "name": "sssd-kcm.socket", "sub_state": "listening" }, "swap.target": { "active_state": "active", "description": "Swap", "load_state": "loaded", "name": "swap.target", "sub_state": "active" }, "sys-devices-platform-serial8250-tty-ttyS1.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS1", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS1.device", "sub_state": "plugged" }, "sys-devices-platform-serial8250-tty-ttyS2.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS2", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS2.device", "sub_state": "plugged" }, "sys-devices-platform-serial8250-tty-ttyS3.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS3", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS3.device", "sub_state": "plugged" }, "sys-devices-pnp0-00:06-tty-ttyS0.device": { "active_state": "active", "description": "/sys/devices/pnp0/00:06/tty/ttyS0", "load_state": "loaded", "name": "sys-devices-pnp0-00:06-tty-ttyS0.device", "sub_state": "plugged" }, "sys-devices-vbd\\x2d768-block-xvda-xvda1.device": { "active_state": "active", "description": "/sys/devices/vbd-768/block/xvda/xvda1", "load_state": "loaded", "name": "sys-devices-vbd\\x2d768-block-xvda-xvda1.device", "sub_state": "plugged" }, "sys-devices-vbd\\x2d768-block-xvda.device": { "active_state": "active", "description": "/sys/devices/vbd-768/block/xvda", "load_state": "loaded", "name": "sys-devices-vbd\\x2d768-block-xvda.device", "sub_state": "plugged" }, "sys-devices-vif\\x2d0-net-eth0.device": { "active_state": "active", "description": "/sys/devices/vif-0/net/eth0", "load_state": "loaded", "name": "sys-devices-vif\\x2d0-net-eth0.device", "sub_state": "plugged" }, "sys-kernel-config.mount": { "active_state": "active", "description": "Kernel Configuration File System", "load_state": "loaded", "name": "sys-kernel-config.mount", "sub_state": "mounted" }, "sys-kernel-debug.mount": { "active_state": "active", "description": "Kernel Debug File System", "load_state": "loaded", "name": "sys-kernel-debug.mount", "sub_state": "mounted" }, "sys-kernel-tracing.mount": { "active_state": "active", "description": "/sys/kernel/tracing", "load_state": "loaded", "name": "sys-kernel-tracing.mount", "sub_state": "mounted" }, "sys-module-configfs.device": { "active_state": "active", "description": "/sys/module/configfs", "load_state": "loaded", "name": "sys-module-configfs.device", "sub_state": "plugged" }, "sys-subsystem-net-devices-eth0.device": { "active_state": "active", "description": "/sys/subsystem/net/devices/eth0", "load_state": "loaded", "name": "sys-subsystem-net-devices-eth0.device", "sub_state": "plugged" }, "sysinit.target": { "active_state": "active", "description": "System Initialization", "load_state": "loaded", "name": "sysinit.target", "sub_state": "active" }, "system-getty.slice": { "active_state": "active", "description": "system-getty.slice", "load_state": "loaded", "name": "system-getty.slice", "sub_state": "active" }, "system-sshd\\x2dkeygen.slice": { "active_state": "active", "description": "system-sshd\\x2dkeygen.slice", "load_state": "loaded", "name": "system-sshd\\x2dkeygen.slice", "sub_state": "active" }, "system.slice": { "active_state": "active", "description": "System Slice", "load_state": "loaded", "name": "system.slice", "sub_state": "active" }, "systemd-ask-password-plymouth.path": { "active_state": "active", "description": "Forward Password Requests to Plymouth Directory Watch", "load_state": "loaded", "name": "systemd-ask-password-plymouth.path", "sub_state": "waiting" }, "systemd-ask-password-wall.path": { "active_state": "active", "description": "Forward Password Requests to Wall Directory Watch", "load_state": "loaded", "name": "systemd-ask-password-wall.path", "sub_state": "waiting" }, "systemd-coredump.socket": { "active_state": "active", "description": "Process Core Dump Socket", "load_state": "loaded", "name": "systemd-coredump.socket", "sub_state": "listening" }, "systemd-initctl.socket": { "active_state": "active", "description": "initctl Compatibility Named Pipe", "load_state": "loaded", "name": "systemd-initctl.socket", "sub_state": "listening" }, "systemd-journal-flush.service": { "active_state": "active", "description": "Flush Journal to Persistent Storage", "load_state": "loaded", "name": "systemd-journal-flush.service", "sub_state": "exited" }, "systemd-journald-dev-log.socket": { "active_state": "active", "description": "Journal Socket (/dev/log)", "load_state": "loaded", "name": "systemd-journald-dev-log.socket", "sub_state": "running" }, "systemd-journald.service": { "active_state": "active", "description": "Journal Service", "load_state": "loaded", "name": "systemd-journald.service", "sub_state": "running" }, "systemd-journald.socket": { "active_state": "active", "description": "Journal Socket", "load_state": "loaded", "name": "systemd-journald.socket", "sub_state": "running" }, "systemd-logind.service": { "active_state": "active", "description": "Login Service", "load_state": "loaded", "name": "systemd-logind.service", "sub_state": "running" }, "systemd-machine-id-commit.service": { "active_state": "active", "description": "Commit a transient machine-id on disk", "load_state": "loaded", "name": "systemd-machine-id-commit.service", "sub_state": "exited" }, "systemd-random-seed.service": { "active_state": "active", "description": "Load/Save Random Seed", "load_state": "loaded", "name": "systemd-random-seed.service", "sub_state": "exited" }, "systemd-remount-fs.service": { "active_state": "active", "description": "Remount Root and Kernel File Systems", "load_state": "loaded", "name": "systemd-remount-fs.service", "sub_state": "exited" }, "systemd-sysctl.service": { "active_state": "active", "description": "Apply Kernel Variables", "load_state": "loaded", "name": "systemd-sysctl.service", "sub_state": "exited" }, "systemd-tmpfiles-clean.timer": { "active_state": "active", "description": "Daily Cleanup of Temporary Directories", "load_state": "loaded", "name": "systemd-tmpfiles-clean.timer", "sub_state": "waiting" }, "systemd-tmpfiles-setup-dev.service": { "active_state": "active", "description": "Create Static Device Nodes in /dev", "load_state": "loaded", "name": "systemd-tmpfiles-setup-dev.service", "sub_state": "exited" }, "systemd-tmpfiles-setup.service": { "active_state": "active", "description": "Create Volatile Files and Directories", "load_state": "loaded", "name": "systemd-tmpfiles-setup.service", "sub_state": "exited" }, "systemd-udev-trigger.service": { "active_state": "active", "description": "udev Coldplug all Devices", "load_state": "loaded", "name": "systemd-udev-trigger.service", "sub_state": "exited" }, "systemd-udevd-control.socket": { "active_state": "active", "description": "udev Control Socket", "load_state": "loaded", "name": "systemd-udevd-control.socket", "sub_state": "running" }, "systemd-udevd-kernel.socket": { "active_state": "active", "description": "udev Kernel Socket", "load_state": "loaded", "name": "systemd-udevd-kernel.socket", "sub_state": "running" }, "systemd-udevd.service": { "active_state": "active", "description": "udev Kernel Device Manager", "load_state": "loaded", "name": "systemd-udevd.service", "sub_state": "running" }, "systemd-update-utmp.service": { "active_state": "active", "description": "Update UTMP about System Boot/Shutdown", "load_state": "loaded", "name": "systemd-update-utmp.service", "sub_state": "exited" }, "systemd-user-sessions.service": { "active_state": "active", "description": "Permit User Sessions", "load_state": "loaded", "name": "systemd-user-sessions.service", "sub_state": "exited" }, "timers.target": { "active_state": "active", "description": "Timers", "load_state": "loaded", "name": "timers.target", "sub_state": "active" }, "tuned.service": { "active_state": "active", "description": "Dynamic System Tuning Daemon", "load_state": "loaded", "name": "tuned.service", "sub_state": "running" }, "unbound-anchor.timer": { "active_state": "active", "description": "daily update of the root trust anchor for DNSSEC", "load_state": "loaded", "name": "unbound-anchor.timer", "sub_state": "waiting" }, "user-0.slice": { "active_state": "active", "description": "User Slice of UID 0", "load_state": "loaded", "name": "user-0.slice", "sub_state": "active" }, "user-runtime-dir@0.service": { "active_state": "active", "description": "User runtime directory /run/user/0", "load_state": "loaded", "name": "user-runtime-dir@0.service", "sub_state": "exited" }, "user.slice": { "active_state": "active", "description": "User and Session Slice", "load_state": "loaded", "name": "user.slice", "sub_state": "active" }, "user@0.service": { "active_state": "active", "description": "User Manager for UID 0", "load_state": "loaded", "name": "user@0.service", "sub_state": "running" }, "var-lib-nfs-rpc_pipefs.mount": { "active_state": "active", "description": "RPC Pipe File System", "load_state": "loaded", "name": "var-lib-nfs-rpc_pipefs.mount", "sub_state": "mounted" } } }, "changed": false } TASK [fedora.linux_system_roles.systemd : Cancel linger for users if necessary] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:166 Monday 11 November 2024 18:51:56 -0500 (0:00:00.044) 0:00:40.858 ******* included: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/cancel_linger.yml for managed-node1 TASK [fedora.linux_system_roles.systemd : Cancel linger for given user] ******** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/cancel_linger.yml:10 Monday 11 November 2024 18:51:56 -0500 (0:00:00.036) 0:00:40.894 ******* skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Make sure that foo.service main state is active] ************************* task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/tests/systemd/tests_basic.yml:48 Monday 11 November 2024 18:51:56 -0500 (0:00:00.042) 0:00:40.936 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed PLAY [Ensure that we can restart units using the role] ************************* TASK [Save MainPID of foo.service before restart] ****************************** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/tests/systemd/tests_basic.yml:69 Monday 11 November 2024 18:51:56 -0500 (0:00:00.029) 0:00:40.966 ******* ok: [managed-node1] => { "changed": false, "cmd": [ "systemctl", "show", "-p", "MainPID", "foo.service" ], "delta": "0:00:00.010030", "end": "2024-11-11 18:51:56.724710", "rc": 0, "start": "2024-11-11 18:51:56.714680" } STDOUT: MainPID=9492 TASK [fedora.linux_system_roles.systemd : Ensure ansible_facts used by role] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:3 Monday 11 November 2024 18:51:56 -0500 (0:00:00.468) 0:00:41.435 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "__required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Support for user units only available in EL7 and later] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:13 Monday 11 November 2024 18:51:56 -0500 (0:00:00.048) 0:00:41.484 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "ansible_facts[\"distribution_major_version\"] is version(\"8\", \"<\")", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Support for user units only available in EL7 and later] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:27 Monday 11 November 2024 18:51:56 -0500 (0:00:00.027) 0:00:41.511 ******* META: end_host conditional evaluated to False, continuing execution for managed-node1 skipping: [managed-node1] => { "skip_reason": "end_host conditional evaluated to False, continuing execution for managed-node1" } MSG: end_host conditional evaluated to false, continuing execution for managed-node1 TASK [fedora.linux_system_roles.systemd : Check if system is ostree] *********** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:40 Monday 11 November 2024 18:51:56 -0500 (0:00:00.016) 0:00:41.527 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "not __systemd_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Set flag to indicate system is ostree] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:45 Monday 11 November 2024 18:51:56 -0500 (0:00:00.020) 0:00:41.548 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "not __systemd_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Check if transactional-update exists in /sbin] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:52 Monday 11 November 2024 18:51:56 -0500 (0:00:00.019) 0:00:41.567 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "not __systemd_is_transactional is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Set flag if transactional-update exists] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:57 Monday 11 November 2024 18:51:56 -0500 (0:00:00.018) 0:00:41.586 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "not __systemd_is_transactional is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure required packages are installed] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:61 Monday 11 November 2024 18:51:56 -0500 (0:00:00.018) 0:00:41.604 ******* ok: [managed-node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.systemd : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:73 Monday 11 November 2024 18:51:59 -0500 (0:00:02.861) 0:00:44.466 ******* skipping: [managed-node1] => { "false_condition": "__systemd_is_transactional | d(false)" } TASK [fedora.linux_system_roles.systemd : Reboot transactional update systems] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:78 Monday 11 November 2024 18:51:59 -0500 (0:00:00.037) 0:00:44.503 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "__systemd_is_transactional | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Fail if reboot is needed and not set] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:83 Monday 11 November 2024 18:51:59 -0500 (0:00:00.036) 0:00:44.540 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "__systemd_is_transactional | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Reset __systemd_user_info] *********** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:90 Monday 11 November 2024 18:51:59 -0500 (0:00:00.036) 0:00:44.577 ******* ok: [managed-node1] => { "ansible_facts": { "__systemd_user_info": {} }, "changed": false } TASK [fedora.linux_system_roles.systemd : Manage files and templates and their directories] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:94 Monday 11 November 2024 18:51:59 -0500 (0:00:00.018) 0:00:44.595 ******* included: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml for managed-node1 => (item=systemd_unit_files) included: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml for managed-node1 => (item=systemd_unit_file_templates) included: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml for managed-node1 => (item=systemd_dropins) TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:17 Monday 11 November 2024 18:51:59 -0500 (0:00:00.051) 0:00:44.646 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "__systemd_list | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure directories are present for users] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:29 Monday 11 November 2024 18:52:00 -0500 (0:00:00.056) 0:00:44.702 ******* skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.systemd : Ensure directories are present for dropins] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:37 Monday 11 November 2024 18:52:00 -0500 (0:00:00.045) 0:00:44.747 ******* skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__systemd_list | length > 0", "item": { "dir_mode": "0755", "group": "0", "item": "foo.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.systemd : Ensure unit files are present] ******* task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:46 Monday 11 November 2024 18:52:00 -0500 (0:00:00.057) 0:00:44.804 ******* skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__systemd_list | length > 0", "item": { "dir_mode": "0755", "group": "0", "item": "foo.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.systemd : Ensure unit file templates are present] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:57 Monday 11 November 2024 18:52:00 -0500 (0:00:00.050) 0:00:44.854 ******* skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__systemd_list | length > 0", "item": { "dir_mode": "0755", "group": "0", "item": "foo.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.systemd : Ensure unit files are absent] ******** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:68 Monday 11 November 2024 18:52:00 -0500 (0:00:00.047) 0:00:44.902 ******* skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.systemd : Find files in dropins directory] ***** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:76 Monday 11 November 2024 18:52:00 -0500 (0:00:00.038) 0:00:44.941 ******* skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.systemd : Remove dropin directory if no more files] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:83 Monday 11 November 2024 18:52:00 -0500 (0:00:00.038) 0:00:44.979 ******* skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:17 Monday 11 November 2024 18:52:00 -0500 (0:00:00.041) 0:00:45.020 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "__systemd_list | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure directories are present for users] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:29 Monday 11 November 2024 18:52:00 -0500 (0:00:00.066) 0:00:45.086 ******* skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.systemd : Ensure directories are present for dropins] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:37 Monday 11 November 2024 18:52:00 -0500 (0:00:00.058) 0:00:45.144 ******* skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__systemd_list | length > 0", "item": { "dir_mode": "0755", "group": "0", "item": "foo.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.systemd : Ensure unit files are present] ******* task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:46 Monday 11 November 2024 18:52:00 -0500 (0:00:00.055) 0:00:45.200 ******* skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__systemd_list | length > 0", "item": { "dir_mode": "0755", "group": "0", "item": "foo.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.systemd : Ensure unit file templates are present] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:57 Monday 11 November 2024 18:52:00 -0500 (0:00:00.054) 0:00:45.255 ******* skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__systemd_list | length > 0", "item": { "dir_mode": "0755", "group": "0", "item": "foo.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.systemd : Ensure unit files are absent] ******** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:68 Monday 11 November 2024 18:52:00 -0500 (0:00:00.056) 0:00:45.311 ******* skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.systemd : Find files in dropins directory] ***** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:76 Monday 11 November 2024 18:52:00 -0500 (0:00:00.039) 0:00:45.351 ******* skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.systemd : Remove dropin directory if no more files] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:83 Monday 11 November 2024 18:52:00 -0500 (0:00:00.039) 0:00:45.390 ******* skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:17 Monday 11 November 2024 18:52:00 -0500 (0:00:00.036) 0:00:45.427 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "__systemd_list | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure directories are present for users] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:29 Monday 11 November 2024 18:52:00 -0500 (0:00:00.046) 0:00:45.473 ******* skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.systemd : Ensure directories are present for dropins] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:37 Monday 11 November 2024 18:52:00 -0500 (0:00:00.054) 0:00:45.528 ******* skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__systemd_list | length > 0", "item": { "dir_mode": "0755", "group": "0", "item": "foo.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.systemd : Ensure unit files are present] ******* task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:46 Monday 11 November 2024 18:52:00 -0500 (0:00:00.059) 0:00:45.587 ******* skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__systemd_list | length > 0", "item": { "dir_mode": "0755", "group": "0", "item": "foo.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.systemd : Ensure unit file templates are present] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:57 Monday 11 November 2024 18:52:00 -0500 (0:00:00.058) 0:00:45.646 ******* skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__systemd_list | length > 0", "item": { "dir_mode": "0755", "group": "0", "item": "foo.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.systemd : Ensure unit files are absent] ******** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:68 Monday 11 November 2024 18:52:01 -0500 (0:00:00.053) 0:00:45.699 ******* skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.systemd : Find files in dropins directory] ***** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:76 Monday 11 November 2024 18:52:01 -0500 (0:00:00.044) 0:00:45.743 ******* skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.systemd : Remove dropin directory if no more files] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:83 Monday 11 November 2024 18:52:01 -0500 (0:00:00.037) 0:00:45.781 ******* skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.systemd : Reload systemd] ********************** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:106 Monday 11 November 2024 18:52:01 -0500 (0:00:00.036) 0:00:45.818 ******* skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.systemd : Manage units] ************************ task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:119 Monday 11 November 2024 18:52:01 -0500 (0:00:00.048) 0:00:45.866 ******* included: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 => (item={'name': 'systemd_started_units', 'state': 'started'}) included: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 => (item={'name': 'systemd_stopped_units', 'state': 'stopped'}) included: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 => (item={'name': 'systemd_restarted_units', 'state': 'restarted'}) included: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 => (item={'name': 'systemd_reloaded_units', 'state': 'reloaded'}) included: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 => (item={'name': 'systemd_enabled_units', 'enabled': 'true'}) included: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 => (item={'name': 'systemd_disabled_units', 'enabled': 'false'}) included: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 => (item={'name': 'systemd_masked_units', 'masked': 'true'}) included: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 => (item={'name': 'systemd_unmasked_units', 'masked': 'false'}) TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 18:52:01 -0500 (0:00:00.077) 0:00:45.944 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "__systemd_list | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 18:52:01 -0500 (0:00:00.050) 0:00:45.994 ******* skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__systemd_list | length > 0", "item": { "dir_mode": "0755", "group": "0", "item": "foo.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 18:52:01 -0500 (0:00:00.058) 0:00:46.053 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "__systemd_list | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 18:52:01 -0500 (0:00:00.047) 0:00:46.100 ******* skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__systemd_list | length > 0", "item": { "dir_mode": "0755", "group": "0", "item": "foo.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 18:52:01 -0500 (0:00:00.047) 0:00:46.148 ******* included: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_user_info.yml for managed-node1 TASK [fedora.linux_system_roles.systemd : Get user information] **************** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_user_info.yml:27 Monday 11 November 2024 18:52:01 -0500 (0:00:00.051) 0:00:46.199 ******* included: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_update_user_info.yml for managed-node1 => (item=root) TASK [fedora.linux_system_roles.systemd : Get user information] **************** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_update_user_info.yml:7 Monday 11 November 2024 18:52:01 -0500 (0:00:00.073) 0:00:46.272 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "'getent_passwd' not in ansible_facts or __systemd_user_name not in ansible_facts['getent_passwd']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Update systemd user info with new user info] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_update_user_info.yml:14 Monday 11 November 2024 18:52:01 -0500 (0:00:00.068) 0:00:46.341 ******* ok: [managed-node1] => { "ansible_facts": { "__systemd_user_info": { "root": { "group": "0", "units_dir": "/etc/systemd/system", "xdg_dir": "/run/user/0" } } }, "changed": false } TASK [fedora.linux_system_roles.systemd : Convert to list of dict with user data] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_user_info.yml:34 Monday 11 November 2024 18:52:01 -0500 (0:00:00.085) 0:00:46.426 ******* ok: [managed-node1] => { "ansible_facts": { "__systemd_dict_list": [ { "dir_mode": "0755", "group": "0", "item": "foo.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" } ] }, "changed": false } TASK [fedora.linux_system_roles.systemd : Enable linger if needed] ************* task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_user_info.yml:71 Monday 11 November 2024 18:52:01 -0500 (0:00:00.082) 0:00:46.509 ******* skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 18:52:01 -0500 (0:00:00.052) 0:00:46.562 ******* changed: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": true, "item": { "dir_mode": "0755", "group": "0", "item": "foo.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "name": "foo.service", "state": "started", "status": { "ActiveEnterTimestamp": "Mon 2024-11-11 18:51:54 EST", "ActiveEnterTimestampMonotonic": "228633091", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "system.slice systemd-journald.socket tmp.mount -.mount sysinit.target systemd-tmpfiles-setup.service basic.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Mon 2024-11-11 18:51:54 EST", "AssertTimestampMonotonic": "228631455", "Before": "shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Mon 2024-11-11 18:51:54 EST", "ConditionTimestampMonotonic": "228631454", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/foo.service", "ControlPID": "0", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "foo.service", "DevicePolicy": "auto", "DropInPaths": "/etc/systemd/system/foo.service.d/99-override.conf", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "9492", "ExecMainStartTimestamp": "Mon 2024-11-11 18:51:54 EST", "ExecMainStartTimestampMonotonic": "228633048", "ExecMainStatus": "0", "ExecReload": "{ path=/bin/touch ; argv[]=/bin/touch /tmp/foo-reloaded ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/bin/sleep ; argv[]=/bin/sleep 3600 ; ignore_errors=no ; start_time=[Mon 2024-11-11 18:51:54 EST] ; stop_time=[n/a] ; pid=9492 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/etc/systemd/system/foo.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "foo.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Mon 2024-11-11 18:51:54 EST", "InactiveExitTimestampMonotonic": "228633091", "InvocationID": "a3228605f84f4384901f51723c6c12d5", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "14003", "LimitNPROCSoft": "14003", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14003", "LimitSIGPENDINGSoft": "14003", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "9492", "MemoryAccounting": "yes", "MemoryCurrent": "188416", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "foo.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "yes", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "sysinit.target -.mount system.slice", "RequiresMountsFor": "/var/tmp", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Mon 2024-11-11 18:51:54 EST", "StateChangeTimestampMonotonic": "228633091", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "1", "TasksMax": "22405", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "disabled", "UtmpMode": "init", "WatchdogTimestamp": "Mon 2024-11-11 18:51:54 EST", "WatchdogTimestampMonotonic": "228633089", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 18:52:02 -0500 (0:00:00.566) 0:00:47.128 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "__systemd_list | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 18:52:02 -0500 (0:00:00.059) 0:00:47.188 ******* skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__systemd_list | length > 0", "item": { "dir_mode": "0755", "group": "0", "item": "foo.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 18:52:02 -0500 (0:00:00.052) 0:00:47.240 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "__systemd_list | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 18:52:02 -0500 (0:00:00.050) 0:00:47.291 ******* skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__systemd_list | length > 0", "item": { "dir_mode": "0755", "group": "0", "item": "foo.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 18:52:02 -0500 (0:00:00.054) 0:00:47.345 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "__systemd_list | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 18:52:02 -0500 (0:00:00.046) 0:00:47.392 ******* skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__systemd_list | length > 0", "item": { "dir_mode": "0755", "group": "0", "item": "foo.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 18:52:02 -0500 (0:00:00.047) 0:00:47.440 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "__systemd_list | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 18:52:02 -0500 (0:00:00.043) 0:00:47.483 ******* skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__systemd_list | length > 0", "item": { "dir_mode": "0755", "group": "0", "item": "foo.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 18:52:02 -0500 (0:00:00.051) 0:00:47.534 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "__systemd_list | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 18:52:02 -0500 (0:00:00.051) 0:00:47.585 ******* skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__systemd_list | length > 0", "item": { "dir_mode": "0755", "group": "0", "item": "foo.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.systemd : DebugBefore] ************************* task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:146 Monday 11 November 2024 18:52:02 -0500 (0:00:00.057) 0:00:47.643 ******* ok: [managed-node1] => {} MSG: facts { "root": { "-.mount": { "active_state": "active", "description": "Root Mount", "load_state": "loaded", "name": "-.mount", "sub_state": "mounted" }, "-.slice": { "active_state": "active", "description": "Root Slice", "load_state": "loaded", "name": "-.slice", "sub_state": "active" }, "NetworkManager-wait-online.service": { "active_state": "active", "description": "Network Manager Wait Online", "load_state": "loaded", "name": "NetworkManager-wait-online.service", "sub_state": "exited" }, "NetworkManager.service": { "active_state": "active", "description": "Network Manager", "load_state": "loaded", "name": "NetworkManager.service", "sub_state": "running" }, "auditd.service": { "active_state": "active", "description": "Security Auditing Service", "load_state": "loaded", "name": "auditd.service", "sub_state": "running" }, "basic.target": { "active_state": "active", "description": "Basic System", "load_state": "loaded", "name": "basic.target", "sub_state": "active" }, "chronyd.service": { "active_state": "active", "description": "NTP client/server", "load_state": "loaded", "name": "chronyd.service", "sub_state": "running" }, "cloud-config.service": { "active_state": "active", "description": "Apply the settings specified in cloud-config", "load_state": "loaded", "name": "cloud-config.service", "sub_state": "exited" }, "cloud-config.target": { "active_state": "active", "description": "Cloud-config availability", "load_state": "loaded", "name": "cloud-config.target", "sub_state": "active" }, "cloud-final.service": { "active_state": "active", "description": "Execute cloud user/final scripts", "load_state": "loaded", "name": "cloud-final.service", "sub_state": "exited" }, "cloud-init-local.service": { "active_state": "active", "description": "Initial cloud-init job (pre-networking)", "load_state": "loaded", "name": "cloud-init-local.service", "sub_state": "exited" }, "cloud-init.service": { "active_state": "active", "description": "Initial cloud-init job (metadata service crawler)", "load_state": "loaded", "name": "cloud-init.service", "sub_state": "exited" }, "cloud-init.target": { "active_state": "active", "description": "Cloud-init target", "load_state": "loaded", "name": "cloud-init.target", "sub_state": "active" }, "crond.service": { "active_state": "active", "description": "Command Scheduler", "load_state": "loaded", "name": "crond.service", "sub_state": "running" }, "cryptsetup.target": { "active_state": "active", "description": "Local Encrypted Volumes", "load_state": "loaded", "name": "cryptsetup.target", "sub_state": "active" }, "dbus.service": { "active_state": "active", "description": "D-Bus System Message Bus", "load_state": "loaded", "name": "dbus.service", "sub_state": "running" }, "dbus.socket": { "active_state": "active", "description": "D-Bus System Message Bus Socket", "load_state": "loaded", "name": "dbus.socket", "sub_state": "running" }, "dev-hugepages.mount": { "active_state": "active", "description": "Huge Pages File System", "load_state": "loaded", "name": "dev-hugepages.mount", "sub_state": "mounted" }, "dev-mqueue.mount": { "active_state": "active", "description": "POSIX Message Queue File System", "load_state": "loaded", "name": "dev-mqueue.mount", "sub_state": "mounted" }, "dnf-makecache.timer": { "active_state": "active", "description": "dnf makecache --timer", "load_state": "loaded", "name": "dnf-makecache.timer", "sub_state": "waiting" }, "dracut-shutdown.service": { "active_state": "active", "description": "Restore /run/initramfs on shutdown", "load_state": "loaded", "name": "dracut-shutdown.service", "sub_state": "exited" }, "foo.service": { "active_state": "active", "description": "foo.service", "load_state": "loaded", "name": "foo.service", "sub_state": "running" }, "getty.target": { "active_state": "active", "description": "Login Prompts", "load_state": "loaded", "name": "getty.target", "sub_state": "active" }, "getty@tty1.service": { "active_state": "active", "description": "Getty on tty1", "load_state": "loaded", "name": "getty@tty1.service", "sub_state": "running" }, "gssproxy.service": { "active_state": "active", "description": "GSSAPI Proxy Daemon", "load_state": "loaded", "name": "gssproxy.service", "sub_state": "running" }, "import-state.service": { "active_state": "active", "description": "Import network configuration from initramfs", "load_state": "loaded", "name": "import-state.service", "sub_state": "exited" }, "init.scope": { "active_state": "active", "description": "System and Service Manager", "load_state": "loaded", "name": "init.scope", "sub_state": "running" }, "irqbalance.service": { "active_state": "active", "description": "irqbalance daemon", "load_state": "loaded", "name": "irqbalance.service", "sub_state": "running" }, "kdump.service": { "active_state": "active", "description": "Crash recovery kernel arming", "load_state": "loaded", "name": "kdump.service", "sub_state": "exited" }, "kmod-static-nodes.service": { "active_state": "active", "description": "Create list of required static device nodes for the current kernel", "load_state": "loaded", "name": "kmod-static-nodes.service", "sub_state": "exited" }, "local-fs-pre.target": { "active_state": "active", "description": "Local File Systems (Pre)", "load_state": "loaded", "name": "local-fs-pre.target", "sub_state": "active" }, "local-fs.target": { "active_state": "active", "description": "Local File Systems", "load_state": "loaded", "name": "local-fs.target", "sub_state": "active" }, "multi-user.target": { "active_state": "active", "description": "Multi-User System", "load_state": "loaded", "name": "multi-user.target", "sub_state": "active" }, "network-online.target": { "active_state": "active", "description": "Network is Online", "load_state": "loaded", "name": "network-online.target", "sub_state": "active" }, "network-pre.target": { "active_state": "active", "description": "Network (Pre)", "load_state": "loaded", "name": "network-pre.target", "sub_state": "active" }, "network.target": { "active_state": "active", "description": "Network", "load_state": "loaded", "name": "network.target", "sub_state": "active" }, "nfs-client.target": { "active_state": "active", "description": "NFS client services", "load_state": "loaded", "name": "nfs-client.target", "sub_state": "active" }, "nis-domainname.service": { "active_state": "active", "description": "Read and set NIS domainname from /etc/sysconfig/network", "load_state": "loaded", "name": "nis-domainname.service", "sub_state": "exited" }, "nss-user-lookup.target": { "active_state": "active", "description": "User and Group Name Lookups", "load_state": "loaded", "name": "nss-user-lookup.target", "sub_state": "active" }, "paths.target": { "active_state": "active", "description": "Paths", "load_state": "loaded", "name": "paths.target", "sub_state": "active" }, "plymouth-quit-wait.service": { "active_state": "active", "description": "Hold until boot process finishes up", "load_state": "loaded", "name": "plymouth-quit-wait.service", "sub_state": "exited" }, "plymouth-quit.service": { "active_state": "active", "description": "Terminate Plymouth Boot Screen", "load_state": "loaded", "name": "plymouth-quit.service", "sub_state": "exited" }, "plymouth-read-write.service": { "active_state": "active", "description": "Tell Plymouth To Write Out Runtime Data", "load_state": "loaded", "name": "plymouth-read-write.service", "sub_state": "exited" }, "plymouth-start.service": { "active_state": "active", "description": "Show Plymouth Boot Screen", "load_state": "loaded", "name": "plymouth-start.service", "sub_state": "exited" }, "polkit.service": { "active_state": "active", "description": "Authorization Manager", "load_state": "loaded", "name": "polkit.service", "sub_state": "running" }, "proc-sys-fs-binfmt_misc.automount": { "active_state": "active", "description": "Arbitrary Executable File Formats File System Automount Point", "load_state": "loaded", "name": "proc-sys-fs-binfmt_misc.automount", "sub_state": "waiting" }, "remote-fs-pre.target": { "active_state": "active", "description": "Remote File Systems (Pre)", "load_state": "loaded", "name": "remote-fs-pre.target", "sub_state": "active" }, "remote-fs.target": { "active_state": "active", "description": "Remote File Systems", "load_state": "loaded", "name": "remote-fs.target", "sub_state": "active" }, "restraintd.service": { "active_state": "active", "description": "The restraint harness.", "load_state": "loaded", "name": "restraintd.service", "sub_state": "running" }, "rngd.service": { "active_state": "active", "description": "Hardware RNG Entropy Gatherer Daemon", "load_state": "loaded", "name": "rngd.service", "sub_state": "running" }, "rpc-statd-notify.service": { "active_state": "active", "description": "Notify NFS peers of a restart", "load_state": "loaded", "name": "rpc-statd-notify.service", "sub_state": "exited" }, "rpc_pipefs.target": { "active_state": "active", "description": "rpc_pipefs.target", "load_state": "loaded", "name": "rpc_pipefs.target", "sub_state": "active" }, "rpcbind.service": { "active_state": "active", "description": "RPC Bind", "load_state": "loaded", "name": "rpcbind.service", "sub_state": "running" }, "rpcbind.socket": { "active_state": "active", "description": "RPCbind Server Activation Socket", "load_state": "loaded", "name": "rpcbind.socket", "sub_state": "running" }, "rpcbind.target": { "active_state": "active", "description": "RPC Port Mapper", "load_state": "loaded", "name": "rpcbind.target", "sub_state": "active" }, "rsyslog.service": { "active_state": "active", "description": "System Logging Service", "load_state": "loaded", "name": "rsyslog.service", "sub_state": "running" }, "run-user-0.mount": { "active_state": "active", "description": "/run/user/0", "load_state": "loaded", "name": "run-user-0.mount", "sub_state": "mounted" }, "session-3.scope": { "active_state": "active", "description": "Session 3 of user root", "load_state": "loaded", "name": "session-3.scope", "sub_state": "running" }, "session-5.scope": { "active_state": "active", "description": "Session 5 of user root", "load_state": "loaded", "name": "session-5.scope", "sub_state": "running" }, "slices.target": { "active_state": "active", "description": "Slices", "load_state": "loaded", "name": "slices.target", "sub_state": "active" }, "sockets.target": { "active_state": "active", "description": "Sockets", "load_state": "loaded", "name": "sockets.target", "sub_state": "active" }, "sshd-keygen.target": { "active_state": "active", "description": "sshd-keygen.target", "load_state": "loaded", "name": "sshd-keygen.target", "sub_state": "active" }, "sshd.service": { "active_state": "active", "description": "OpenSSH server daemon", "load_state": "loaded", "name": "sshd.service", "sub_state": "running" }, "sssd-kcm.socket": { "active_state": "active", "description": "SSSD Kerberos Cache Manager responder socket", "load_state": "loaded", "name": "sssd-kcm.socket", "sub_state": "listening" }, "swap.target": { "active_state": "active", "description": "Swap", "load_state": "loaded", "name": "swap.target", "sub_state": "active" }, "sys-devices-platform-serial8250-tty-ttyS1.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS1", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS1.device", "sub_state": "plugged" }, "sys-devices-platform-serial8250-tty-ttyS2.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS2", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS2.device", "sub_state": "plugged" }, "sys-devices-platform-serial8250-tty-ttyS3.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS3", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS3.device", "sub_state": "plugged" }, "sys-devices-pnp0-00:06-tty-ttyS0.device": { "active_state": "active", "description": "/sys/devices/pnp0/00:06/tty/ttyS0", "load_state": "loaded", "name": "sys-devices-pnp0-00:06-tty-ttyS0.device", "sub_state": "plugged" }, "sys-devices-vbd\\x2d768-block-xvda-xvda1.device": { "active_state": "active", "description": "/sys/devices/vbd-768/block/xvda/xvda1", "load_state": "loaded", "name": "sys-devices-vbd\\x2d768-block-xvda-xvda1.device", "sub_state": "plugged" }, "sys-devices-vbd\\x2d768-block-xvda.device": { "active_state": "active", "description": "/sys/devices/vbd-768/block/xvda", "load_state": "loaded", "name": "sys-devices-vbd\\x2d768-block-xvda.device", "sub_state": "plugged" }, "sys-devices-vif\\x2d0-net-eth0.device": { "active_state": "active", "description": "/sys/devices/vif-0/net/eth0", "load_state": "loaded", "name": "sys-devices-vif\\x2d0-net-eth0.device", "sub_state": "plugged" }, "sys-kernel-config.mount": { "active_state": "active", "description": "Kernel Configuration File System", "load_state": "loaded", "name": "sys-kernel-config.mount", "sub_state": "mounted" }, "sys-kernel-debug.mount": { "active_state": "active", "description": "Kernel Debug File System", "load_state": "loaded", "name": "sys-kernel-debug.mount", "sub_state": "mounted" }, "sys-kernel-tracing.mount": { "active_state": "active", "description": "/sys/kernel/tracing", "load_state": "loaded", "name": "sys-kernel-tracing.mount", "sub_state": "mounted" }, "sys-module-configfs.device": { "active_state": "active", "description": "/sys/module/configfs", "load_state": "loaded", "name": "sys-module-configfs.device", "sub_state": "plugged" }, "sys-subsystem-net-devices-eth0.device": { "active_state": "active", "description": "/sys/subsystem/net/devices/eth0", "load_state": "loaded", "name": "sys-subsystem-net-devices-eth0.device", "sub_state": "plugged" }, "sysinit.target": { "active_state": "active", "description": "System Initialization", "load_state": "loaded", "name": "sysinit.target", "sub_state": "active" }, "system-getty.slice": { "active_state": "active", "description": "system-getty.slice", "load_state": "loaded", "name": "system-getty.slice", "sub_state": "active" }, "system-sshd\\x2dkeygen.slice": { "active_state": "active", "description": "system-sshd\\x2dkeygen.slice", "load_state": "loaded", "name": "system-sshd\\x2dkeygen.slice", "sub_state": "active" }, "system.slice": { "active_state": "active", "description": "System Slice", "load_state": "loaded", "name": "system.slice", "sub_state": "active" }, "systemd-ask-password-plymouth.path": { "active_state": "active", "description": "Forward Password Requests to Plymouth Directory Watch", "load_state": "loaded", "name": "systemd-ask-password-plymouth.path", "sub_state": "waiting" }, "systemd-ask-password-wall.path": { "active_state": "active", "description": "Forward Password Requests to Wall Directory Watch", "load_state": "loaded", "name": "systemd-ask-password-wall.path", "sub_state": "waiting" }, "systemd-coredump.socket": { "active_state": "active", "description": "Process Core Dump Socket", "load_state": "loaded", "name": "systemd-coredump.socket", "sub_state": "listening" }, "systemd-initctl.socket": { "active_state": "active", "description": "initctl Compatibility Named Pipe", "load_state": "loaded", "name": "systemd-initctl.socket", "sub_state": "listening" }, "systemd-journal-flush.service": { "active_state": "active", "description": "Flush Journal to Persistent Storage", "load_state": "loaded", "name": "systemd-journal-flush.service", "sub_state": "exited" }, "systemd-journald-dev-log.socket": { "active_state": "active", "description": "Journal Socket (/dev/log)", "load_state": "loaded", "name": "systemd-journald-dev-log.socket", "sub_state": "running" }, "systemd-journald.service": { "active_state": "active", "description": "Journal Service", "load_state": "loaded", "name": "systemd-journald.service", "sub_state": "running" }, "systemd-journald.socket": { "active_state": "active", "description": "Journal Socket", "load_state": "loaded", "name": "systemd-journald.socket", "sub_state": "running" }, "systemd-logind.service": { "active_state": "active", "description": "Login Service", "load_state": "loaded", "name": "systemd-logind.service", "sub_state": "running" }, "systemd-machine-id-commit.service": { "active_state": "active", "description": "Commit a transient machine-id on disk", "load_state": "loaded", "name": "systemd-machine-id-commit.service", "sub_state": "exited" }, "systemd-random-seed.service": { "active_state": "active", "description": "Load/Save Random Seed", "load_state": "loaded", "name": "systemd-random-seed.service", "sub_state": "exited" }, "systemd-remount-fs.service": { "active_state": "active", "description": "Remount Root and Kernel File Systems", "load_state": "loaded", "name": "systemd-remount-fs.service", "sub_state": "exited" }, "systemd-sysctl.service": { "active_state": "active", "description": "Apply Kernel Variables", "load_state": "loaded", "name": "systemd-sysctl.service", "sub_state": "exited" }, "systemd-tmpfiles-clean.timer": { "active_state": "active", "description": "Daily Cleanup of Temporary Directories", "load_state": "loaded", "name": "systemd-tmpfiles-clean.timer", "sub_state": "waiting" }, "systemd-tmpfiles-setup-dev.service": { "active_state": "active", "description": "Create Static Device Nodes in /dev", "load_state": "loaded", "name": "systemd-tmpfiles-setup-dev.service", "sub_state": "exited" }, "systemd-tmpfiles-setup.service": { "active_state": "active", "description": "Create Volatile Files and Directories", "load_state": "loaded", "name": "systemd-tmpfiles-setup.service", "sub_state": "exited" }, "systemd-udev-trigger.service": { "active_state": "active", "description": "udev Coldplug all Devices", "load_state": "loaded", "name": "systemd-udev-trigger.service", "sub_state": "exited" }, "systemd-udevd-control.socket": { "active_state": "active", "description": "udev Control Socket", "load_state": "loaded", "name": "systemd-udevd-control.socket", "sub_state": "running" }, "systemd-udevd-kernel.socket": { "active_state": "active", "description": "udev Kernel Socket", "load_state": "loaded", "name": "systemd-udevd-kernel.socket", "sub_state": "running" }, "systemd-udevd.service": { "active_state": "active", "description": "udev Kernel Device Manager", "load_state": "loaded", "name": "systemd-udevd.service", "sub_state": "running" }, "systemd-update-utmp.service": { "active_state": "active", "description": "Update UTMP about System Boot/Shutdown", "load_state": "loaded", "name": "systemd-update-utmp.service", "sub_state": "exited" }, "systemd-user-sessions.service": { "active_state": "active", "description": "Permit User Sessions", "load_state": "loaded", "name": "systemd-user-sessions.service", "sub_state": "exited" }, "timers.target": { "active_state": "active", "description": "Timers", "load_state": "loaded", "name": "timers.target", "sub_state": "active" }, "tuned.service": { "active_state": "active", "description": "Dynamic System Tuning Daemon", "load_state": "loaded", "name": "tuned.service", "sub_state": "running" }, "unbound-anchor.timer": { "active_state": "active", "description": "daily update of the root trust anchor for DNSSEC", "load_state": "loaded", "name": "unbound-anchor.timer", "sub_state": "waiting" }, "user-0.slice": { "active_state": "active", "description": "User Slice of UID 0", "load_state": "loaded", "name": "user-0.slice", "sub_state": "active" }, "user-runtime-dir@0.service": { "active_state": "active", "description": "User runtime directory /run/user/0", "load_state": "loaded", "name": "user-runtime-dir@0.service", "sub_state": "exited" }, "user.slice": { "active_state": "active", "description": "User and Session Slice", "load_state": "loaded", "name": "user.slice", "sub_state": "active" }, "user@0.service": { "active_state": "active", "description": "User Manager for UID 0", "load_state": "loaded", "name": "user@0.service", "sub_state": "running" }, "var-lib-nfs-rpc_pipefs.mount": { "active_state": "active", "description": "RPC Pipe File System", "load_state": "loaded", "name": "var-lib-nfs-rpc_pipefs.mount", "sub_state": "mounted" } } } TASK [fedora.linux_system_roles.systemd : Gather systemd units state for system and user units] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:150 Monday 11 November 2024 18:52:03 -0500 (0:00:00.048) 0:00:47.692 ******* included: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_systemd_units_info.yml for managed-node1 => (item={'key': 'root', 'value': {'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'group': '0'}}) TASK [fedora.linux_system_roles.systemd : Gather systemd units state for system and user units] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_systemd_units_info.yml:7 Monday 11 November 2024 18:52:03 -0500 (0:00:00.067) 0:00:47.759 ******* ok: [managed-node1] => { "ansible_facts": { "systemd_units": { "-.mount": { "active_state": "active", "description": "Root Mount", "load_state": "loaded", "name": "-.mount", "sub_state": "mounted" }, "-.slice": { "active_state": "active", "description": "Root Slice", "load_state": "loaded", "name": "-.slice", "sub_state": "active" }, "NetworkManager-wait-online.service": { "active_state": "active", "description": "Network Manager Wait Online", "load_state": "loaded", "name": "NetworkManager-wait-online.service", "sub_state": "exited" }, "NetworkManager.service": { "active_state": "active", "description": "Network Manager", "load_state": "loaded", "name": "NetworkManager.service", "sub_state": "running" }, "auditd.service": { "active_state": "active", "description": "Security Auditing Service", "load_state": "loaded", "name": "auditd.service", "sub_state": "running" }, "basic.target": { "active_state": "active", "description": "Basic System", "load_state": "loaded", "name": "basic.target", "sub_state": "active" }, "chronyd.service": { "active_state": "active", "description": "NTP client/server", "load_state": "loaded", "name": "chronyd.service", "sub_state": "running" }, "cloud-config.service": { "active_state": "active", "description": "Apply the settings specified in cloud-config", "load_state": "loaded", "name": "cloud-config.service", "sub_state": "exited" }, "cloud-config.target": { "active_state": "active", "description": "Cloud-config availability", "load_state": "loaded", "name": "cloud-config.target", "sub_state": "active" }, "cloud-final.service": { "active_state": "active", "description": "Execute cloud user/final scripts", "load_state": "loaded", "name": "cloud-final.service", "sub_state": "exited" }, "cloud-init-local.service": { "active_state": "active", "description": "Initial cloud-init job (pre-networking)", "load_state": "loaded", "name": "cloud-init-local.service", "sub_state": "exited" }, "cloud-init.service": { "active_state": "active", "description": "Initial cloud-init job (metadata service crawler)", "load_state": "loaded", "name": "cloud-init.service", "sub_state": "exited" }, "cloud-init.target": { "active_state": "active", "description": "Cloud-init target", "load_state": "loaded", "name": "cloud-init.target", "sub_state": "active" }, "crond.service": { "active_state": "active", "description": "Command Scheduler", "load_state": "loaded", "name": "crond.service", "sub_state": "running" }, "cryptsetup.target": { "active_state": "active", "description": "Local Encrypted Volumes", "load_state": "loaded", "name": "cryptsetup.target", "sub_state": "active" }, "dbus.service": { "active_state": "active", "description": "D-Bus System Message Bus", "load_state": "loaded", "name": "dbus.service", "sub_state": "running" }, "dbus.socket": { "active_state": "active", "description": "D-Bus System Message Bus Socket", "load_state": "loaded", "name": "dbus.socket", "sub_state": "running" }, "dev-hugepages.mount": { "active_state": "active", "description": "Huge Pages File System", "load_state": "loaded", "name": "dev-hugepages.mount", "sub_state": "mounted" }, "dev-mqueue.mount": { "active_state": "active", "description": "POSIX Message Queue File System", "load_state": "loaded", "name": "dev-mqueue.mount", "sub_state": "mounted" }, "dnf-makecache.timer": { "active_state": "active", "description": "dnf makecache --timer", "load_state": "loaded", "name": "dnf-makecache.timer", "sub_state": "waiting" }, "dracut-shutdown.service": { "active_state": "active", "description": "Restore /run/initramfs on shutdown", "load_state": "loaded", "name": "dracut-shutdown.service", "sub_state": "exited" }, "foo.service": { "active_state": "active", "description": "foo.service", "load_state": "loaded", "name": "foo.service", "sub_state": "running" }, "getty.target": { "active_state": "active", "description": "Login Prompts", "load_state": "loaded", "name": "getty.target", "sub_state": "active" }, "getty@tty1.service": { "active_state": "active", "description": "Getty on tty1", "load_state": "loaded", "name": "getty@tty1.service", "sub_state": "running" }, "gssproxy.service": { "active_state": "active", "description": "GSSAPI Proxy Daemon", "load_state": "loaded", "name": "gssproxy.service", "sub_state": "running" }, "import-state.service": { "active_state": "active", "description": "Import network configuration from initramfs", "load_state": "loaded", "name": "import-state.service", "sub_state": "exited" }, "init.scope": { "active_state": "active", "description": "System and Service Manager", "load_state": "loaded", "name": "init.scope", "sub_state": "running" }, "irqbalance.service": { "active_state": "active", "description": "irqbalance daemon", "load_state": "loaded", "name": "irqbalance.service", "sub_state": "running" }, "kdump.service": { "active_state": "active", "description": "Crash recovery kernel arming", "load_state": "loaded", "name": "kdump.service", "sub_state": "exited" }, "kmod-static-nodes.service": { "active_state": "active", "description": "Create list of required static device nodes for the current kernel", "load_state": "loaded", "name": "kmod-static-nodes.service", "sub_state": "exited" }, "local-fs-pre.target": { "active_state": "active", "description": "Local File Systems (Pre)", "load_state": "loaded", "name": "local-fs-pre.target", "sub_state": "active" }, "local-fs.target": { "active_state": "active", "description": "Local File Systems", "load_state": "loaded", "name": "local-fs.target", "sub_state": "active" }, "multi-user.target": { "active_state": "active", "description": "Multi-User System", "load_state": "loaded", "name": "multi-user.target", "sub_state": "active" }, "network-online.target": { "active_state": "active", "description": "Network is Online", "load_state": "loaded", "name": "network-online.target", "sub_state": "active" }, "network-pre.target": { "active_state": "active", "description": "Network (Pre)", "load_state": "loaded", "name": "network-pre.target", "sub_state": "active" }, "network.target": { "active_state": "active", "description": "Network", "load_state": "loaded", "name": "network.target", "sub_state": "active" }, "nfs-client.target": { "active_state": "active", "description": "NFS client services", "load_state": "loaded", "name": "nfs-client.target", "sub_state": "active" }, "nis-domainname.service": { "active_state": "active", "description": "Read and set NIS domainname from /etc/sysconfig/network", "load_state": "loaded", "name": "nis-domainname.service", "sub_state": "exited" }, "nss-user-lookup.target": { "active_state": "active", "description": "User and Group Name Lookups", "load_state": "loaded", "name": "nss-user-lookup.target", "sub_state": "active" }, "paths.target": { "active_state": "active", "description": "Paths", "load_state": "loaded", "name": "paths.target", "sub_state": "active" }, "plymouth-quit-wait.service": { "active_state": "active", "description": "Hold until boot process finishes up", "load_state": "loaded", "name": "plymouth-quit-wait.service", "sub_state": "exited" }, "plymouth-quit.service": { "active_state": "active", "description": "Terminate Plymouth Boot Screen", "load_state": "loaded", "name": "plymouth-quit.service", "sub_state": "exited" }, "plymouth-read-write.service": { "active_state": "active", "description": "Tell Plymouth To Write Out Runtime Data", "load_state": "loaded", "name": "plymouth-read-write.service", "sub_state": "exited" }, "plymouth-start.service": { "active_state": "active", "description": "Show Plymouth Boot Screen", "load_state": "loaded", "name": "plymouth-start.service", "sub_state": "exited" }, "polkit.service": { "active_state": "active", "description": "Authorization Manager", "load_state": "loaded", "name": "polkit.service", "sub_state": "running" }, "proc-sys-fs-binfmt_misc.automount": { "active_state": "active", "description": "Arbitrary Executable File Formats File System Automount Point", "load_state": "loaded", "name": "proc-sys-fs-binfmt_misc.automount", "sub_state": "waiting" }, "remote-fs-pre.target": { "active_state": "active", "description": "Remote File Systems (Pre)", "load_state": "loaded", "name": "remote-fs-pre.target", "sub_state": "active" }, "remote-fs.target": { "active_state": "active", "description": "Remote File Systems", "load_state": "loaded", "name": "remote-fs.target", "sub_state": "active" }, "restraintd.service": { "active_state": "active", "description": "The restraint harness.", "load_state": "loaded", "name": "restraintd.service", "sub_state": "running" }, "rngd.service": { "active_state": "active", "description": "Hardware RNG Entropy Gatherer Daemon", "load_state": "loaded", "name": "rngd.service", "sub_state": "running" }, "rpc-statd-notify.service": { "active_state": "active", "description": "Notify NFS peers of a restart", "load_state": "loaded", "name": "rpc-statd-notify.service", "sub_state": "exited" }, "rpc_pipefs.target": { "active_state": "active", "description": "rpc_pipefs.target", "load_state": "loaded", "name": "rpc_pipefs.target", "sub_state": "active" }, "rpcbind.service": { "active_state": "active", "description": "RPC Bind", "load_state": "loaded", "name": "rpcbind.service", "sub_state": "running" }, "rpcbind.socket": { "active_state": "active", "description": "RPCbind Server Activation Socket", "load_state": "loaded", "name": "rpcbind.socket", "sub_state": "running" }, "rpcbind.target": { "active_state": "active", "description": "RPC Port Mapper", "load_state": "loaded", "name": "rpcbind.target", "sub_state": "active" }, "rsyslog.service": { "active_state": "active", "description": "System Logging Service", "load_state": "loaded", "name": "rsyslog.service", "sub_state": "running" }, "run-user-0.mount": { "active_state": "active", "description": "/run/user/0", "load_state": "loaded", "name": "run-user-0.mount", "sub_state": "mounted" }, "session-3.scope": { "active_state": "active", "description": "Session 3 of user root", "load_state": "loaded", "name": "session-3.scope", "sub_state": "running" }, "session-5.scope": { "active_state": "active", "description": "Session 5 of user root", "load_state": "loaded", "name": "session-5.scope", "sub_state": "running" }, "slices.target": { "active_state": "active", "description": "Slices", "load_state": "loaded", "name": "slices.target", "sub_state": "active" }, "sockets.target": { "active_state": "active", "description": "Sockets", "load_state": "loaded", "name": "sockets.target", "sub_state": "active" }, "sshd-keygen.target": { "active_state": "active", "description": "sshd-keygen.target", "load_state": "loaded", "name": "sshd-keygen.target", "sub_state": "active" }, "sshd.service": { "active_state": "active", "description": "OpenSSH server daemon", "load_state": "loaded", "name": "sshd.service", "sub_state": "running" }, "sssd-kcm.socket": { "active_state": "active", "description": "SSSD Kerberos Cache Manager responder socket", "load_state": "loaded", "name": "sssd-kcm.socket", "sub_state": "listening" }, "swap.target": { "active_state": "active", "description": "Swap", "load_state": "loaded", "name": "swap.target", "sub_state": "active" }, "sys-devices-platform-serial8250-tty-ttyS1.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS1", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS1.device", "sub_state": "plugged" }, "sys-devices-platform-serial8250-tty-ttyS2.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS2", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS2.device", "sub_state": "plugged" }, "sys-devices-platform-serial8250-tty-ttyS3.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS3", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS3.device", "sub_state": "plugged" }, "sys-devices-pnp0-00:06-tty-ttyS0.device": { "active_state": "active", "description": "/sys/devices/pnp0/00:06/tty/ttyS0", "load_state": "loaded", "name": "sys-devices-pnp0-00:06-tty-ttyS0.device", "sub_state": "plugged" }, "sys-devices-vbd\\x2d768-block-xvda-xvda1.device": { "active_state": "active", "description": "/sys/devices/vbd-768/block/xvda/xvda1", "load_state": "loaded", "name": "sys-devices-vbd\\x2d768-block-xvda-xvda1.device", "sub_state": "plugged" }, "sys-devices-vbd\\x2d768-block-xvda.device": { "active_state": "active", "description": "/sys/devices/vbd-768/block/xvda", "load_state": "loaded", "name": "sys-devices-vbd\\x2d768-block-xvda.device", "sub_state": "plugged" }, "sys-devices-vif\\x2d0-net-eth0.device": { "active_state": "active", "description": "/sys/devices/vif-0/net/eth0", "load_state": "loaded", "name": "sys-devices-vif\\x2d0-net-eth0.device", "sub_state": "plugged" }, "sys-kernel-config.mount": { "active_state": "active", "description": "Kernel Configuration File System", "load_state": "loaded", "name": "sys-kernel-config.mount", "sub_state": "mounted" }, "sys-kernel-debug.mount": { "active_state": "active", "description": "Kernel Debug File System", "load_state": "loaded", "name": "sys-kernel-debug.mount", "sub_state": "mounted" }, "sys-kernel-tracing.mount": { "active_state": "active", "description": "/sys/kernel/tracing", "load_state": "loaded", "name": "sys-kernel-tracing.mount", "sub_state": "mounted" }, "sys-module-configfs.device": { "active_state": "active", "description": "/sys/module/configfs", "load_state": "loaded", "name": "sys-module-configfs.device", "sub_state": "plugged" }, "sys-subsystem-net-devices-eth0.device": { "active_state": "active", "description": "/sys/subsystem/net/devices/eth0", "load_state": "loaded", "name": "sys-subsystem-net-devices-eth0.device", "sub_state": "plugged" }, "sysinit.target": { "active_state": "active", "description": "System Initialization", "load_state": "loaded", "name": "sysinit.target", "sub_state": "active" }, "system-getty.slice": { "active_state": "active", "description": "system-getty.slice", "load_state": "loaded", "name": "system-getty.slice", "sub_state": "active" }, "system-sshd\\x2dkeygen.slice": { "active_state": "active", "description": "system-sshd\\x2dkeygen.slice", "load_state": "loaded", "name": "system-sshd\\x2dkeygen.slice", "sub_state": "active" }, "system.slice": { "active_state": "active", "description": "System Slice", "load_state": "loaded", "name": "system.slice", "sub_state": "active" }, "systemd-ask-password-plymouth.path": { "active_state": "active", "description": "Forward Password Requests to Plymouth Directory Watch", "load_state": "loaded", "name": "systemd-ask-password-plymouth.path", "sub_state": "waiting" }, "systemd-ask-password-wall.path": { "active_state": "active", "description": "Forward Password Requests to Wall Directory Watch", "load_state": "loaded", "name": "systemd-ask-password-wall.path", "sub_state": "waiting" }, "systemd-coredump.socket": { "active_state": "active", "description": "Process Core Dump Socket", "load_state": "loaded", "name": "systemd-coredump.socket", "sub_state": "listening" }, "systemd-initctl.socket": { "active_state": "active", "description": "initctl Compatibility Named Pipe", "load_state": "loaded", "name": "systemd-initctl.socket", "sub_state": "listening" }, "systemd-journal-flush.service": { "active_state": "active", "description": "Flush Journal to Persistent Storage", "load_state": "loaded", "name": "systemd-journal-flush.service", "sub_state": "exited" }, "systemd-journald-dev-log.socket": { "active_state": "active", "description": "Journal Socket (/dev/log)", "load_state": "loaded", "name": "systemd-journald-dev-log.socket", "sub_state": "running" }, "systemd-journald.service": { "active_state": "active", "description": "Journal Service", "load_state": "loaded", "name": "systemd-journald.service", "sub_state": "running" }, "systemd-journald.socket": { "active_state": "active", "description": "Journal Socket", "load_state": "loaded", "name": "systemd-journald.socket", "sub_state": "running" }, "systemd-logind.service": { "active_state": "active", "description": "Login Service", "load_state": "loaded", "name": "systemd-logind.service", "sub_state": "running" }, "systemd-machine-id-commit.service": { "active_state": "active", "description": "Commit a transient machine-id on disk", "load_state": "loaded", "name": "systemd-machine-id-commit.service", "sub_state": "exited" }, "systemd-random-seed.service": { "active_state": "active", "description": "Load/Save Random Seed", "load_state": "loaded", "name": "systemd-random-seed.service", "sub_state": "exited" }, "systemd-remount-fs.service": { "active_state": "active", "description": "Remount Root and Kernel File Systems", "load_state": "loaded", "name": "systemd-remount-fs.service", "sub_state": "exited" }, "systemd-sysctl.service": { "active_state": "active", "description": "Apply Kernel Variables", "load_state": "loaded", "name": "systemd-sysctl.service", "sub_state": "exited" }, "systemd-tmpfiles-clean.timer": { "active_state": "active", "description": "Daily Cleanup of Temporary Directories", "load_state": "loaded", "name": "systemd-tmpfiles-clean.timer", "sub_state": "waiting" }, "systemd-tmpfiles-setup-dev.service": { "active_state": "active", "description": "Create Static Device Nodes in /dev", "load_state": "loaded", "name": "systemd-tmpfiles-setup-dev.service", "sub_state": "exited" }, "systemd-tmpfiles-setup.service": { "active_state": "active", "description": "Create Volatile Files and Directories", "load_state": "loaded", "name": "systemd-tmpfiles-setup.service", "sub_state": "exited" }, "systemd-udev-trigger.service": { "active_state": "active", "description": "udev Coldplug all Devices", "load_state": "loaded", "name": "systemd-udev-trigger.service", "sub_state": "exited" }, "systemd-udevd-control.socket": { "active_state": "active", "description": "udev Control Socket", "load_state": "loaded", "name": "systemd-udevd-control.socket", "sub_state": "running" }, "systemd-udevd-kernel.socket": { "active_state": "active", "description": "udev Kernel Socket", "load_state": "loaded", "name": "systemd-udevd-kernel.socket", "sub_state": "running" }, "systemd-udevd.service": { "active_state": "active", "description": "udev Kernel Device Manager", "load_state": "loaded", "name": "systemd-udevd.service", "sub_state": "running" }, "systemd-update-utmp.service": { "active_state": "active", "description": "Update UTMP about System Boot/Shutdown", "load_state": "loaded", "name": "systemd-update-utmp.service", "sub_state": "exited" }, "systemd-user-sessions.service": { "active_state": "active", "description": "Permit User Sessions", "load_state": "loaded", "name": "systemd-user-sessions.service", "sub_state": "exited" }, "timers.target": { "active_state": "active", "description": "Timers", "load_state": "loaded", "name": "timers.target", "sub_state": "active" }, "tuned.service": { "active_state": "active", "description": "Dynamic System Tuning Daemon", "load_state": "loaded", "name": "tuned.service", "sub_state": "running" }, "unbound-anchor.timer": { "active_state": "active", "description": "daily update of the root trust anchor for DNSSEC", "load_state": "loaded", "name": "unbound-anchor.timer", "sub_state": "waiting" }, "user-0.slice": { "active_state": "active", "description": "User Slice of UID 0", "load_state": "loaded", "name": "user-0.slice", "sub_state": "active" }, "user-runtime-dir@0.service": { "active_state": "active", "description": "User runtime directory /run/user/0", "load_state": "loaded", "name": "user-runtime-dir@0.service", "sub_state": "exited" }, "user.slice": { "active_state": "active", "description": "User and Session Slice", "load_state": "loaded", "name": "user.slice", "sub_state": "active" }, "user@0.service": { "active_state": "active", "description": "User Manager for UID 0", "load_state": "loaded", "name": "user@0.service", "sub_state": "running" }, "var-lib-nfs-rpc_pipefs.mount": { "active_state": "active", "description": "RPC Pipe File System", "load_state": "loaded", "name": "var-lib-nfs-rpc_pipefs.mount", "sub_state": "mounted" } }, "systemd_units_user": { "root": { "-.mount": { "active_state": "active", "description": "Root Mount", "load_state": "loaded", "name": "-.mount", "sub_state": "mounted" }, "-.slice": { "active_state": "active", "description": "Root Slice", "load_state": "loaded", "name": "-.slice", "sub_state": "active" }, "NetworkManager-wait-online.service": { "active_state": "active", "description": "Network Manager Wait Online", "load_state": "loaded", "name": "NetworkManager-wait-online.service", "sub_state": "exited" }, "NetworkManager.service": { "active_state": "active", "description": "Network Manager", "load_state": "loaded", "name": "NetworkManager.service", "sub_state": "running" }, "auditd.service": { "active_state": "active", "description": "Security Auditing Service", "load_state": "loaded", "name": "auditd.service", "sub_state": "running" }, "basic.target": { "active_state": "active", "description": "Basic System", "load_state": "loaded", "name": "basic.target", "sub_state": "active" }, "chronyd.service": { "active_state": "active", "description": "NTP client/server", "load_state": "loaded", "name": "chronyd.service", "sub_state": "running" }, "cloud-config.service": { "active_state": "active", "description": "Apply the settings specified in cloud-config", "load_state": "loaded", "name": "cloud-config.service", "sub_state": "exited" }, "cloud-config.target": { "active_state": "active", "description": "Cloud-config availability", "load_state": "loaded", "name": "cloud-config.target", "sub_state": "active" }, "cloud-final.service": { "active_state": "active", "description": "Execute cloud user/final scripts", "load_state": "loaded", "name": "cloud-final.service", "sub_state": "exited" }, "cloud-init-local.service": { "active_state": "active", "description": "Initial cloud-init job (pre-networking)", "load_state": "loaded", "name": "cloud-init-local.service", "sub_state": "exited" }, "cloud-init.service": { "active_state": "active", "description": "Initial cloud-init job (metadata service crawler)", "load_state": "loaded", "name": "cloud-init.service", "sub_state": "exited" }, "cloud-init.target": { "active_state": "active", "description": "Cloud-init target", "load_state": "loaded", "name": "cloud-init.target", "sub_state": "active" }, "crond.service": { "active_state": "active", "description": "Command Scheduler", "load_state": "loaded", "name": "crond.service", "sub_state": "running" }, "cryptsetup.target": { "active_state": "active", "description": "Local Encrypted Volumes", "load_state": "loaded", "name": "cryptsetup.target", "sub_state": "active" }, "dbus.service": { "active_state": "active", "description": "D-Bus System Message Bus", "load_state": "loaded", "name": "dbus.service", "sub_state": "running" }, "dbus.socket": { "active_state": "active", "description": "D-Bus System Message Bus Socket", "load_state": "loaded", "name": "dbus.socket", "sub_state": "running" }, "dev-hugepages.mount": { "active_state": "active", "description": "Huge Pages File System", "load_state": "loaded", "name": "dev-hugepages.mount", "sub_state": "mounted" }, "dev-mqueue.mount": { "active_state": "active", "description": "POSIX Message Queue File System", "load_state": "loaded", "name": "dev-mqueue.mount", "sub_state": "mounted" }, "dnf-makecache.timer": { "active_state": "active", "description": "dnf makecache --timer", "load_state": "loaded", "name": "dnf-makecache.timer", "sub_state": "waiting" }, "dracut-shutdown.service": { "active_state": "active", "description": "Restore /run/initramfs on shutdown", "load_state": "loaded", "name": "dracut-shutdown.service", "sub_state": "exited" }, "foo.service": { "active_state": "active", "description": "foo.service", "load_state": "loaded", "name": "foo.service", "sub_state": "running" }, "getty.target": { "active_state": "active", "description": "Login Prompts", "load_state": "loaded", "name": "getty.target", "sub_state": "active" }, "getty@tty1.service": { "active_state": "active", "description": "Getty on tty1", "load_state": "loaded", "name": "getty@tty1.service", "sub_state": "running" }, "gssproxy.service": { "active_state": "active", "description": "GSSAPI Proxy Daemon", "load_state": "loaded", "name": "gssproxy.service", "sub_state": "running" }, "import-state.service": { "active_state": "active", "description": "Import network configuration from initramfs", "load_state": "loaded", "name": "import-state.service", "sub_state": "exited" }, "init.scope": { "active_state": "active", "description": "System and Service Manager", "load_state": "loaded", "name": "init.scope", "sub_state": "running" }, "irqbalance.service": { "active_state": "active", "description": "irqbalance daemon", "load_state": "loaded", "name": "irqbalance.service", "sub_state": "running" }, "kdump.service": { "active_state": "active", "description": "Crash recovery kernel arming", "load_state": "loaded", "name": "kdump.service", "sub_state": "exited" }, "kmod-static-nodes.service": { "active_state": "active", "description": "Create list of required static device nodes for the current kernel", "load_state": "loaded", "name": "kmod-static-nodes.service", "sub_state": "exited" }, "local-fs-pre.target": { "active_state": "active", "description": "Local File Systems (Pre)", "load_state": "loaded", "name": "local-fs-pre.target", "sub_state": "active" }, "local-fs.target": { "active_state": "active", "description": "Local File Systems", "load_state": "loaded", "name": "local-fs.target", "sub_state": "active" }, "multi-user.target": { "active_state": "active", "description": "Multi-User System", "load_state": "loaded", "name": "multi-user.target", "sub_state": "active" }, "network-online.target": { "active_state": "active", "description": "Network is Online", "load_state": "loaded", "name": "network-online.target", "sub_state": "active" }, "network-pre.target": { "active_state": "active", "description": "Network (Pre)", "load_state": "loaded", "name": "network-pre.target", "sub_state": "active" }, "network.target": { "active_state": "active", "description": "Network", "load_state": "loaded", "name": "network.target", "sub_state": "active" }, "nfs-client.target": { "active_state": "active", "description": "NFS client services", "load_state": "loaded", "name": "nfs-client.target", "sub_state": "active" }, "nis-domainname.service": { "active_state": "active", "description": "Read and set NIS domainname from /etc/sysconfig/network", "load_state": "loaded", "name": "nis-domainname.service", "sub_state": "exited" }, "nss-user-lookup.target": { "active_state": "active", "description": "User and Group Name Lookups", "load_state": "loaded", "name": "nss-user-lookup.target", "sub_state": "active" }, "paths.target": { "active_state": "active", "description": "Paths", "load_state": "loaded", "name": "paths.target", "sub_state": "active" }, "plymouth-quit-wait.service": { "active_state": "active", "description": "Hold until boot process finishes up", "load_state": "loaded", "name": "plymouth-quit-wait.service", "sub_state": "exited" }, "plymouth-quit.service": { "active_state": "active", "description": "Terminate Plymouth Boot Screen", "load_state": "loaded", "name": "plymouth-quit.service", "sub_state": "exited" }, "plymouth-read-write.service": { "active_state": "active", "description": "Tell Plymouth To Write Out Runtime Data", "load_state": "loaded", "name": "plymouth-read-write.service", "sub_state": "exited" }, "plymouth-start.service": { "active_state": "active", "description": "Show Plymouth Boot Screen", "load_state": "loaded", "name": "plymouth-start.service", "sub_state": "exited" }, "polkit.service": { "active_state": "active", "description": "Authorization Manager", "load_state": "loaded", "name": "polkit.service", "sub_state": "running" }, "proc-sys-fs-binfmt_misc.automount": { "active_state": "active", "description": "Arbitrary Executable File Formats File System Automount Point", "load_state": "loaded", "name": "proc-sys-fs-binfmt_misc.automount", "sub_state": "waiting" }, "remote-fs-pre.target": { "active_state": "active", "description": "Remote File Systems (Pre)", "load_state": "loaded", "name": "remote-fs-pre.target", "sub_state": "active" }, "remote-fs.target": { "active_state": "active", "description": "Remote File Systems", "load_state": "loaded", "name": "remote-fs.target", "sub_state": "active" }, "restraintd.service": { "active_state": "active", "description": "The restraint harness.", "load_state": "loaded", "name": "restraintd.service", "sub_state": "running" }, "rngd.service": { "active_state": "active", "description": "Hardware RNG Entropy Gatherer Daemon", "load_state": "loaded", "name": "rngd.service", "sub_state": "running" }, "rpc-statd-notify.service": { "active_state": "active", "description": "Notify NFS peers of a restart", "load_state": "loaded", "name": "rpc-statd-notify.service", "sub_state": "exited" }, "rpc_pipefs.target": { "active_state": "active", "description": "rpc_pipefs.target", "load_state": "loaded", "name": "rpc_pipefs.target", "sub_state": "active" }, "rpcbind.service": { "active_state": "active", "description": "RPC Bind", "load_state": "loaded", "name": "rpcbind.service", "sub_state": "running" }, "rpcbind.socket": { "active_state": "active", "description": "RPCbind Server Activation Socket", "load_state": "loaded", "name": "rpcbind.socket", "sub_state": "running" }, "rpcbind.target": { "active_state": "active", "description": "RPC Port Mapper", "load_state": "loaded", "name": "rpcbind.target", "sub_state": "active" }, "rsyslog.service": { "active_state": "active", "description": "System Logging Service", "load_state": "loaded", "name": "rsyslog.service", "sub_state": "running" }, "run-user-0.mount": { "active_state": "active", "description": "/run/user/0", "load_state": "loaded", "name": "run-user-0.mount", "sub_state": "mounted" }, "session-3.scope": { "active_state": "active", "description": "Session 3 of user root", "load_state": "loaded", "name": "session-3.scope", "sub_state": "running" }, "session-5.scope": { "active_state": "active", "description": "Session 5 of user root", "load_state": "loaded", "name": "session-5.scope", "sub_state": "running" }, "slices.target": { "active_state": "active", "description": "Slices", "load_state": "loaded", "name": "slices.target", "sub_state": "active" }, "sockets.target": { "active_state": "active", "description": "Sockets", "load_state": "loaded", "name": "sockets.target", "sub_state": "active" }, "sshd-keygen.target": { "active_state": "active", "description": "sshd-keygen.target", "load_state": "loaded", "name": "sshd-keygen.target", "sub_state": "active" }, "sshd.service": { "active_state": "active", "description": "OpenSSH server daemon", "load_state": "loaded", "name": "sshd.service", "sub_state": "running" }, "sssd-kcm.socket": { "active_state": "active", "description": "SSSD Kerberos Cache Manager responder socket", "load_state": "loaded", "name": "sssd-kcm.socket", "sub_state": "listening" }, "swap.target": { "active_state": "active", "description": "Swap", "load_state": "loaded", "name": "swap.target", "sub_state": "active" }, "sys-devices-platform-serial8250-tty-ttyS1.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS1", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS1.device", "sub_state": "plugged" }, "sys-devices-platform-serial8250-tty-ttyS2.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS2", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS2.device", "sub_state": "plugged" }, "sys-devices-platform-serial8250-tty-ttyS3.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS3", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS3.device", "sub_state": "plugged" }, "sys-devices-pnp0-00:06-tty-ttyS0.device": { "active_state": "active", "description": "/sys/devices/pnp0/00:06/tty/ttyS0", "load_state": "loaded", "name": "sys-devices-pnp0-00:06-tty-ttyS0.device", "sub_state": "plugged" }, "sys-devices-vbd\\x2d768-block-xvda-xvda1.device": { "active_state": "active", "description": "/sys/devices/vbd-768/block/xvda/xvda1", "load_state": "loaded", "name": "sys-devices-vbd\\x2d768-block-xvda-xvda1.device", "sub_state": "plugged" }, "sys-devices-vbd\\x2d768-block-xvda.device": { "active_state": "active", "description": "/sys/devices/vbd-768/block/xvda", "load_state": "loaded", "name": "sys-devices-vbd\\x2d768-block-xvda.device", "sub_state": "plugged" }, "sys-devices-vif\\x2d0-net-eth0.device": { "active_state": "active", "description": "/sys/devices/vif-0/net/eth0", "load_state": "loaded", "name": "sys-devices-vif\\x2d0-net-eth0.device", "sub_state": "plugged" }, "sys-kernel-config.mount": { "active_state": "active", "description": "Kernel Configuration File System", "load_state": "loaded", "name": "sys-kernel-config.mount", "sub_state": "mounted" }, "sys-kernel-debug.mount": { "active_state": "active", "description": "Kernel Debug File System", "load_state": "loaded", "name": "sys-kernel-debug.mount", "sub_state": "mounted" }, "sys-kernel-tracing.mount": { "active_state": "active", "description": "/sys/kernel/tracing", "load_state": "loaded", "name": "sys-kernel-tracing.mount", "sub_state": "mounted" }, "sys-module-configfs.device": { "active_state": "active", "description": "/sys/module/configfs", "load_state": "loaded", "name": "sys-module-configfs.device", "sub_state": "plugged" }, "sys-subsystem-net-devices-eth0.device": { "active_state": "active", "description": "/sys/subsystem/net/devices/eth0", "load_state": "loaded", "name": "sys-subsystem-net-devices-eth0.device", "sub_state": "plugged" }, "sysinit.target": { "active_state": "active", "description": "System Initialization", "load_state": "loaded", "name": "sysinit.target", "sub_state": "active" }, "system-getty.slice": { "active_state": "active", "description": "system-getty.slice", "load_state": "loaded", "name": "system-getty.slice", "sub_state": "active" }, "system-sshd\\x2dkeygen.slice": { "active_state": "active", "description": "system-sshd\\x2dkeygen.slice", "load_state": "loaded", "name": "system-sshd\\x2dkeygen.slice", "sub_state": "active" }, "system.slice": { "active_state": "active", "description": "System Slice", "load_state": "loaded", "name": "system.slice", "sub_state": "active" }, "systemd-ask-password-plymouth.path": { "active_state": "active", "description": "Forward Password Requests to Plymouth Directory Watch", "load_state": "loaded", "name": "systemd-ask-password-plymouth.path", "sub_state": "waiting" }, "systemd-ask-password-wall.path": { "active_state": "active", "description": "Forward Password Requests to Wall Directory Watch", "load_state": "loaded", "name": "systemd-ask-password-wall.path", "sub_state": "waiting" }, "systemd-coredump.socket": { "active_state": "active", "description": "Process Core Dump Socket", "load_state": "loaded", "name": "systemd-coredump.socket", "sub_state": "listening" }, "systemd-initctl.socket": { "active_state": "active", "description": "initctl Compatibility Named Pipe", "load_state": "loaded", "name": "systemd-initctl.socket", "sub_state": "listening" }, "systemd-journal-flush.service": { "active_state": "active", "description": "Flush Journal to Persistent Storage", "load_state": "loaded", "name": "systemd-journal-flush.service", "sub_state": "exited" }, "systemd-journald-dev-log.socket": { "active_state": "active", "description": "Journal Socket (/dev/log)", "load_state": "loaded", "name": "systemd-journald-dev-log.socket", "sub_state": "running" }, "systemd-journald.service": { "active_state": "active", "description": "Journal Service", "load_state": "loaded", "name": "systemd-journald.service", "sub_state": "running" }, "systemd-journald.socket": { "active_state": "active", "description": "Journal Socket", "load_state": "loaded", "name": "systemd-journald.socket", "sub_state": "running" }, "systemd-logind.service": { "active_state": "active", "description": "Login Service", "load_state": "loaded", "name": "systemd-logind.service", "sub_state": "running" }, "systemd-machine-id-commit.service": { "active_state": "active", "description": "Commit a transient machine-id on disk", "load_state": "loaded", "name": "systemd-machine-id-commit.service", "sub_state": "exited" }, "systemd-random-seed.service": { "active_state": "active", "description": "Load/Save Random Seed", "load_state": "loaded", "name": "systemd-random-seed.service", "sub_state": "exited" }, "systemd-remount-fs.service": { "active_state": "active", "description": "Remount Root and Kernel File Systems", "load_state": "loaded", "name": "systemd-remount-fs.service", "sub_state": "exited" }, "systemd-sysctl.service": { "active_state": "active", "description": "Apply Kernel Variables", "load_state": "loaded", "name": "systemd-sysctl.service", "sub_state": "exited" }, "systemd-tmpfiles-clean.timer": { "active_state": "active", "description": "Daily Cleanup of Temporary Directories", "load_state": "loaded", "name": "systemd-tmpfiles-clean.timer", "sub_state": "waiting" }, "systemd-tmpfiles-setup-dev.service": { "active_state": "active", "description": "Create Static Device Nodes in /dev", "load_state": "loaded", "name": "systemd-tmpfiles-setup-dev.service", "sub_state": "exited" }, "systemd-tmpfiles-setup.service": { "active_state": "active", "description": "Create Volatile Files and Directories", "load_state": "loaded", "name": "systemd-tmpfiles-setup.service", "sub_state": "exited" }, "systemd-udev-trigger.service": { "active_state": "active", "description": "udev Coldplug all Devices", "load_state": "loaded", "name": "systemd-udev-trigger.service", "sub_state": "exited" }, "systemd-udevd-control.socket": { "active_state": "active", "description": "udev Control Socket", "load_state": "loaded", "name": "systemd-udevd-control.socket", "sub_state": "running" }, "systemd-udevd-kernel.socket": { "active_state": "active", "description": "udev Kernel Socket", "load_state": "loaded", "name": "systemd-udevd-kernel.socket", "sub_state": "running" }, "systemd-udevd.service": { "active_state": "active", "description": "udev Kernel Device Manager", "load_state": "loaded", "name": "systemd-udevd.service", "sub_state": "running" }, "systemd-update-utmp.service": { "active_state": "active", "description": "Update UTMP about System Boot/Shutdown", "load_state": "loaded", "name": "systemd-update-utmp.service", "sub_state": "exited" }, "systemd-user-sessions.service": { "active_state": "active", "description": "Permit User Sessions", "load_state": "loaded", "name": "systemd-user-sessions.service", "sub_state": "exited" }, "timers.target": { "active_state": "active", "description": "Timers", "load_state": "loaded", "name": "timers.target", "sub_state": "active" }, "tuned.service": { "active_state": "active", "description": "Dynamic System Tuning Daemon", "load_state": "loaded", "name": "tuned.service", "sub_state": "running" }, "unbound-anchor.timer": { "active_state": "active", "description": "daily update of the root trust anchor for DNSSEC", "load_state": "loaded", "name": "unbound-anchor.timer", "sub_state": "waiting" }, "user-0.slice": { "active_state": "active", "description": "User Slice of UID 0", "load_state": "loaded", "name": "user-0.slice", "sub_state": "active" }, "user-runtime-dir@0.service": { "active_state": "active", "description": "User runtime directory /run/user/0", "load_state": "loaded", "name": "user-runtime-dir@0.service", "sub_state": "exited" }, "user.slice": { "active_state": "active", "description": "User and Session Slice", "load_state": "loaded", "name": "user.slice", "sub_state": "active" }, "user@0.service": { "active_state": "active", "description": "User Manager for UID 0", "load_state": "loaded", "name": "user@0.service", "sub_state": "running" }, "var-lib-nfs-rpc_pipefs.mount": { "active_state": "active", "description": "RPC Pipe File System", "load_state": "loaded", "name": "var-lib-nfs-rpc_pipefs.mount", "sub_state": "mounted" } } } }, "changed": false } TASK [fedora.linux_system_roles.systemd : DebugAfter] ************************** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:158 Monday 11 November 2024 18:52:03 -0500 (0:00:00.453) 0:00:48.213 ******* ok: [managed-node1] => {} MSG: facts { "root": { "-.mount": { "active_state": "active", "description": "Root Mount", "load_state": "loaded", "name": "-.mount", "sub_state": "mounted" }, "-.slice": { "active_state": "active", "description": "Root Slice", "load_state": "loaded", "name": "-.slice", "sub_state": "active" }, "NetworkManager-wait-online.service": { "active_state": "active", "description": "Network Manager Wait Online", "load_state": "loaded", "name": "NetworkManager-wait-online.service", "sub_state": "exited" }, "NetworkManager.service": { "active_state": "active", "description": "Network Manager", "load_state": "loaded", "name": "NetworkManager.service", "sub_state": "running" }, "auditd.service": { "active_state": "active", "description": "Security Auditing Service", "load_state": "loaded", "name": "auditd.service", "sub_state": "running" }, "basic.target": { "active_state": "active", "description": "Basic System", "load_state": "loaded", "name": "basic.target", "sub_state": "active" }, "chronyd.service": { "active_state": "active", "description": "NTP client/server", "load_state": "loaded", "name": "chronyd.service", "sub_state": "running" }, "cloud-config.service": { "active_state": "active", "description": "Apply the settings specified in cloud-config", "load_state": "loaded", "name": "cloud-config.service", "sub_state": "exited" }, "cloud-config.target": { "active_state": "active", "description": "Cloud-config availability", "load_state": "loaded", "name": "cloud-config.target", "sub_state": "active" }, "cloud-final.service": { "active_state": "active", "description": "Execute cloud user/final scripts", "load_state": "loaded", "name": "cloud-final.service", "sub_state": "exited" }, "cloud-init-local.service": { "active_state": "active", "description": "Initial cloud-init job (pre-networking)", "load_state": "loaded", "name": "cloud-init-local.service", "sub_state": "exited" }, "cloud-init.service": { "active_state": "active", "description": "Initial cloud-init job (metadata service crawler)", "load_state": "loaded", "name": "cloud-init.service", "sub_state": "exited" }, "cloud-init.target": { "active_state": "active", "description": "Cloud-init target", "load_state": "loaded", "name": "cloud-init.target", "sub_state": "active" }, "crond.service": { "active_state": "active", "description": "Command Scheduler", "load_state": "loaded", "name": "crond.service", "sub_state": "running" }, "cryptsetup.target": { "active_state": "active", "description": "Local Encrypted Volumes", "load_state": "loaded", "name": "cryptsetup.target", "sub_state": "active" }, "dbus.service": { "active_state": "active", "description": "D-Bus System Message Bus", "load_state": "loaded", "name": "dbus.service", "sub_state": "running" }, "dbus.socket": { "active_state": "active", "description": "D-Bus System Message Bus Socket", "load_state": "loaded", "name": "dbus.socket", "sub_state": "running" }, "dev-hugepages.mount": { "active_state": "active", "description": "Huge Pages File System", "load_state": "loaded", "name": "dev-hugepages.mount", "sub_state": "mounted" }, "dev-mqueue.mount": { "active_state": "active", "description": "POSIX Message Queue File System", "load_state": "loaded", "name": "dev-mqueue.mount", "sub_state": "mounted" }, "dnf-makecache.timer": { "active_state": "active", "description": "dnf makecache --timer", "load_state": "loaded", "name": "dnf-makecache.timer", "sub_state": "waiting" }, "dracut-shutdown.service": { "active_state": "active", "description": "Restore /run/initramfs on shutdown", "load_state": "loaded", "name": "dracut-shutdown.service", "sub_state": "exited" }, "foo.service": { "active_state": "active", "description": "foo.service", "load_state": "loaded", "name": "foo.service", "sub_state": "running" }, "getty.target": { "active_state": "active", "description": "Login Prompts", "load_state": "loaded", "name": "getty.target", "sub_state": "active" }, "getty@tty1.service": { "active_state": "active", "description": "Getty on tty1", "load_state": "loaded", "name": "getty@tty1.service", "sub_state": "running" }, "gssproxy.service": { "active_state": "active", "description": "GSSAPI Proxy Daemon", "load_state": "loaded", "name": "gssproxy.service", "sub_state": "running" }, "import-state.service": { "active_state": "active", "description": "Import network configuration from initramfs", "load_state": "loaded", "name": "import-state.service", "sub_state": "exited" }, "init.scope": { "active_state": "active", "description": "System and Service Manager", "load_state": "loaded", "name": "init.scope", "sub_state": "running" }, "irqbalance.service": { "active_state": "active", "description": "irqbalance daemon", "load_state": "loaded", "name": "irqbalance.service", "sub_state": "running" }, "kdump.service": { "active_state": "active", "description": "Crash recovery kernel arming", "load_state": "loaded", "name": "kdump.service", "sub_state": "exited" }, "kmod-static-nodes.service": { "active_state": "active", "description": "Create list of required static device nodes for the current kernel", "load_state": "loaded", "name": "kmod-static-nodes.service", "sub_state": "exited" }, "local-fs-pre.target": { "active_state": "active", "description": "Local File Systems (Pre)", "load_state": "loaded", "name": "local-fs-pre.target", "sub_state": "active" }, "local-fs.target": { "active_state": "active", "description": "Local File Systems", "load_state": "loaded", "name": "local-fs.target", "sub_state": "active" }, "multi-user.target": { "active_state": "active", "description": "Multi-User System", "load_state": "loaded", "name": "multi-user.target", "sub_state": "active" }, "network-online.target": { "active_state": "active", "description": "Network is Online", "load_state": "loaded", "name": "network-online.target", "sub_state": "active" }, "network-pre.target": { "active_state": "active", "description": "Network (Pre)", "load_state": "loaded", "name": "network-pre.target", "sub_state": "active" }, "network.target": { "active_state": "active", "description": "Network", "load_state": "loaded", "name": "network.target", "sub_state": "active" }, "nfs-client.target": { "active_state": "active", "description": "NFS client services", "load_state": "loaded", "name": "nfs-client.target", "sub_state": "active" }, "nis-domainname.service": { "active_state": "active", "description": "Read and set NIS domainname from /etc/sysconfig/network", "load_state": "loaded", "name": "nis-domainname.service", "sub_state": "exited" }, "nss-user-lookup.target": { "active_state": "active", "description": "User and Group Name Lookups", "load_state": "loaded", "name": "nss-user-lookup.target", "sub_state": "active" }, "paths.target": { "active_state": "active", "description": "Paths", "load_state": "loaded", "name": "paths.target", "sub_state": "active" }, "plymouth-quit-wait.service": { "active_state": "active", "description": "Hold until boot process finishes up", "load_state": "loaded", "name": "plymouth-quit-wait.service", "sub_state": "exited" }, "plymouth-quit.service": { "active_state": "active", "description": "Terminate Plymouth Boot Screen", "load_state": "loaded", "name": "plymouth-quit.service", "sub_state": "exited" }, "plymouth-read-write.service": { "active_state": "active", "description": "Tell Plymouth To Write Out Runtime Data", "load_state": "loaded", "name": "plymouth-read-write.service", "sub_state": "exited" }, "plymouth-start.service": { "active_state": "active", "description": "Show Plymouth Boot Screen", "load_state": "loaded", "name": "plymouth-start.service", "sub_state": "exited" }, "polkit.service": { "active_state": "active", "description": "Authorization Manager", "load_state": "loaded", "name": "polkit.service", "sub_state": "running" }, "proc-sys-fs-binfmt_misc.automount": { "active_state": "active", "description": "Arbitrary Executable File Formats File System Automount Point", "load_state": "loaded", "name": "proc-sys-fs-binfmt_misc.automount", "sub_state": "waiting" }, "remote-fs-pre.target": { "active_state": "active", "description": "Remote File Systems (Pre)", "load_state": "loaded", "name": "remote-fs-pre.target", "sub_state": "active" }, "remote-fs.target": { "active_state": "active", "description": "Remote File Systems", "load_state": "loaded", "name": "remote-fs.target", "sub_state": "active" }, "restraintd.service": { "active_state": "active", "description": "The restraint harness.", "load_state": "loaded", "name": "restraintd.service", "sub_state": "running" }, "rngd.service": { "active_state": "active", "description": "Hardware RNG Entropy Gatherer Daemon", "load_state": "loaded", "name": "rngd.service", "sub_state": "running" }, "rpc-statd-notify.service": { "active_state": "active", "description": "Notify NFS peers of a restart", "load_state": "loaded", "name": "rpc-statd-notify.service", "sub_state": "exited" }, "rpc_pipefs.target": { "active_state": "active", "description": "rpc_pipefs.target", "load_state": "loaded", "name": "rpc_pipefs.target", "sub_state": "active" }, "rpcbind.service": { "active_state": "active", "description": "RPC Bind", "load_state": "loaded", "name": "rpcbind.service", "sub_state": "running" }, "rpcbind.socket": { "active_state": "active", "description": "RPCbind Server Activation Socket", "load_state": "loaded", "name": "rpcbind.socket", "sub_state": "running" }, "rpcbind.target": { "active_state": "active", "description": "RPC Port Mapper", "load_state": "loaded", "name": "rpcbind.target", "sub_state": "active" }, "rsyslog.service": { "active_state": "active", "description": "System Logging Service", "load_state": "loaded", "name": "rsyslog.service", "sub_state": "running" }, "run-user-0.mount": { "active_state": "active", "description": "/run/user/0", "load_state": "loaded", "name": "run-user-0.mount", "sub_state": "mounted" }, "session-3.scope": { "active_state": "active", "description": "Session 3 of user root", "load_state": "loaded", "name": "session-3.scope", "sub_state": "running" }, "session-5.scope": { "active_state": "active", "description": "Session 5 of user root", "load_state": "loaded", "name": "session-5.scope", "sub_state": "running" }, "slices.target": { "active_state": "active", "description": "Slices", "load_state": "loaded", "name": "slices.target", "sub_state": "active" }, "sockets.target": { "active_state": "active", "description": "Sockets", "load_state": "loaded", "name": "sockets.target", "sub_state": "active" }, "sshd-keygen.target": { "active_state": "active", "description": "sshd-keygen.target", "load_state": "loaded", "name": "sshd-keygen.target", "sub_state": "active" }, "sshd.service": { "active_state": "active", "description": "OpenSSH server daemon", "load_state": "loaded", "name": "sshd.service", "sub_state": "running" }, "sssd-kcm.socket": { "active_state": "active", "description": "SSSD Kerberos Cache Manager responder socket", "load_state": "loaded", "name": "sssd-kcm.socket", "sub_state": "listening" }, "swap.target": { "active_state": "active", "description": "Swap", "load_state": "loaded", "name": "swap.target", "sub_state": "active" }, "sys-devices-platform-serial8250-tty-ttyS1.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS1", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS1.device", "sub_state": "plugged" }, "sys-devices-platform-serial8250-tty-ttyS2.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS2", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS2.device", "sub_state": "plugged" }, "sys-devices-platform-serial8250-tty-ttyS3.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS3", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS3.device", "sub_state": "plugged" }, "sys-devices-pnp0-00:06-tty-ttyS0.device": { "active_state": "active", "description": "/sys/devices/pnp0/00:06/tty/ttyS0", "load_state": "loaded", "name": "sys-devices-pnp0-00:06-tty-ttyS0.device", "sub_state": "plugged" }, "sys-devices-vbd\\x2d768-block-xvda-xvda1.device": { "active_state": "active", "description": "/sys/devices/vbd-768/block/xvda/xvda1", "load_state": "loaded", "name": "sys-devices-vbd\\x2d768-block-xvda-xvda1.device", "sub_state": "plugged" }, "sys-devices-vbd\\x2d768-block-xvda.device": { "active_state": "active", "description": "/sys/devices/vbd-768/block/xvda", "load_state": "loaded", "name": "sys-devices-vbd\\x2d768-block-xvda.device", "sub_state": "plugged" }, "sys-devices-vif\\x2d0-net-eth0.device": { "active_state": "active", "description": "/sys/devices/vif-0/net/eth0", "load_state": "loaded", "name": "sys-devices-vif\\x2d0-net-eth0.device", "sub_state": "plugged" }, "sys-kernel-config.mount": { "active_state": "active", "description": "Kernel Configuration File System", "load_state": "loaded", "name": "sys-kernel-config.mount", "sub_state": "mounted" }, "sys-kernel-debug.mount": { "active_state": "active", "description": "Kernel Debug File System", "load_state": "loaded", "name": "sys-kernel-debug.mount", "sub_state": "mounted" }, "sys-kernel-tracing.mount": { "active_state": "active", "description": "/sys/kernel/tracing", "load_state": "loaded", "name": "sys-kernel-tracing.mount", "sub_state": "mounted" }, "sys-module-configfs.device": { "active_state": "active", "description": "/sys/module/configfs", "load_state": "loaded", "name": "sys-module-configfs.device", "sub_state": "plugged" }, "sys-subsystem-net-devices-eth0.device": { "active_state": "active", "description": "/sys/subsystem/net/devices/eth0", "load_state": "loaded", "name": "sys-subsystem-net-devices-eth0.device", "sub_state": "plugged" }, "sysinit.target": { "active_state": "active", "description": "System Initialization", "load_state": "loaded", "name": "sysinit.target", "sub_state": "active" }, "system-getty.slice": { "active_state": "active", "description": "system-getty.slice", "load_state": "loaded", "name": "system-getty.slice", "sub_state": "active" }, "system-sshd\\x2dkeygen.slice": { "active_state": "active", "description": "system-sshd\\x2dkeygen.slice", "load_state": "loaded", "name": "system-sshd\\x2dkeygen.slice", "sub_state": "active" }, "system.slice": { "active_state": "active", "description": "System Slice", "load_state": "loaded", "name": "system.slice", "sub_state": "active" }, "systemd-ask-password-plymouth.path": { "active_state": "active", "description": "Forward Password Requests to Plymouth Directory Watch", "load_state": "loaded", "name": "systemd-ask-password-plymouth.path", "sub_state": "waiting" }, "systemd-ask-password-wall.path": { "active_state": "active", "description": "Forward Password Requests to Wall Directory Watch", "load_state": "loaded", "name": "systemd-ask-password-wall.path", "sub_state": "waiting" }, "systemd-coredump.socket": { "active_state": "active", "description": "Process Core Dump Socket", "load_state": "loaded", "name": "systemd-coredump.socket", "sub_state": "listening" }, "systemd-initctl.socket": { "active_state": "active", "description": "initctl Compatibility Named Pipe", "load_state": "loaded", "name": "systemd-initctl.socket", "sub_state": "listening" }, "systemd-journal-flush.service": { "active_state": "active", "description": "Flush Journal to Persistent Storage", "load_state": "loaded", "name": "systemd-journal-flush.service", "sub_state": "exited" }, "systemd-journald-dev-log.socket": { "active_state": "active", "description": "Journal Socket (/dev/log)", "load_state": "loaded", "name": "systemd-journald-dev-log.socket", "sub_state": "running" }, "systemd-journald.service": { "active_state": "active", "description": "Journal Service", "load_state": "loaded", "name": "systemd-journald.service", "sub_state": "running" }, "systemd-journald.socket": { "active_state": "active", "description": "Journal Socket", "load_state": "loaded", "name": "systemd-journald.socket", "sub_state": "running" }, "systemd-logind.service": { "active_state": "active", "description": "Login Service", "load_state": "loaded", "name": "systemd-logind.service", "sub_state": "running" }, "systemd-machine-id-commit.service": { "active_state": "active", "description": "Commit a transient machine-id on disk", "load_state": "loaded", "name": "systemd-machine-id-commit.service", "sub_state": "exited" }, "systemd-random-seed.service": { "active_state": "active", "description": "Load/Save Random Seed", "load_state": "loaded", "name": "systemd-random-seed.service", "sub_state": "exited" }, "systemd-remount-fs.service": { "active_state": "active", "description": "Remount Root and Kernel File Systems", "load_state": "loaded", "name": "systemd-remount-fs.service", "sub_state": "exited" }, "systemd-sysctl.service": { "active_state": "active", "description": "Apply Kernel Variables", "load_state": "loaded", "name": "systemd-sysctl.service", "sub_state": "exited" }, "systemd-tmpfiles-clean.timer": { "active_state": "active", "description": "Daily Cleanup of Temporary Directories", "load_state": "loaded", "name": "systemd-tmpfiles-clean.timer", "sub_state": "waiting" }, "systemd-tmpfiles-setup-dev.service": { "active_state": "active", "description": "Create Static Device Nodes in /dev", "load_state": "loaded", "name": "systemd-tmpfiles-setup-dev.service", "sub_state": "exited" }, "systemd-tmpfiles-setup.service": { "active_state": "active", "description": "Create Volatile Files and Directories", "load_state": "loaded", "name": "systemd-tmpfiles-setup.service", "sub_state": "exited" }, "systemd-udev-trigger.service": { "active_state": "active", "description": "udev Coldplug all Devices", "load_state": "loaded", "name": "systemd-udev-trigger.service", "sub_state": "exited" }, "systemd-udevd-control.socket": { "active_state": "active", "description": "udev Control Socket", "load_state": "loaded", "name": "systemd-udevd-control.socket", "sub_state": "running" }, "systemd-udevd-kernel.socket": { "active_state": "active", "description": "udev Kernel Socket", "load_state": "loaded", "name": "systemd-udevd-kernel.socket", "sub_state": "running" }, "systemd-udevd.service": { "active_state": "active", "description": "udev Kernel Device Manager", "load_state": "loaded", "name": "systemd-udevd.service", "sub_state": "running" }, "systemd-update-utmp.service": { "active_state": "active", "description": "Update UTMP about System Boot/Shutdown", "load_state": "loaded", "name": "systemd-update-utmp.service", "sub_state": "exited" }, "systemd-user-sessions.service": { "active_state": "active", "description": "Permit User Sessions", "load_state": "loaded", "name": "systemd-user-sessions.service", "sub_state": "exited" }, "timers.target": { "active_state": "active", "description": "Timers", "load_state": "loaded", "name": "timers.target", "sub_state": "active" }, "tuned.service": { "active_state": "active", "description": "Dynamic System Tuning Daemon", "load_state": "loaded", "name": "tuned.service", "sub_state": "running" }, "unbound-anchor.timer": { "active_state": "active", "description": "daily update of the root trust anchor for DNSSEC", "load_state": "loaded", "name": "unbound-anchor.timer", "sub_state": "waiting" }, "user-0.slice": { "active_state": "active", "description": "User Slice of UID 0", "load_state": "loaded", "name": "user-0.slice", "sub_state": "active" }, "user-runtime-dir@0.service": { "active_state": "active", "description": "User runtime directory /run/user/0", "load_state": "loaded", "name": "user-runtime-dir@0.service", "sub_state": "exited" }, "user.slice": { "active_state": "active", "description": "User and Session Slice", "load_state": "loaded", "name": "user.slice", "sub_state": "active" }, "user@0.service": { "active_state": "active", "description": "User Manager for UID 0", "load_state": "loaded", "name": "user@0.service", "sub_state": "running" }, "var-lib-nfs-rpc_pipefs.mount": { "active_state": "active", "description": "RPC Pipe File System", "load_state": "loaded", "name": "var-lib-nfs-rpc_pipefs.mount", "sub_state": "mounted" } } } TASK [fedora.linux_system_roles.systemd : Set legacy systemd_units output variable] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:162 Monday 11 November 2024 18:52:03 -0500 (0:00:00.051) 0:00:48.264 ******* ok: [managed-node1] => { "ansible_facts": { "systemd_units": { "-.mount": { "active_state": "active", "description": "Root Mount", "load_state": "loaded", "name": "-.mount", "sub_state": "mounted" }, "-.slice": { "active_state": "active", "description": "Root Slice", "load_state": "loaded", "name": "-.slice", "sub_state": "active" }, "NetworkManager-wait-online.service": { "active_state": "active", "description": "Network Manager Wait Online", "load_state": "loaded", "name": "NetworkManager-wait-online.service", "sub_state": "exited" }, "NetworkManager.service": { "active_state": "active", "description": "Network Manager", "load_state": "loaded", "name": "NetworkManager.service", "sub_state": "running" }, "auditd.service": { "active_state": "active", "description": "Security Auditing Service", "load_state": "loaded", "name": "auditd.service", "sub_state": "running" }, "basic.target": { "active_state": "active", "description": "Basic System", "load_state": "loaded", "name": "basic.target", "sub_state": "active" }, "chronyd.service": { "active_state": "active", "description": "NTP client/server", "load_state": "loaded", "name": "chronyd.service", "sub_state": "running" }, "cloud-config.service": { "active_state": "active", "description": "Apply the settings specified in cloud-config", "load_state": "loaded", "name": "cloud-config.service", "sub_state": "exited" }, "cloud-config.target": { "active_state": "active", "description": "Cloud-config availability", "load_state": "loaded", "name": "cloud-config.target", "sub_state": "active" }, "cloud-final.service": { "active_state": "active", "description": "Execute cloud user/final scripts", "load_state": "loaded", "name": "cloud-final.service", "sub_state": "exited" }, "cloud-init-local.service": { "active_state": "active", "description": "Initial cloud-init job (pre-networking)", "load_state": "loaded", "name": "cloud-init-local.service", "sub_state": "exited" }, "cloud-init.service": { "active_state": "active", "description": "Initial cloud-init job (metadata service crawler)", "load_state": "loaded", "name": "cloud-init.service", "sub_state": "exited" }, "cloud-init.target": { "active_state": "active", "description": "Cloud-init target", "load_state": "loaded", "name": "cloud-init.target", "sub_state": "active" }, "crond.service": { "active_state": "active", "description": "Command Scheduler", "load_state": "loaded", "name": "crond.service", "sub_state": "running" }, "cryptsetup.target": { "active_state": "active", "description": "Local Encrypted Volumes", "load_state": "loaded", "name": "cryptsetup.target", "sub_state": "active" }, "dbus.service": { "active_state": "active", "description": "D-Bus System Message Bus", "load_state": "loaded", "name": "dbus.service", "sub_state": "running" }, "dbus.socket": { "active_state": "active", "description": "D-Bus System Message Bus Socket", "load_state": "loaded", "name": "dbus.socket", "sub_state": "running" }, "dev-hugepages.mount": { "active_state": "active", "description": "Huge Pages File System", "load_state": "loaded", "name": "dev-hugepages.mount", "sub_state": "mounted" }, "dev-mqueue.mount": { "active_state": "active", "description": "POSIX Message Queue File System", "load_state": "loaded", "name": "dev-mqueue.mount", "sub_state": "mounted" }, "dnf-makecache.timer": { "active_state": "active", "description": "dnf makecache --timer", "load_state": "loaded", "name": "dnf-makecache.timer", "sub_state": "waiting" }, "dracut-shutdown.service": { "active_state": "active", "description": "Restore /run/initramfs on shutdown", "load_state": "loaded", "name": "dracut-shutdown.service", "sub_state": "exited" }, "foo.service": { "active_state": "active", "description": "foo.service", "load_state": "loaded", "name": "foo.service", "sub_state": "running" }, "getty.target": { "active_state": "active", "description": "Login Prompts", "load_state": "loaded", "name": "getty.target", "sub_state": "active" }, "getty@tty1.service": { "active_state": "active", "description": "Getty on tty1", "load_state": "loaded", "name": "getty@tty1.service", "sub_state": "running" }, "gssproxy.service": { "active_state": "active", "description": "GSSAPI Proxy Daemon", "load_state": "loaded", "name": "gssproxy.service", "sub_state": "running" }, "import-state.service": { "active_state": "active", "description": "Import network configuration from initramfs", "load_state": "loaded", "name": "import-state.service", "sub_state": "exited" }, "init.scope": { "active_state": "active", "description": "System and Service Manager", "load_state": "loaded", "name": "init.scope", "sub_state": "running" }, "irqbalance.service": { "active_state": "active", "description": "irqbalance daemon", "load_state": "loaded", "name": "irqbalance.service", "sub_state": "running" }, "kdump.service": { "active_state": "active", "description": "Crash recovery kernel arming", "load_state": "loaded", "name": "kdump.service", "sub_state": "exited" }, "kmod-static-nodes.service": { "active_state": "active", "description": "Create list of required static device nodes for the current kernel", "load_state": "loaded", "name": "kmod-static-nodes.service", "sub_state": "exited" }, "local-fs-pre.target": { "active_state": "active", "description": "Local File Systems (Pre)", "load_state": "loaded", "name": "local-fs-pre.target", "sub_state": "active" }, "local-fs.target": { "active_state": "active", "description": "Local File Systems", "load_state": "loaded", "name": "local-fs.target", "sub_state": "active" }, "multi-user.target": { "active_state": "active", "description": "Multi-User System", "load_state": "loaded", "name": "multi-user.target", "sub_state": "active" }, "network-online.target": { "active_state": "active", "description": "Network is Online", "load_state": "loaded", "name": "network-online.target", "sub_state": "active" }, "network-pre.target": { "active_state": "active", "description": "Network (Pre)", "load_state": "loaded", "name": "network-pre.target", "sub_state": "active" }, "network.target": { "active_state": "active", "description": "Network", "load_state": "loaded", "name": "network.target", "sub_state": "active" }, "nfs-client.target": { "active_state": "active", "description": "NFS client services", "load_state": "loaded", "name": "nfs-client.target", "sub_state": "active" }, "nis-domainname.service": { "active_state": "active", "description": "Read and set NIS domainname from /etc/sysconfig/network", "load_state": "loaded", "name": "nis-domainname.service", "sub_state": "exited" }, "nss-user-lookup.target": { "active_state": "active", "description": "User and Group Name Lookups", "load_state": "loaded", "name": "nss-user-lookup.target", "sub_state": "active" }, "paths.target": { "active_state": "active", "description": "Paths", "load_state": "loaded", "name": "paths.target", "sub_state": "active" }, "plymouth-quit-wait.service": { "active_state": "active", "description": "Hold until boot process finishes up", "load_state": "loaded", "name": "plymouth-quit-wait.service", "sub_state": "exited" }, "plymouth-quit.service": { "active_state": "active", "description": "Terminate Plymouth Boot Screen", "load_state": "loaded", "name": "plymouth-quit.service", "sub_state": "exited" }, "plymouth-read-write.service": { "active_state": "active", "description": "Tell Plymouth To Write Out Runtime Data", "load_state": "loaded", "name": "plymouth-read-write.service", "sub_state": "exited" }, "plymouth-start.service": { "active_state": "active", "description": "Show Plymouth Boot Screen", "load_state": "loaded", "name": "plymouth-start.service", "sub_state": "exited" }, "polkit.service": { "active_state": "active", "description": "Authorization Manager", "load_state": "loaded", "name": "polkit.service", "sub_state": "running" }, "proc-sys-fs-binfmt_misc.automount": { "active_state": "active", "description": "Arbitrary Executable File Formats File System Automount Point", "load_state": "loaded", "name": "proc-sys-fs-binfmt_misc.automount", "sub_state": "waiting" }, "remote-fs-pre.target": { "active_state": "active", "description": "Remote File Systems (Pre)", "load_state": "loaded", "name": "remote-fs-pre.target", "sub_state": "active" }, "remote-fs.target": { "active_state": "active", "description": "Remote File Systems", "load_state": "loaded", "name": "remote-fs.target", "sub_state": "active" }, "restraintd.service": { "active_state": "active", "description": "The restraint harness.", "load_state": "loaded", "name": "restraintd.service", "sub_state": "running" }, "rngd.service": { "active_state": "active", "description": "Hardware RNG Entropy Gatherer Daemon", "load_state": "loaded", "name": "rngd.service", "sub_state": "running" }, "rpc-statd-notify.service": { "active_state": "active", "description": "Notify NFS peers of a restart", "load_state": "loaded", "name": "rpc-statd-notify.service", "sub_state": "exited" }, "rpc_pipefs.target": { "active_state": "active", "description": "rpc_pipefs.target", "load_state": "loaded", "name": "rpc_pipefs.target", "sub_state": "active" }, "rpcbind.service": { "active_state": "active", "description": "RPC Bind", "load_state": "loaded", "name": "rpcbind.service", "sub_state": "running" }, "rpcbind.socket": { "active_state": "active", "description": "RPCbind Server Activation Socket", "load_state": "loaded", "name": "rpcbind.socket", "sub_state": "running" }, "rpcbind.target": { "active_state": "active", "description": "RPC Port Mapper", "load_state": "loaded", "name": "rpcbind.target", "sub_state": "active" }, "rsyslog.service": { "active_state": "active", "description": "System Logging Service", "load_state": "loaded", "name": "rsyslog.service", "sub_state": "running" }, "run-user-0.mount": { "active_state": "active", "description": "/run/user/0", "load_state": "loaded", "name": "run-user-0.mount", "sub_state": "mounted" }, "session-3.scope": { "active_state": "active", "description": "Session 3 of user root", "load_state": "loaded", "name": "session-3.scope", "sub_state": "running" }, "session-5.scope": { "active_state": "active", "description": "Session 5 of user root", "load_state": "loaded", "name": "session-5.scope", "sub_state": "running" }, "slices.target": { "active_state": "active", "description": "Slices", "load_state": "loaded", "name": "slices.target", "sub_state": "active" }, "sockets.target": { "active_state": "active", "description": "Sockets", "load_state": "loaded", "name": "sockets.target", "sub_state": "active" }, "sshd-keygen.target": { "active_state": "active", "description": "sshd-keygen.target", "load_state": "loaded", "name": "sshd-keygen.target", "sub_state": "active" }, "sshd.service": { "active_state": "active", "description": "OpenSSH server daemon", "load_state": "loaded", "name": "sshd.service", "sub_state": "running" }, "sssd-kcm.socket": { "active_state": "active", "description": "SSSD Kerberos Cache Manager responder socket", "load_state": "loaded", "name": "sssd-kcm.socket", "sub_state": "listening" }, "swap.target": { "active_state": "active", "description": "Swap", "load_state": "loaded", "name": "swap.target", "sub_state": "active" }, "sys-devices-platform-serial8250-tty-ttyS1.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS1", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS1.device", "sub_state": "plugged" }, "sys-devices-platform-serial8250-tty-ttyS2.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS2", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS2.device", "sub_state": "plugged" }, "sys-devices-platform-serial8250-tty-ttyS3.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS3", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS3.device", "sub_state": "plugged" }, "sys-devices-pnp0-00:06-tty-ttyS0.device": { "active_state": "active", "description": "/sys/devices/pnp0/00:06/tty/ttyS0", "load_state": "loaded", "name": "sys-devices-pnp0-00:06-tty-ttyS0.device", "sub_state": "plugged" }, "sys-devices-vbd\\x2d768-block-xvda-xvda1.device": { "active_state": "active", "description": "/sys/devices/vbd-768/block/xvda/xvda1", "load_state": "loaded", "name": "sys-devices-vbd\\x2d768-block-xvda-xvda1.device", "sub_state": "plugged" }, "sys-devices-vbd\\x2d768-block-xvda.device": { "active_state": "active", "description": "/sys/devices/vbd-768/block/xvda", "load_state": "loaded", "name": "sys-devices-vbd\\x2d768-block-xvda.device", "sub_state": "plugged" }, "sys-devices-vif\\x2d0-net-eth0.device": { "active_state": "active", "description": "/sys/devices/vif-0/net/eth0", "load_state": "loaded", "name": "sys-devices-vif\\x2d0-net-eth0.device", "sub_state": "plugged" }, "sys-kernel-config.mount": { "active_state": "active", "description": "Kernel Configuration File System", "load_state": "loaded", "name": "sys-kernel-config.mount", "sub_state": "mounted" }, "sys-kernel-debug.mount": { "active_state": "active", "description": "Kernel Debug File System", "load_state": "loaded", "name": "sys-kernel-debug.mount", "sub_state": "mounted" }, "sys-kernel-tracing.mount": { "active_state": "active", "description": "/sys/kernel/tracing", "load_state": "loaded", "name": "sys-kernel-tracing.mount", "sub_state": "mounted" }, "sys-module-configfs.device": { "active_state": "active", "description": "/sys/module/configfs", "load_state": "loaded", "name": "sys-module-configfs.device", "sub_state": "plugged" }, "sys-subsystem-net-devices-eth0.device": { "active_state": "active", "description": "/sys/subsystem/net/devices/eth0", "load_state": "loaded", "name": "sys-subsystem-net-devices-eth0.device", "sub_state": "plugged" }, "sysinit.target": { "active_state": "active", "description": "System Initialization", "load_state": "loaded", "name": "sysinit.target", "sub_state": "active" }, "system-getty.slice": { "active_state": "active", "description": "system-getty.slice", "load_state": "loaded", "name": "system-getty.slice", "sub_state": "active" }, "system-sshd\\x2dkeygen.slice": { "active_state": "active", "description": "system-sshd\\x2dkeygen.slice", "load_state": "loaded", "name": "system-sshd\\x2dkeygen.slice", "sub_state": "active" }, "system.slice": { "active_state": "active", "description": "System Slice", "load_state": "loaded", "name": "system.slice", "sub_state": "active" }, "systemd-ask-password-plymouth.path": { "active_state": "active", "description": "Forward Password Requests to Plymouth Directory Watch", "load_state": "loaded", "name": "systemd-ask-password-plymouth.path", "sub_state": "waiting" }, "systemd-ask-password-wall.path": { "active_state": "active", "description": "Forward Password Requests to Wall Directory Watch", "load_state": "loaded", "name": "systemd-ask-password-wall.path", "sub_state": "waiting" }, "systemd-coredump.socket": { "active_state": "active", "description": "Process Core Dump Socket", "load_state": "loaded", "name": "systemd-coredump.socket", "sub_state": "listening" }, "systemd-initctl.socket": { "active_state": "active", "description": "initctl Compatibility Named Pipe", "load_state": "loaded", "name": "systemd-initctl.socket", "sub_state": "listening" }, "systemd-journal-flush.service": { "active_state": "active", "description": "Flush Journal to Persistent Storage", "load_state": "loaded", "name": "systemd-journal-flush.service", "sub_state": "exited" }, "systemd-journald-dev-log.socket": { "active_state": "active", "description": "Journal Socket (/dev/log)", "load_state": "loaded", "name": "systemd-journald-dev-log.socket", "sub_state": "running" }, "systemd-journald.service": { "active_state": "active", "description": "Journal Service", "load_state": "loaded", "name": "systemd-journald.service", "sub_state": "running" }, "systemd-journald.socket": { "active_state": "active", "description": "Journal Socket", "load_state": "loaded", "name": "systemd-journald.socket", "sub_state": "running" }, "systemd-logind.service": { "active_state": "active", "description": "Login Service", "load_state": "loaded", "name": "systemd-logind.service", "sub_state": "running" }, "systemd-machine-id-commit.service": { "active_state": "active", "description": "Commit a transient machine-id on disk", "load_state": "loaded", "name": "systemd-machine-id-commit.service", "sub_state": "exited" }, "systemd-random-seed.service": { "active_state": "active", "description": "Load/Save Random Seed", "load_state": "loaded", "name": "systemd-random-seed.service", "sub_state": "exited" }, "systemd-remount-fs.service": { "active_state": "active", "description": "Remount Root and Kernel File Systems", "load_state": "loaded", "name": "systemd-remount-fs.service", "sub_state": "exited" }, "systemd-sysctl.service": { "active_state": "active", "description": "Apply Kernel Variables", "load_state": "loaded", "name": "systemd-sysctl.service", "sub_state": "exited" }, "systemd-tmpfiles-clean.timer": { "active_state": "active", "description": "Daily Cleanup of Temporary Directories", "load_state": "loaded", "name": "systemd-tmpfiles-clean.timer", "sub_state": "waiting" }, "systemd-tmpfiles-setup-dev.service": { "active_state": "active", "description": "Create Static Device Nodes in /dev", "load_state": "loaded", "name": "systemd-tmpfiles-setup-dev.service", "sub_state": "exited" }, "systemd-tmpfiles-setup.service": { "active_state": "active", "description": "Create Volatile Files and Directories", "load_state": "loaded", "name": "systemd-tmpfiles-setup.service", "sub_state": "exited" }, "systemd-udev-trigger.service": { "active_state": "active", "description": "udev Coldplug all Devices", "load_state": "loaded", "name": "systemd-udev-trigger.service", "sub_state": "exited" }, "systemd-udevd-control.socket": { "active_state": "active", "description": "udev Control Socket", "load_state": "loaded", "name": "systemd-udevd-control.socket", "sub_state": "running" }, "systemd-udevd-kernel.socket": { "active_state": "active", "description": "udev Kernel Socket", "load_state": "loaded", "name": "systemd-udevd-kernel.socket", "sub_state": "running" }, "systemd-udevd.service": { "active_state": "active", "description": "udev Kernel Device Manager", "load_state": "loaded", "name": "systemd-udevd.service", "sub_state": "running" }, "systemd-update-utmp.service": { "active_state": "active", "description": "Update UTMP about System Boot/Shutdown", "load_state": "loaded", "name": "systemd-update-utmp.service", "sub_state": "exited" }, "systemd-user-sessions.service": { "active_state": "active", "description": "Permit User Sessions", "load_state": "loaded", "name": "systemd-user-sessions.service", "sub_state": "exited" }, "timers.target": { "active_state": "active", "description": "Timers", "load_state": "loaded", "name": "timers.target", "sub_state": "active" }, "tuned.service": { "active_state": "active", "description": "Dynamic System Tuning Daemon", "load_state": "loaded", "name": "tuned.service", "sub_state": "running" }, "unbound-anchor.timer": { "active_state": "active", "description": "daily update of the root trust anchor for DNSSEC", "load_state": "loaded", "name": "unbound-anchor.timer", "sub_state": "waiting" }, "user-0.slice": { "active_state": "active", "description": "User Slice of UID 0", "load_state": "loaded", "name": "user-0.slice", "sub_state": "active" }, "user-runtime-dir@0.service": { "active_state": "active", "description": "User runtime directory /run/user/0", "load_state": "loaded", "name": "user-runtime-dir@0.service", "sub_state": "exited" }, "user.slice": { "active_state": "active", "description": "User and Session Slice", "load_state": "loaded", "name": "user.slice", "sub_state": "active" }, "user@0.service": { "active_state": "active", "description": "User Manager for UID 0", "load_state": "loaded", "name": "user@0.service", "sub_state": "running" }, "var-lib-nfs-rpc_pipefs.mount": { "active_state": "active", "description": "RPC Pipe File System", "load_state": "loaded", "name": "var-lib-nfs-rpc_pipefs.mount", "sub_state": "mounted" } } }, "changed": false } TASK [fedora.linux_system_roles.systemd : Cancel linger for users if necessary] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:166 Monday 11 November 2024 18:52:03 -0500 (0:00:00.047) 0:00:48.312 ******* included: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/cancel_linger.yml for managed-node1 TASK [fedora.linux_system_roles.systemd : Cancel linger for given user] ******** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/cancel_linger.yml:10 Monday 11 November 2024 18:52:03 -0500 (0:00:00.038) 0:00:48.350 ******* skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Get MainPID of foo.service] ********************************************** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/tests/systemd/tests_basic.yml:75 Monday 11 November 2024 18:52:03 -0500 (0:00:00.049) 0:00:48.400 ******* ok: [managed-node1] => { "changed": false, "cmd": [ "systemctl", "show", "-p", "MainPID", "foo.service" ], "delta": "0:00:00.008481", "end": "2024-11-11 18:52:04.048839", "rc": 0, "start": "2024-11-11 18:52:04.040358" } STDOUT: MainPID=9996 TASK [Check that service was restarted by looking at MainPID] ****************** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/tests/systemd/tests_basic.yml:81 Monday 11 November 2024 18:52:04 -0500 (0:00:00.352) 0:00:48.752 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed PLAY [Ensure that we can reload units] ***************************************** TASK [Delete reload flag file] ************************************************* task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/tests/systemd/tests_basic.yml:95 Monday 11 November 2024 18:52:04 -0500 (0:00:00.043) 0:00:48.795 ******* ok: [managed-node1] => { "changed": false, "path": "/tmp/foo-service-reloaded", "state": "absent" } TASK [fedora.linux_system_roles.systemd : Ensure ansible_facts used by role] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:3 Monday 11 November 2024 18:52:04 -0500 (0:00:00.372) 0:00:49.167 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "__required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Support for user units only available in EL7 and later] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:13 Monday 11 November 2024 18:52:04 -0500 (0:00:00.040) 0:00:49.207 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "ansible_facts[\"distribution_major_version\"] is version(\"8\", \"<\")", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Support for user units only available in EL7 and later] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:27 Monday 11 November 2024 18:52:04 -0500 (0:00:00.020) 0:00:49.228 ******* META: end_host conditional evaluated to False, continuing execution for managed-node1 skipping: [managed-node1] => { "skip_reason": "end_host conditional evaluated to False, continuing execution for managed-node1" } MSG: end_host conditional evaluated to false, continuing execution for managed-node1 TASK [fedora.linux_system_roles.systemd : Check if system is ostree] *********** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:40 Monday 11 November 2024 18:52:04 -0500 (0:00:00.013) 0:00:49.242 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "not __systemd_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Set flag to indicate system is ostree] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:45 Monday 11 November 2024 18:52:04 -0500 (0:00:00.018) 0:00:49.260 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "not __systemd_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Check if transactional-update exists in /sbin] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:52 Monday 11 November 2024 18:52:04 -0500 (0:00:00.018) 0:00:49.278 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "not __systemd_is_transactional is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Set flag if transactional-update exists] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:57 Monday 11 November 2024 18:52:04 -0500 (0:00:00.020) 0:00:49.299 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "not __systemd_is_transactional is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure required packages are installed] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:61 Monday 11 November 2024 18:52:04 -0500 (0:00:00.058) 0:00:49.357 ******* ok: [managed-node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.systemd : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:73 Monday 11 November 2024 18:52:07 -0500 (0:00:02.875) 0:00:52.232 ******* skipping: [managed-node1] => { "false_condition": "__systemd_is_transactional | d(false)" } TASK [fedora.linux_system_roles.systemd : Reboot transactional update systems] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:78 Monday 11 November 2024 18:52:07 -0500 (0:00:00.041) 0:00:52.274 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "__systemd_is_transactional | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Fail if reboot is needed and not set] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:83 Monday 11 November 2024 18:52:07 -0500 (0:00:00.039) 0:00:52.314 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "__systemd_is_transactional | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Reset __systemd_user_info] *********** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:90 Monday 11 November 2024 18:52:07 -0500 (0:00:00.037) 0:00:52.351 ******* ok: [managed-node1] => { "ansible_facts": { "__systemd_user_info": {} }, "changed": false } TASK [fedora.linux_system_roles.systemd : Manage files and templates and their directories] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:94 Monday 11 November 2024 18:52:07 -0500 (0:00:00.019) 0:00:52.371 ******* included: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml for managed-node1 => (item=systemd_unit_files) included: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml for managed-node1 => (item=systemd_unit_file_templates) included: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml for managed-node1 => (item=systemd_dropins) TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:17 Monday 11 November 2024 18:52:07 -0500 (0:00:00.050) 0:00:52.421 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "__systemd_list | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure directories are present for users] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:29 Monday 11 November 2024 18:52:07 -0500 (0:00:00.047) 0:00:52.469 ******* skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.systemd : Ensure directories are present for dropins] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:37 Monday 11 November 2024 18:52:07 -0500 (0:00:00.057) 0:00:52.526 ******* skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__systemd_list | length > 0", "item": { "dir_mode": "0755", "group": "0", "item": "foo.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.systemd : Ensure unit files are present] ******* task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:46 Monday 11 November 2024 18:52:07 -0500 (0:00:00.055) 0:00:52.582 ******* skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__systemd_list | length > 0", "item": { "dir_mode": "0755", "group": "0", "item": "foo.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.systemd : Ensure unit file templates are present] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:57 Monday 11 November 2024 18:52:07 -0500 (0:00:00.056) 0:00:52.639 ******* skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__systemd_list | length > 0", "item": { "dir_mode": "0755", "group": "0", "item": "foo.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.systemd : Ensure unit files are absent] ******** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:68 Monday 11 November 2024 18:52:08 -0500 (0:00:00.049) 0:00:52.688 ******* skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.systemd : Find files in dropins directory] ***** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:76 Monday 11 November 2024 18:52:08 -0500 (0:00:00.037) 0:00:52.726 ******* skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.systemd : Remove dropin directory if no more files] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:83 Monday 11 November 2024 18:52:08 -0500 (0:00:00.038) 0:00:52.765 ******* skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:17 Monday 11 November 2024 18:52:08 -0500 (0:00:00.036) 0:00:52.801 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "__systemd_list | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure directories are present for users] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:29 Monday 11 November 2024 18:52:08 -0500 (0:00:00.054) 0:00:52.856 ******* skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.systemd : Ensure directories are present for dropins] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:37 Monday 11 November 2024 18:52:08 -0500 (0:00:00.060) 0:00:52.916 ******* skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__systemd_list | length > 0", "item": { "dir_mode": "0755", "group": "0", "item": "foo.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.systemd : Ensure unit files are present] ******* task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:46 Monday 11 November 2024 18:52:08 -0500 (0:00:00.062) 0:00:52.979 ******* skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__systemd_list | length > 0", "item": { "dir_mode": "0755", "group": "0", "item": "foo.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.systemd : Ensure unit file templates are present] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:57 Monday 11 November 2024 18:52:08 -0500 (0:00:00.060) 0:00:53.039 ******* skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__systemd_list | length > 0", "item": { "dir_mode": "0755", "group": "0", "item": "foo.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.systemd : Ensure unit files are absent] ******** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:68 Monday 11 November 2024 18:52:08 -0500 (0:00:00.063) 0:00:53.103 ******* skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.systemd : Find files in dropins directory] ***** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:76 Monday 11 November 2024 18:52:08 -0500 (0:00:00.045) 0:00:53.149 ******* skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.systemd : Remove dropin directory if no more files] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:83 Monday 11 November 2024 18:52:08 -0500 (0:00:00.039) 0:00:53.188 ******* skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:17 Monday 11 November 2024 18:52:08 -0500 (0:00:00.037) 0:00:53.226 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "__systemd_list | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure directories are present for users] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:29 Monday 11 November 2024 18:52:08 -0500 (0:00:00.044) 0:00:53.270 ******* skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.systemd : Ensure directories are present for dropins] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:37 Monday 11 November 2024 18:52:08 -0500 (0:00:00.040) 0:00:53.311 ******* skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__systemd_list | length > 0", "item": { "dir_mode": "0755", "group": "0", "item": "foo.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.systemd : Ensure unit files are present] ******* task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:46 Monday 11 November 2024 18:52:08 -0500 (0:00:00.050) 0:00:53.361 ******* skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__systemd_list | length > 0", "item": { "dir_mode": "0755", "group": "0", "item": "foo.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.systemd : Ensure unit file templates are present] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:57 Monday 11 November 2024 18:52:08 -0500 (0:00:00.052) 0:00:53.413 ******* skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__systemd_list | length > 0", "item": { "dir_mode": "0755", "group": "0", "item": "foo.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.systemd : Ensure unit files are absent] ******** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:68 Monday 11 November 2024 18:52:08 -0500 (0:00:00.063) 0:00:53.477 ******* skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.systemd : Find files in dropins directory] ***** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:76 Monday 11 November 2024 18:52:08 -0500 (0:00:00.048) 0:00:53.525 ******* skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.systemd : Remove dropin directory if no more files] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:83 Monday 11 November 2024 18:52:08 -0500 (0:00:00.041) 0:00:53.567 ******* skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.systemd : Reload systemd] ********************** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:106 Monday 11 November 2024 18:52:08 -0500 (0:00:00.046) 0:00:53.614 ******* skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.systemd : Manage units] ************************ task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:119 Monday 11 November 2024 18:52:09 -0500 (0:00:00.054) 0:00:53.669 ******* included: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 => (item={'name': 'systemd_started_units', 'state': 'started'}) included: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 => (item={'name': 'systemd_stopped_units', 'state': 'stopped'}) included: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 => (item={'name': 'systemd_restarted_units', 'state': 'restarted'}) included: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 => (item={'name': 'systemd_reloaded_units', 'state': 'reloaded'}) included: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 => (item={'name': 'systemd_enabled_units', 'enabled': 'true'}) included: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 => (item={'name': 'systemd_disabled_units', 'enabled': 'false'}) included: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 => (item={'name': 'systemd_masked_units', 'masked': 'true'}) included: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 => (item={'name': 'systemd_unmasked_units', 'masked': 'false'}) TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 18:52:09 -0500 (0:00:00.062) 0:00:53.731 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "__systemd_list | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 18:52:09 -0500 (0:00:00.043) 0:00:53.775 ******* skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__systemd_list | length > 0", "item": { "dir_mode": "0755", "group": "0", "item": "foo.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 18:52:09 -0500 (0:00:00.047) 0:00:53.822 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "__systemd_list | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 18:52:09 -0500 (0:00:00.042) 0:00:53.865 ******* skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__systemd_list | length > 0", "item": { "dir_mode": "0755", "group": "0", "item": "foo.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 18:52:09 -0500 (0:00:00.050) 0:00:53.916 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "__systemd_list | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 18:52:09 -0500 (0:00:00.045) 0:00:53.961 ******* skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__systemd_list | length > 0", "item": { "dir_mode": "0755", "group": "0", "item": "foo.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 18:52:09 -0500 (0:00:00.052) 0:00:54.014 ******* included: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_user_info.yml for managed-node1 TASK [fedora.linux_system_roles.systemd : Get user information] **************** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_user_info.yml:27 Monday 11 November 2024 18:52:09 -0500 (0:00:00.073) 0:00:54.088 ******* included: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_update_user_info.yml for managed-node1 => (item=root) TASK [fedora.linux_system_roles.systemd : Get user information] **************** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_update_user_info.yml:7 Monday 11 November 2024 18:52:09 -0500 (0:00:00.073) 0:00:54.162 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "'getent_passwd' not in ansible_facts or __systemd_user_name not in ansible_facts['getent_passwd']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Update systemd user info with new user info] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_update_user_info.yml:14 Monday 11 November 2024 18:52:09 -0500 (0:00:00.056) 0:00:54.218 ******* ok: [managed-node1] => { "ansible_facts": { "__systemd_user_info": { "root": { "group": "0", "units_dir": "/etc/systemd/system", "xdg_dir": "/run/user/0" } } }, "changed": false } TASK [fedora.linux_system_roles.systemd : Convert to list of dict with user data] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_user_info.yml:34 Monday 11 November 2024 18:52:09 -0500 (0:00:00.059) 0:00:54.277 ******* ok: [managed-node1] => { "ansible_facts": { "__systemd_dict_list": [ { "dir_mode": "0755", "group": "0", "item": "foo.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" } ] }, "changed": false } TASK [fedora.linux_system_roles.systemd : Enable linger if needed] ************* task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_user_info.yml:71 Monday 11 November 2024 18:52:09 -0500 (0:00:00.058) 0:00:54.335 ******* skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 18:52:09 -0500 (0:00:00.046) 0:00:54.382 ******* changed: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": true, "item": { "dir_mode": "0755", "group": "0", "item": "foo.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "name": "foo.service", "state": "started", "status": { "ActiveEnterTimestamp": "Mon 2024-11-11 18:52:02 EST", "ActiveEnterTimestampMonotonic": "236415258", "ActiveExitTimestamp": "Mon 2024-11-11 18:52:02 EST", "ActiveExitTimestampMonotonic": "236408378", "ActiveState": "active", "After": "system.slice systemd-journald.socket tmp.mount -.mount sysinit.target systemd-tmpfiles-setup.service basic.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Mon 2024-11-11 18:52:02 EST", "AssertTimestampMonotonic": "236413803", "Before": "shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Mon 2024-11-11 18:52:02 EST", "ConditionTimestampMonotonic": "236413802", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/foo.service", "ControlPID": "0", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "foo.service", "DevicePolicy": "auto", "DropInPaths": "/etc/systemd/system/foo.service.d/99-override.conf", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "9996", "ExecMainStartTimestamp": "Mon 2024-11-11 18:52:02 EST", "ExecMainStartTimestampMonotonic": "236415219", "ExecMainStatus": "0", "ExecReload": "{ path=/bin/touch ; argv[]=/bin/touch /tmp/foo-reloaded ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/bin/sleep ; argv[]=/bin/sleep 3600 ; ignore_errors=no ; start_time=[Mon 2024-11-11 18:52:02 EST] ; stop_time=[n/a] ; pid=9996 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/etc/systemd/system/foo.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "foo.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Mon 2024-11-11 18:52:02 EST", "InactiveEnterTimestampMonotonic": "236412886", "InactiveExitTimestamp": "Mon 2024-11-11 18:52:02 EST", "InactiveExitTimestampMonotonic": "236415258", "InvocationID": "6ab540b779294e189f607c4d806896ac", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "14003", "LimitNPROCSoft": "14003", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14003", "LimitSIGPENDINGSoft": "14003", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "9996", "MemoryAccounting": "yes", "MemoryCurrent": "192512", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "foo.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "yes", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "sysinit.target -.mount system.slice", "RequiresMountsFor": "/var/tmp", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Mon 2024-11-11 18:52:02 EST", "StateChangeTimestampMonotonic": "236415258", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "1", "TasksMax": "22405", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "disabled", "UtmpMode": "init", "WatchdogTimestamp": "Mon 2024-11-11 18:52:02 EST", "WatchdogTimestampMonotonic": "236415256", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 18:52:10 -0500 (0:00:00.550) 0:00:54.932 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "__systemd_list | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 18:52:10 -0500 (0:00:00.046) 0:00:54.978 ******* skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__systemd_list | length > 0", "item": { "dir_mode": "0755", "group": "0", "item": "foo.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 18:52:10 -0500 (0:00:00.053) 0:00:55.032 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "__systemd_list | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 18:52:10 -0500 (0:00:00.043) 0:00:55.076 ******* skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__systemd_list | length > 0", "item": { "dir_mode": "0755", "group": "0", "item": "foo.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 18:52:10 -0500 (0:00:00.066) 0:00:55.142 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "__systemd_list | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 18:52:10 -0500 (0:00:00.052) 0:00:55.195 ******* skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__systemd_list | length > 0", "item": { "dir_mode": "0755", "group": "0", "item": "foo.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 18:52:10 -0500 (0:00:00.053) 0:00:55.248 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "__systemd_list | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 18:52:10 -0500 (0:00:00.052) 0:00:55.301 ******* skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__systemd_list | length > 0", "item": { "dir_mode": "0755", "group": "0", "item": "foo.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.systemd : DebugBefore] ************************* task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:146 Monday 11 November 2024 18:52:10 -0500 (0:00:00.050) 0:00:55.351 ******* ok: [managed-node1] => {} MSG: facts { "root": { "-.mount": { "active_state": "active", "description": "Root Mount", "load_state": "loaded", "name": "-.mount", "sub_state": "mounted" }, "-.slice": { "active_state": "active", "description": "Root Slice", "load_state": "loaded", "name": "-.slice", "sub_state": "active" }, "NetworkManager-wait-online.service": { "active_state": "active", "description": "Network Manager Wait Online", "load_state": "loaded", "name": "NetworkManager-wait-online.service", "sub_state": "exited" }, "NetworkManager.service": { "active_state": "active", "description": "Network Manager", "load_state": "loaded", "name": "NetworkManager.service", "sub_state": "running" }, "auditd.service": { "active_state": "active", "description": "Security Auditing Service", "load_state": "loaded", "name": "auditd.service", "sub_state": "running" }, "basic.target": { "active_state": "active", "description": "Basic System", "load_state": "loaded", "name": "basic.target", "sub_state": "active" }, "chronyd.service": { "active_state": "active", "description": "NTP client/server", "load_state": "loaded", "name": "chronyd.service", "sub_state": "running" }, "cloud-config.service": { "active_state": "active", "description": "Apply the settings specified in cloud-config", "load_state": "loaded", "name": "cloud-config.service", "sub_state": "exited" }, "cloud-config.target": { "active_state": "active", "description": "Cloud-config availability", "load_state": "loaded", "name": "cloud-config.target", "sub_state": "active" }, "cloud-final.service": { "active_state": "active", "description": "Execute cloud user/final scripts", "load_state": "loaded", "name": "cloud-final.service", "sub_state": "exited" }, "cloud-init-local.service": { "active_state": "active", "description": "Initial cloud-init job (pre-networking)", "load_state": "loaded", "name": "cloud-init-local.service", "sub_state": "exited" }, "cloud-init.service": { "active_state": "active", "description": "Initial cloud-init job (metadata service crawler)", "load_state": "loaded", "name": "cloud-init.service", "sub_state": "exited" }, "cloud-init.target": { "active_state": "active", "description": "Cloud-init target", "load_state": "loaded", "name": "cloud-init.target", "sub_state": "active" }, "crond.service": { "active_state": "active", "description": "Command Scheduler", "load_state": "loaded", "name": "crond.service", "sub_state": "running" }, "cryptsetup.target": { "active_state": "active", "description": "Local Encrypted Volumes", "load_state": "loaded", "name": "cryptsetup.target", "sub_state": "active" }, "dbus.service": { "active_state": "active", "description": "D-Bus System Message Bus", "load_state": "loaded", "name": "dbus.service", "sub_state": "running" }, "dbus.socket": { "active_state": "active", "description": "D-Bus System Message Bus Socket", "load_state": "loaded", "name": "dbus.socket", "sub_state": "running" }, "dev-hugepages.mount": { "active_state": "active", "description": "Huge Pages File System", "load_state": "loaded", "name": "dev-hugepages.mount", "sub_state": "mounted" }, "dev-mqueue.mount": { "active_state": "active", "description": "POSIX Message Queue File System", "load_state": "loaded", "name": "dev-mqueue.mount", "sub_state": "mounted" }, "dnf-makecache.timer": { "active_state": "active", "description": "dnf makecache --timer", "load_state": "loaded", "name": "dnf-makecache.timer", "sub_state": "waiting" }, "dracut-shutdown.service": { "active_state": "active", "description": "Restore /run/initramfs on shutdown", "load_state": "loaded", "name": "dracut-shutdown.service", "sub_state": "exited" }, "foo.service": { "active_state": "active", "description": "foo.service", "load_state": "loaded", "name": "foo.service", "sub_state": "running" }, "getty.target": { "active_state": "active", "description": "Login Prompts", "load_state": "loaded", "name": "getty.target", "sub_state": "active" }, "getty@tty1.service": { "active_state": "active", "description": "Getty on tty1", "load_state": "loaded", "name": "getty@tty1.service", "sub_state": "running" }, "gssproxy.service": { "active_state": "active", "description": "GSSAPI Proxy Daemon", "load_state": "loaded", "name": "gssproxy.service", "sub_state": "running" }, "import-state.service": { "active_state": "active", "description": "Import network configuration from initramfs", "load_state": "loaded", "name": "import-state.service", "sub_state": "exited" }, "init.scope": { "active_state": "active", "description": "System and Service Manager", "load_state": "loaded", "name": "init.scope", "sub_state": "running" }, "irqbalance.service": { "active_state": "active", "description": "irqbalance daemon", "load_state": "loaded", "name": "irqbalance.service", "sub_state": "running" }, "kdump.service": { "active_state": "active", "description": "Crash recovery kernel arming", "load_state": "loaded", "name": "kdump.service", "sub_state": "exited" }, "kmod-static-nodes.service": { "active_state": "active", "description": "Create list of required static device nodes for the current kernel", "load_state": "loaded", "name": "kmod-static-nodes.service", "sub_state": "exited" }, "local-fs-pre.target": { "active_state": "active", "description": "Local File Systems (Pre)", "load_state": "loaded", "name": "local-fs-pre.target", "sub_state": "active" }, "local-fs.target": { "active_state": "active", "description": "Local File Systems", "load_state": "loaded", "name": "local-fs.target", "sub_state": "active" }, "multi-user.target": { "active_state": "active", "description": "Multi-User System", "load_state": "loaded", "name": "multi-user.target", "sub_state": "active" }, "network-online.target": { "active_state": "active", "description": "Network is Online", "load_state": "loaded", "name": "network-online.target", "sub_state": "active" }, "network-pre.target": { "active_state": "active", "description": "Network (Pre)", "load_state": "loaded", "name": "network-pre.target", "sub_state": "active" }, "network.target": { "active_state": "active", "description": "Network", "load_state": "loaded", "name": "network.target", "sub_state": "active" }, "nfs-client.target": { "active_state": "active", "description": "NFS client services", "load_state": "loaded", "name": "nfs-client.target", "sub_state": "active" }, "nis-domainname.service": { "active_state": "active", "description": "Read and set NIS domainname from /etc/sysconfig/network", "load_state": "loaded", "name": "nis-domainname.service", "sub_state": "exited" }, "nss-user-lookup.target": { "active_state": "active", "description": "User and Group Name Lookups", "load_state": "loaded", "name": "nss-user-lookup.target", "sub_state": "active" }, "paths.target": { "active_state": "active", "description": "Paths", "load_state": "loaded", "name": "paths.target", "sub_state": "active" }, "plymouth-quit-wait.service": { "active_state": "active", "description": "Hold until boot process finishes up", "load_state": "loaded", "name": "plymouth-quit-wait.service", "sub_state": "exited" }, "plymouth-quit.service": { "active_state": "active", "description": "Terminate Plymouth Boot Screen", "load_state": "loaded", "name": "plymouth-quit.service", "sub_state": "exited" }, "plymouth-read-write.service": { "active_state": "active", "description": "Tell Plymouth To Write Out Runtime Data", "load_state": "loaded", "name": "plymouth-read-write.service", "sub_state": "exited" }, "plymouth-start.service": { "active_state": "active", "description": "Show Plymouth Boot Screen", "load_state": "loaded", "name": "plymouth-start.service", "sub_state": "exited" }, "polkit.service": { "active_state": "active", "description": "Authorization Manager", "load_state": "loaded", "name": "polkit.service", "sub_state": "running" }, "proc-sys-fs-binfmt_misc.automount": { "active_state": "active", "description": "Arbitrary Executable File Formats File System Automount Point", "load_state": "loaded", "name": "proc-sys-fs-binfmt_misc.automount", "sub_state": "waiting" }, "remote-fs-pre.target": { "active_state": "active", "description": "Remote File Systems (Pre)", "load_state": "loaded", "name": "remote-fs-pre.target", "sub_state": "active" }, "remote-fs.target": { "active_state": "active", "description": "Remote File Systems", "load_state": "loaded", "name": "remote-fs.target", "sub_state": "active" }, "restraintd.service": { "active_state": "active", "description": "The restraint harness.", "load_state": "loaded", "name": "restraintd.service", "sub_state": "running" }, "rngd.service": { "active_state": "active", "description": "Hardware RNG Entropy Gatherer Daemon", "load_state": "loaded", "name": "rngd.service", "sub_state": "running" }, "rpc-statd-notify.service": { "active_state": "active", "description": "Notify NFS peers of a restart", "load_state": "loaded", "name": "rpc-statd-notify.service", "sub_state": "exited" }, "rpc_pipefs.target": { "active_state": "active", "description": "rpc_pipefs.target", "load_state": "loaded", "name": "rpc_pipefs.target", "sub_state": "active" }, "rpcbind.service": { "active_state": "active", "description": "RPC Bind", "load_state": "loaded", "name": "rpcbind.service", "sub_state": "running" }, "rpcbind.socket": { "active_state": "active", "description": "RPCbind Server Activation Socket", "load_state": "loaded", "name": "rpcbind.socket", "sub_state": "running" }, "rpcbind.target": { "active_state": "active", "description": "RPC Port Mapper", "load_state": "loaded", "name": "rpcbind.target", "sub_state": "active" }, "rsyslog.service": { "active_state": "active", "description": "System Logging Service", "load_state": "loaded", "name": "rsyslog.service", "sub_state": "running" }, "run-user-0.mount": { "active_state": "active", "description": "/run/user/0", "load_state": "loaded", "name": "run-user-0.mount", "sub_state": "mounted" }, "session-3.scope": { "active_state": "active", "description": "Session 3 of user root", "load_state": "loaded", "name": "session-3.scope", "sub_state": "running" }, "session-5.scope": { "active_state": "active", "description": "Session 5 of user root", "load_state": "loaded", "name": "session-5.scope", "sub_state": "running" }, "slices.target": { "active_state": "active", "description": "Slices", "load_state": "loaded", "name": "slices.target", "sub_state": "active" }, "sockets.target": { "active_state": "active", "description": "Sockets", "load_state": "loaded", "name": "sockets.target", "sub_state": "active" }, "sshd-keygen.target": { "active_state": "active", "description": "sshd-keygen.target", "load_state": "loaded", "name": "sshd-keygen.target", "sub_state": "active" }, "sshd.service": { "active_state": "active", "description": "OpenSSH server daemon", "load_state": "loaded", "name": "sshd.service", "sub_state": "running" }, "sssd-kcm.socket": { "active_state": "active", "description": "SSSD Kerberos Cache Manager responder socket", "load_state": "loaded", "name": "sssd-kcm.socket", "sub_state": "listening" }, "swap.target": { "active_state": "active", "description": "Swap", "load_state": "loaded", "name": "swap.target", "sub_state": "active" }, "sys-devices-platform-serial8250-tty-ttyS1.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS1", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS1.device", "sub_state": "plugged" }, "sys-devices-platform-serial8250-tty-ttyS2.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS2", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS2.device", "sub_state": "plugged" }, "sys-devices-platform-serial8250-tty-ttyS3.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS3", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS3.device", "sub_state": "plugged" }, "sys-devices-pnp0-00:06-tty-ttyS0.device": { "active_state": "active", "description": "/sys/devices/pnp0/00:06/tty/ttyS0", "load_state": "loaded", "name": "sys-devices-pnp0-00:06-tty-ttyS0.device", "sub_state": "plugged" }, "sys-devices-vbd\\x2d768-block-xvda-xvda1.device": { "active_state": "active", "description": "/sys/devices/vbd-768/block/xvda/xvda1", "load_state": "loaded", "name": "sys-devices-vbd\\x2d768-block-xvda-xvda1.device", "sub_state": "plugged" }, "sys-devices-vbd\\x2d768-block-xvda.device": { "active_state": "active", "description": "/sys/devices/vbd-768/block/xvda", "load_state": "loaded", "name": "sys-devices-vbd\\x2d768-block-xvda.device", "sub_state": "plugged" }, "sys-devices-vif\\x2d0-net-eth0.device": { "active_state": "active", "description": "/sys/devices/vif-0/net/eth0", "load_state": "loaded", "name": "sys-devices-vif\\x2d0-net-eth0.device", "sub_state": "plugged" }, "sys-kernel-config.mount": { "active_state": "active", "description": "Kernel Configuration File System", "load_state": "loaded", "name": "sys-kernel-config.mount", "sub_state": "mounted" }, "sys-kernel-debug.mount": { "active_state": "active", "description": "Kernel Debug File System", "load_state": "loaded", "name": "sys-kernel-debug.mount", "sub_state": "mounted" }, "sys-kernel-tracing.mount": { "active_state": "active", "description": "/sys/kernel/tracing", "load_state": "loaded", "name": "sys-kernel-tracing.mount", "sub_state": "mounted" }, "sys-module-configfs.device": { "active_state": "active", "description": "/sys/module/configfs", "load_state": "loaded", "name": "sys-module-configfs.device", "sub_state": "plugged" }, "sys-subsystem-net-devices-eth0.device": { "active_state": "active", "description": "/sys/subsystem/net/devices/eth0", "load_state": "loaded", "name": "sys-subsystem-net-devices-eth0.device", "sub_state": "plugged" }, "sysinit.target": { "active_state": "active", "description": "System Initialization", "load_state": "loaded", "name": "sysinit.target", "sub_state": "active" }, "system-getty.slice": { "active_state": "active", "description": "system-getty.slice", "load_state": "loaded", "name": "system-getty.slice", "sub_state": "active" }, "system-sshd\\x2dkeygen.slice": { "active_state": "active", "description": "system-sshd\\x2dkeygen.slice", "load_state": "loaded", "name": "system-sshd\\x2dkeygen.slice", "sub_state": "active" }, "system.slice": { "active_state": "active", "description": "System Slice", "load_state": "loaded", "name": "system.slice", "sub_state": "active" }, "systemd-ask-password-plymouth.path": { "active_state": "active", "description": "Forward Password Requests to Plymouth Directory Watch", "load_state": "loaded", "name": "systemd-ask-password-plymouth.path", "sub_state": "waiting" }, "systemd-ask-password-wall.path": { "active_state": "active", "description": "Forward Password Requests to Wall Directory Watch", "load_state": "loaded", "name": "systemd-ask-password-wall.path", "sub_state": "waiting" }, "systemd-coredump.socket": { "active_state": "active", "description": "Process Core Dump Socket", "load_state": "loaded", "name": "systemd-coredump.socket", "sub_state": "listening" }, "systemd-initctl.socket": { "active_state": "active", "description": "initctl Compatibility Named Pipe", "load_state": "loaded", "name": "systemd-initctl.socket", "sub_state": "listening" }, "systemd-journal-flush.service": { "active_state": "active", "description": "Flush Journal to Persistent Storage", "load_state": "loaded", "name": "systemd-journal-flush.service", "sub_state": "exited" }, "systemd-journald-dev-log.socket": { "active_state": "active", "description": "Journal Socket (/dev/log)", "load_state": "loaded", "name": "systemd-journald-dev-log.socket", "sub_state": "running" }, "systemd-journald.service": { "active_state": "active", "description": "Journal Service", "load_state": "loaded", "name": "systemd-journald.service", "sub_state": "running" }, "systemd-journald.socket": { "active_state": "active", "description": "Journal Socket", "load_state": "loaded", "name": "systemd-journald.socket", "sub_state": "running" }, "systemd-logind.service": { "active_state": "active", "description": "Login Service", "load_state": "loaded", "name": "systemd-logind.service", "sub_state": "running" }, "systemd-machine-id-commit.service": { "active_state": "active", "description": "Commit a transient machine-id on disk", "load_state": "loaded", "name": "systemd-machine-id-commit.service", "sub_state": "exited" }, "systemd-random-seed.service": { "active_state": "active", "description": "Load/Save Random Seed", "load_state": "loaded", "name": "systemd-random-seed.service", "sub_state": "exited" }, "systemd-remount-fs.service": { "active_state": "active", "description": "Remount Root and Kernel File Systems", "load_state": "loaded", "name": "systemd-remount-fs.service", "sub_state": "exited" }, "systemd-sysctl.service": { "active_state": "active", "description": "Apply Kernel Variables", "load_state": "loaded", "name": "systemd-sysctl.service", "sub_state": "exited" }, "systemd-tmpfiles-clean.timer": { "active_state": "active", "description": "Daily Cleanup of Temporary Directories", "load_state": "loaded", "name": "systemd-tmpfiles-clean.timer", "sub_state": "waiting" }, "systemd-tmpfiles-setup-dev.service": { "active_state": "active", "description": "Create Static Device Nodes in /dev", "load_state": "loaded", "name": "systemd-tmpfiles-setup-dev.service", "sub_state": "exited" }, "systemd-tmpfiles-setup.service": { "active_state": "active", "description": "Create Volatile Files and Directories", "load_state": "loaded", "name": "systemd-tmpfiles-setup.service", "sub_state": "exited" }, "systemd-udev-trigger.service": { "active_state": "active", "description": "udev Coldplug all Devices", "load_state": "loaded", "name": "systemd-udev-trigger.service", "sub_state": "exited" }, "systemd-udevd-control.socket": { "active_state": "active", "description": "udev Control Socket", "load_state": "loaded", "name": "systemd-udevd-control.socket", "sub_state": "running" }, "systemd-udevd-kernel.socket": { "active_state": "active", "description": "udev Kernel Socket", "load_state": "loaded", "name": "systemd-udevd-kernel.socket", "sub_state": "running" }, "systemd-udevd.service": { "active_state": "active", "description": "udev Kernel Device Manager", "load_state": "loaded", "name": "systemd-udevd.service", "sub_state": "running" }, "systemd-update-utmp.service": { "active_state": "active", "description": "Update UTMP about System Boot/Shutdown", "load_state": "loaded", "name": "systemd-update-utmp.service", "sub_state": "exited" }, "systemd-user-sessions.service": { "active_state": "active", "description": "Permit User Sessions", "load_state": "loaded", "name": "systemd-user-sessions.service", "sub_state": "exited" }, "timers.target": { "active_state": "active", "description": "Timers", "load_state": "loaded", "name": "timers.target", "sub_state": "active" }, "tuned.service": { "active_state": "active", "description": "Dynamic System Tuning Daemon", "load_state": "loaded", "name": "tuned.service", "sub_state": "running" }, "unbound-anchor.timer": { "active_state": "active", "description": "daily update of the root trust anchor for DNSSEC", "load_state": "loaded", "name": "unbound-anchor.timer", "sub_state": "waiting" }, "user-0.slice": { "active_state": "active", "description": "User Slice of UID 0", "load_state": "loaded", "name": "user-0.slice", "sub_state": "active" }, "user-runtime-dir@0.service": { "active_state": "active", "description": "User runtime directory /run/user/0", "load_state": "loaded", "name": "user-runtime-dir@0.service", "sub_state": "exited" }, "user.slice": { "active_state": "active", "description": "User and Session Slice", "load_state": "loaded", "name": "user.slice", "sub_state": "active" }, "user@0.service": { "active_state": "active", "description": "User Manager for UID 0", "load_state": "loaded", "name": "user@0.service", "sub_state": "running" }, "var-lib-nfs-rpc_pipefs.mount": { "active_state": "active", "description": "RPC Pipe File System", "load_state": "loaded", "name": "var-lib-nfs-rpc_pipefs.mount", "sub_state": "mounted" } } } TASK [fedora.linux_system_roles.systemd : Gather systemd units state for system and user units] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:150 Monday 11 November 2024 18:52:10 -0500 (0:00:00.043) 0:00:55.394 ******* included: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_systemd_units_info.yml for managed-node1 => (item={'key': 'root', 'value': {'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'group': '0'}}) TASK [fedora.linux_system_roles.systemd : Gather systemd units state for system and user units] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_systemd_units_info.yml:7 Monday 11 November 2024 18:52:10 -0500 (0:00:00.064) 0:00:55.459 ******* ok: [managed-node1] => { "ansible_facts": { "systemd_units": { "-.mount": { "active_state": "active", "description": "Root Mount", "load_state": "loaded", "name": "-.mount", "sub_state": "mounted" }, "-.slice": { "active_state": "active", "description": "Root Slice", "load_state": "loaded", "name": "-.slice", "sub_state": "active" }, "NetworkManager-wait-online.service": { "active_state": "active", "description": "Network Manager Wait Online", "load_state": "loaded", "name": "NetworkManager-wait-online.service", "sub_state": "exited" }, "NetworkManager.service": { "active_state": "active", "description": "Network Manager", "load_state": "loaded", "name": "NetworkManager.service", "sub_state": "running" }, "auditd.service": { "active_state": "active", "description": "Security Auditing Service", "load_state": "loaded", "name": "auditd.service", "sub_state": "running" }, "basic.target": { "active_state": "active", "description": "Basic System", "load_state": "loaded", "name": "basic.target", "sub_state": "active" }, "chronyd.service": { "active_state": "active", "description": "NTP client/server", "load_state": "loaded", "name": "chronyd.service", "sub_state": "running" }, "cloud-config.service": { "active_state": "active", "description": "Apply the settings specified in cloud-config", "load_state": "loaded", "name": "cloud-config.service", "sub_state": "exited" }, "cloud-config.target": { "active_state": "active", "description": "Cloud-config availability", "load_state": "loaded", "name": "cloud-config.target", "sub_state": "active" }, "cloud-final.service": { "active_state": "active", "description": "Execute cloud user/final scripts", "load_state": "loaded", "name": "cloud-final.service", "sub_state": "exited" }, "cloud-init-local.service": { "active_state": "active", "description": "Initial cloud-init job (pre-networking)", "load_state": "loaded", "name": "cloud-init-local.service", "sub_state": "exited" }, "cloud-init.service": { "active_state": "active", "description": "Initial cloud-init job (metadata service crawler)", "load_state": "loaded", "name": "cloud-init.service", "sub_state": "exited" }, "cloud-init.target": { "active_state": "active", "description": "Cloud-init target", "load_state": "loaded", "name": "cloud-init.target", "sub_state": "active" }, "crond.service": { "active_state": "active", "description": "Command Scheduler", "load_state": "loaded", "name": "crond.service", "sub_state": "running" }, "cryptsetup.target": { "active_state": "active", "description": "Local Encrypted Volumes", "load_state": "loaded", "name": "cryptsetup.target", "sub_state": "active" }, "dbus.service": { "active_state": "active", "description": "D-Bus System Message Bus", "load_state": "loaded", "name": "dbus.service", "sub_state": "running" }, "dbus.socket": { "active_state": "active", "description": "D-Bus System Message Bus Socket", "load_state": "loaded", "name": "dbus.socket", "sub_state": "running" }, "dev-hugepages.mount": { "active_state": "active", "description": "Huge Pages File System", "load_state": "loaded", "name": "dev-hugepages.mount", "sub_state": "mounted" }, "dev-mqueue.mount": { "active_state": "active", "description": "POSIX Message Queue File System", "load_state": "loaded", "name": "dev-mqueue.mount", "sub_state": "mounted" }, "dnf-makecache.timer": { "active_state": "active", "description": "dnf makecache --timer", "load_state": "loaded", "name": "dnf-makecache.timer", "sub_state": "waiting" }, "dracut-shutdown.service": { "active_state": "active", "description": "Restore /run/initramfs on shutdown", "load_state": "loaded", "name": "dracut-shutdown.service", "sub_state": "exited" }, "foo.service": { "active_state": "active", "description": "foo.service", "load_state": "loaded", "name": "foo.service", "sub_state": "running" }, "getty.target": { "active_state": "active", "description": "Login Prompts", "load_state": "loaded", "name": "getty.target", "sub_state": "active" }, "getty@tty1.service": { "active_state": "active", "description": "Getty on tty1", "load_state": "loaded", "name": "getty@tty1.service", "sub_state": "running" }, "gssproxy.service": { "active_state": "active", "description": "GSSAPI Proxy Daemon", "load_state": "loaded", "name": "gssproxy.service", "sub_state": "running" }, "import-state.service": { "active_state": "active", "description": "Import network configuration from initramfs", "load_state": "loaded", "name": "import-state.service", "sub_state": "exited" }, "init.scope": { "active_state": "active", "description": "System and Service Manager", "load_state": "loaded", "name": "init.scope", "sub_state": "running" }, "irqbalance.service": { "active_state": "active", "description": "irqbalance daemon", "load_state": "loaded", "name": "irqbalance.service", "sub_state": "running" }, "kdump.service": { "active_state": "active", "description": "Crash recovery kernel arming", "load_state": "loaded", "name": "kdump.service", "sub_state": "exited" }, "kmod-static-nodes.service": { "active_state": "active", "description": "Create list of required static device nodes for the current kernel", "load_state": "loaded", "name": "kmod-static-nodes.service", "sub_state": "exited" }, "local-fs-pre.target": { "active_state": "active", "description": "Local File Systems (Pre)", "load_state": "loaded", "name": "local-fs-pre.target", "sub_state": "active" }, "local-fs.target": { "active_state": "active", "description": "Local File Systems", "load_state": "loaded", "name": "local-fs.target", "sub_state": "active" }, "multi-user.target": { "active_state": "active", "description": "Multi-User System", "load_state": "loaded", "name": "multi-user.target", "sub_state": "active" }, "network-online.target": { "active_state": "active", "description": "Network is Online", "load_state": "loaded", "name": "network-online.target", "sub_state": "active" }, "network-pre.target": { "active_state": "active", "description": "Network (Pre)", "load_state": "loaded", "name": "network-pre.target", "sub_state": "active" }, "network.target": { "active_state": "active", "description": "Network", "load_state": "loaded", "name": "network.target", "sub_state": "active" }, "nfs-client.target": { "active_state": "active", "description": "NFS client services", "load_state": "loaded", "name": "nfs-client.target", "sub_state": "active" }, "nis-domainname.service": { "active_state": "active", "description": "Read and set NIS domainname from /etc/sysconfig/network", "load_state": "loaded", "name": "nis-domainname.service", "sub_state": "exited" }, "nss-user-lookup.target": { "active_state": "active", "description": "User and Group Name Lookups", "load_state": "loaded", "name": "nss-user-lookup.target", "sub_state": "active" }, "paths.target": { "active_state": "active", "description": "Paths", "load_state": "loaded", "name": "paths.target", "sub_state": "active" }, "plymouth-quit-wait.service": { "active_state": "active", "description": "Hold until boot process finishes up", "load_state": "loaded", "name": "plymouth-quit-wait.service", "sub_state": "exited" }, "plymouth-quit.service": { "active_state": "active", "description": "Terminate Plymouth Boot Screen", "load_state": "loaded", "name": "plymouth-quit.service", "sub_state": "exited" }, "plymouth-read-write.service": { "active_state": "active", "description": "Tell Plymouth To Write Out Runtime Data", "load_state": "loaded", "name": "plymouth-read-write.service", "sub_state": "exited" }, "plymouth-start.service": { "active_state": "active", "description": "Show Plymouth Boot Screen", "load_state": "loaded", "name": "plymouth-start.service", "sub_state": "exited" }, "polkit.service": { "active_state": "active", "description": "Authorization Manager", "load_state": "loaded", "name": "polkit.service", "sub_state": "running" }, "proc-sys-fs-binfmt_misc.automount": { "active_state": "active", "description": "Arbitrary Executable File Formats File System Automount Point", "load_state": "loaded", "name": "proc-sys-fs-binfmt_misc.automount", "sub_state": "waiting" }, "remote-fs-pre.target": { "active_state": "active", "description": "Remote File Systems (Pre)", "load_state": "loaded", "name": "remote-fs-pre.target", "sub_state": "active" }, "remote-fs.target": { "active_state": "active", "description": "Remote File Systems", "load_state": "loaded", "name": "remote-fs.target", "sub_state": "active" }, "restraintd.service": { "active_state": "active", "description": "The restraint harness.", "load_state": "loaded", "name": "restraintd.service", "sub_state": "running" }, "rngd.service": { "active_state": "active", "description": "Hardware RNG Entropy Gatherer Daemon", "load_state": "loaded", "name": "rngd.service", "sub_state": "running" }, "rpc-statd-notify.service": { "active_state": "active", "description": "Notify NFS peers of a restart", "load_state": "loaded", "name": "rpc-statd-notify.service", "sub_state": "exited" }, "rpc_pipefs.target": { "active_state": "active", "description": "rpc_pipefs.target", "load_state": "loaded", "name": "rpc_pipefs.target", "sub_state": "active" }, "rpcbind.service": { "active_state": "active", "description": "RPC Bind", "load_state": "loaded", "name": "rpcbind.service", "sub_state": "running" }, "rpcbind.socket": { "active_state": "active", "description": "RPCbind Server Activation Socket", "load_state": "loaded", "name": "rpcbind.socket", "sub_state": "running" }, "rpcbind.target": { "active_state": "active", "description": "RPC Port Mapper", "load_state": "loaded", "name": "rpcbind.target", "sub_state": "active" }, "rsyslog.service": { "active_state": "active", "description": "System Logging Service", "load_state": "loaded", "name": "rsyslog.service", "sub_state": "running" }, "run-user-0.mount": { "active_state": "active", "description": "/run/user/0", "load_state": "loaded", "name": "run-user-0.mount", "sub_state": "mounted" }, "session-3.scope": { "active_state": "active", "description": "Session 3 of user root", "load_state": "loaded", "name": "session-3.scope", "sub_state": "running" }, "session-5.scope": { "active_state": "active", "description": "Session 5 of user root", "load_state": "loaded", "name": "session-5.scope", "sub_state": "running" }, "slices.target": { "active_state": "active", "description": "Slices", "load_state": "loaded", "name": "slices.target", "sub_state": "active" }, "sockets.target": { "active_state": "active", "description": "Sockets", "load_state": "loaded", "name": "sockets.target", "sub_state": "active" }, "sshd-keygen.target": { "active_state": "active", "description": "sshd-keygen.target", "load_state": "loaded", "name": "sshd-keygen.target", "sub_state": "active" }, "sshd.service": { "active_state": "active", "description": "OpenSSH server daemon", "load_state": "loaded", "name": "sshd.service", "sub_state": "running" }, "sssd-kcm.socket": { "active_state": "active", "description": "SSSD Kerberos Cache Manager responder socket", "load_state": "loaded", "name": "sssd-kcm.socket", "sub_state": "listening" }, "swap.target": { "active_state": "active", "description": "Swap", "load_state": "loaded", "name": "swap.target", "sub_state": "active" }, "sys-devices-platform-serial8250-tty-ttyS1.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS1", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS1.device", "sub_state": "plugged" }, "sys-devices-platform-serial8250-tty-ttyS2.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS2", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS2.device", "sub_state": "plugged" }, "sys-devices-platform-serial8250-tty-ttyS3.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS3", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS3.device", "sub_state": "plugged" }, "sys-devices-pnp0-00:06-tty-ttyS0.device": { "active_state": "active", "description": "/sys/devices/pnp0/00:06/tty/ttyS0", "load_state": "loaded", "name": "sys-devices-pnp0-00:06-tty-ttyS0.device", "sub_state": "plugged" }, "sys-devices-vbd\\x2d768-block-xvda-xvda1.device": { "active_state": "active", "description": "/sys/devices/vbd-768/block/xvda/xvda1", "load_state": "loaded", "name": "sys-devices-vbd\\x2d768-block-xvda-xvda1.device", "sub_state": "plugged" }, "sys-devices-vbd\\x2d768-block-xvda.device": { "active_state": "active", "description": "/sys/devices/vbd-768/block/xvda", "load_state": "loaded", "name": "sys-devices-vbd\\x2d768-block-xvda.device", "sub_state": "plugged" }, "sys-devices-vif\\x2d0-net-eth0.device": { "active_state": "active", "description": "/sys/devices/vif-0/net/eth0", "load_state": "loaded", "name": "sys-devices-vif\\x2d0-net-eth0.device", "sub_state": "plugged" }, "sys-kernel-config.mount": { "active_state": "active", "description": "Kernel Configuration File System", "load_state": "loaded", "name": "sys-kernel-config.mount", "sub_state": "mounted" }, "sys-kernel-debug.mount": { "active_state": "active", "description": "Kernel Debug File System", "load_state": "loaded", "name": "sys-kernel-debug.mount", "sub_state": "mounted" }, "sys-kernel-tracing.mount": { "active_state": "active", "description": "/sys/kernel/tracing", "load_state": "loaded", "name": "sys-kernel-tracing.mount", "sub_state": "mounted" }, "sys-module-configfs.device": { "active_state": "active", "description": "/sys/module/configfs", "load_state": "loaded", "name": "sys-module-configfs.device", "sub_state": "plugged" }, "sys-subsystem-net-devices-eth0.device": { "active_state": "active", "description": "/sys/subsystem/net/devices/eth0", "load_state": "loaded", "name": "sys-subsystem-net-devices-eth0.device", "sub_state": "plugged" }, "sysinit.target": { "active_state": "active", "description": "System Initialization", "load_state": "loaded", "name": "sysinit.target", "sub_state": "active" }, "system-getty.slice": { "active_state": "active", "description": "system-getty.slice", "load_state": "loaded", "name": "system-getty.slice", "sub_state": "active" }, "system-sshd\\x2dkeygen.slice": { "active_state": "active", "description": "system-sshd\\x2dkeygen.slice", "load_state": "loaded", "name": "system-sshd\\x2dkeygen.slice", "sub_state": "active" }, "system.slice": { "active_state": "active", "description": "System Slice", "load_state": "loaded", "name": "system.slice", "sub_state": "active" }, "systemd-ask-password-plymouth.path": { "active_state": "active", "description": "Forward Password Requests to Plymouth Directory Watch", "load_state": "loaded", "name": "systemd-ask-password-plymouth.path", "sub_state": "waiting" }, "systemd-ask-password-wall.path": { "active_state": "active", "description": "Forward Password Requests to Wall Directory Watch", "load_state": "loaded", "name": "systemd-ask-password-wall.path", "sub_state": "waiting" }, "systemd-coredump.socket": { "active_state": "active", "description": "Process Core Dump Socket", "load_state": "loaded", "name": "systemd-coredump.socket", "sub_state": "listening" }, "systemd-initctl.socket": { "active_state": "active", "description": "initctl Compatibility Named Pipe", "load_state": "loaded", "name": "systemd-initctl.socket", "sub_state": "listening" }, "systemd-journal-flush.service": { "active_state": "active", "description": "Flush Journal to Persistent Storage", "load_state": "loaded", "name": "systemd-journal-flush.service", "sub_state": "exited" }, "systemd-journald-dev-log.socket": { "active_state": "active", "description": "Journal Socket (/dev/log)", "load_state": "loaded", "name": "systemd-journald-dev-log.socket", "sub_state": "running" }, "systemd-journald.service": { "active_state": "active", "description": "Journal Service", "load_state": "loaded", "name": "systemd-journald.service", "sub_state": "running" }, "systemd-journald.socket": { "active_state": "active", "description": "Journal Socket", "load_state": "loaded", "name": "systemd-journald.socket", "sub_state": "running" }, "systemd-logind.service": { "active_state": "active", "description": "Login Service", "load_state": "loaded", "name": "systemd-logind.service", "sub_state": "running" }, "systemd-machine-id-commit.service": { "active_state": "active", "description": "Commit a transient machine-id on disk", "load_state": "loaded", "name": "systemd-machine-id-commit.service", "sub_state": "exited" }, "systemd-random-seed.service": { "active_state": "active", "description": "Load/Save Random Seed", "load_state": "loaded", "name": "systemd-random-seed.service", "sub_state": "exited" }, "systemd-remount-fs.service": { "active_state": "active", "description": "Remount Root and Kernel File Systems", "load_state": "loaded", "name": "systemd-remount-fs.service", "sub_state": "exited" }, "systemd-sysctl.service": { "active_state": "active", "description": "Apply Kernel Variables", "load_state": "loaded", "name": "systemd-sysctl.service", "sub_state": "exited" }, "systemd-tmpfiles-clean.timer": { "active_state": "active", "description": "Daily Cleanup of Temporary Directories", "load_state": "loaded", "name": "systemd-tmpfiles-clean.timer", "sub_state": "waiting" }, "systemd-tmpfiles-setup-dev.service": { "active_state": "active", "description": "Create Static Device Nodes in /dev", "load_state": "loaded", "name": "systemd-tmpfiles-setup-dev.service", "sub_state": "exited" }, "systemd-tmpfiles-setup.service": { "active_state": "active", "description": "Create Volatile Files and Directories", "load_state": "loaded", "name": "systemd-tmpfiles-setup.service", "sub_state": "exited" }, "systemd-udev-trigger.service": { "active_state": "active", "description": "udev Coldplug all Devices", "load_state": "loaded", "name": "systemd-udev-trigger.service", "sub_state": "exited" }, "systemd-udevd-control.socket": { "active_state": "active", "description": "udev Control Socket", "load_state": "loaded", "name": "systemd-udevd-control.socket", "sub_state": "running" }, "systemd-udevd-kernel.socket": { "active_state": "active", "description": "udev Kernel Socket", "load_state": "loaded", "name": "systemd-udevd-kernel.socket", "sub_state": "running" }, "systemd-udevd.service": { "active_state": "active", "description": "udev Kernel Device Manager", "load_state": "loaded", "name": "systemd-udevd.service", "sub_state": "running" }, "systemd-update-utmp.service": { "active_state": "active", "description": "Update UTMP about System Boot/Shutdown", "load_state": "loaded", "name": "systemd-update-utmp.service", "sub_state": "exited" }, "systemd-user-sessions.service": { "active_state": "active", "description": "Permit User Sessions", "load_state": "loaded", "name": "systemd-user-sessions.service", "sub_state": "exited" }, "timers.target": { "active_state": "active", "description": "Timers", "load_state": "loaded", "name": "timers.target", "sub_state": "active" }, "tuned.service": { "active_state": "active", "description": "Dynamic System Tuning Daemon", "load_state": "loaded", "name": "tuned.service", "sub_state": "running" }, "unbound-anchor.timer": { "active_state": "active", "description": "daily update of the root trust anchor for DNSSEC", "load_state": "loaded", "name": "unbound-anchor.timer", "sub_state": "waiting" }, "user-0.slice": { "active_state": "active", "description": "User Slice of UID 0", "load_state": "loaded", "name": "user-0.slice", "sub_state": "active" }, "user-runtime-dir@0.service": { "active_state": "active", "description": "User runtime directory /run/user/0", "load_state": "loaded", "name": "user-runtime-dir@0.service", "sub_state": "exited" }, "user.slice": { "active_state": "active", "description": "User and Session Slice", "load_state": "loaded", "name": "user.slice", "sub_state": "active" }, "user@0.service": { "active_state": "active", "description": "User Manager for UID 0", "load_state": "loaded", "name": "user@0.service", "sub_state": "running" }, "var-lib-nfs-rpc_pipefs.mount": { "active_state": "active", "description": "RPC Pipe File System", "load_state": "loaded", "name": "var-lib-nfs-rpc_pipefs.mount", "sub_state": "mounted" } }, "systemd_units_user": { "root": { "-.mount": { "active_state": "active", "description": "Root Mount", "load_state": "loaded", "name": "-.mount", "sub_state": "mounted" }, "-.slice": { "active_state": "active", "description": "Root Slice", "load_state": "loaded", "name": "-.slice", "sub_state": "active" }, "NetworkManager-wait-online.service": { "active_state": "active", "description": "Network Manager Wait Online", "load_state": "loaded", "name": "NetworkManager-wait-online.service", "sub_state": "exited" }, "NetworkManager.service": { "active_state": "active", "description": "Network Manager", "load_state": "loaded", "name": "NetworkManager.service", "sub_state": "running" }, "auditd.service": { "active_state": "active", "description": "Security Auditing Service", "load_state": "loaded", "name": "auditd.service", "sub_state": "running" }, "basic.target": { "active_state": "active", "description": "Basic System", "load_state": "loaded", "name": "basic.target", "sub_state": "active" }, "chronyd.service": { "active_state": "active", "description": "NTP client/server", "load_state": "loaded", "name": "chronyd.service", "sub_state": "running" }, "cloud-config.service": { "active_state": "active", "description": "Apply the settings specified in cloud-config", "load_state": "loaded", "name": "cloud-config.service", "sub_state": "exited" }, "cloud-config.target": { "active_state": "active", "description": "Cloud-config availability", "load_state": "loaded", "name": "cloud-config.target", "sub_state": "active" }, "cloud-final.service": { "active_state": "active", "description": "Execute cloud user/final scripts", "load_state": "loaded", "name": "cloud-final.service", "sub_state": "exited" }, "cloud-init-local.service": { "active_state": "active", "description": "Initial cloud-init job (pre-networking)", "load_state": "loaded", "name": "cloud-init-local.service", "sub_state": "exited" }, "cloud-init.service": { "active_state": "active", "description": "Initial cloud-init job (metadata service crawler)", "load_state": "loaded", "name": "cloud-init.service", "sub_state": "exited" }, "cloud-init.target": { "active_state": "active", "description": "Cloud-init target", "load_state": "loaded", "name": "cloud-init.target", "sub_state": "active" }, "crond.service": { "active_state": "active", "description": "Command Scheduler", "load_state": "loaded", "name": "crond.service", "sub_state": "running" }, "cryptsetup.target": { "active_state": "active", "description": "Local Encrypted Volumes", "load_state": "loaded", "name": "cryptsetup.target", "sub_state": "active" }, "dbus.service": { "active_state": "active", "description": "D-Bus System Message Bus", "load_state": "loaded", "name": "dbus.service", "sub_state": "running" }, "dbus.socket": { "active_state": "active", "description": "D-Bus System Message Bus Socket", "load_state": "loaded", "name": "dbus.socket", "sub_state": "running" }, "dev-hugepages.mount": { "active_state": "active", "description": "Huge Pages File System", "load_state": "loaded", "name": "dev-hugepages.mount", "sub_state": "mounted" }, "dev-mqueue.mount": { "active_state": "active", "description": "POSIX Message Queue File System", "load_state": "loaded", "name": "dev-mqueue.mount", "sub_state": "mounted" }, "dnf-makecache.timer": { "active_state": "active", "description": "dnf makecache --timer", "load_state": "loaded", "name": "dnf-makecache.timer", "sub_state": "waiting" }, "dracut-shutdown.service": { "active_state": "active", "description": "Restore /run/initramfs on shutdown", "load_state": "loaded", "name": "dracut-shutdown.service", "sub_state": "exited" }, "foo.service": { "active_state": "active", "description": "foo.service", "load_state": "loaded", "name": "foo.service", "sub_state": "running" }, "getty.target": { "active_state": "active", "description": "Login Prompts", "load_state": "loaded", "name": "getty.target", "sub_state": "active" }, "getty@tty1.service": { "active_state": "active", "description": "Getty on tty1", "load_state": "loaded", "name": "getty@tty1.service", "sub_state": "running" }, "gssproxy.service": { "active_state": "active", "description": "GSSAPI Proxy Daemon", "load_state": "loaded", "name": "gssproxy.service", "sub_state": "running" }, "import-state.service": { "active_state": "active", "description": "Import network configuration from initramfs", "load_state": "loaded", "name": "import-state.service", "sub_state": "exited" }, "init.scope": { "active_state": "active", "description": "System and Service Manager", "load_state": "loaded", "name": "init.scope", "sub_state": "running" }, "irqbalance.service": { "active_state": "active", "description": "irqbalance daemon", "load_state": "loaded", "name": "irqbalance.service", "sub_state": "running" }, "kdump.service": { "active_state": "active", "description": "Crash recovery kernel arming", "load_state": "loaded", "name": "kdump.service", "sub_state": "exited" }, "kmod-static-nodes.service": { "active_state": "active", "description": "Create list of required static device nodes for the current kernel", "load_state": "loaded", "name": "kmod-static-nodes.service", "sub_state": "exited" }, "local-fs-pre.target": { "active_state": "active", "description": "Local File Systems (Pre)", "load_state": "loaded", "name": "local-fs-pre.target", "sub_state": "active" }, "local-fs.target": { "active_state": "active", "description": "Local File Systems", "load_state": "loaded", "name": "local-fs.target", "sub_state": "active" }, "multi-user.target": { "active_state": "active", "description": "Multi-User System", "load_state": "loaded", "name": "multi-user.target", "sub_state": "active" }, "network-online.target": { "active_state": "active", "description": "Network is Online", "load_state": "loaded", "name": "network-online.target", "sub_state": "active" }, "network-pre.target": { "active_state": "active", "description": "Network (Pre)", "load_state": "loaded", "name": "network-pre.target", "sub_state": "active" }, "network.target": { "active_state": "active", "description": "Network", "load_state": "loaded", "name": "network.target", "sub_state": "active" }, "nfs-client.target": { "active_state": "active", "description": "NFS client services", "load_state": "loaded", "name": "nfs-client.target", "sub_state": "active" }, "nis-domainname.service": { "active_state": "active", "description": "Read and set NIS domainname from /etc/sysconfig/network", "load_state": "loaded", "name": "nis-domainname.service", "sub_state": "exited" }, "nss-user-lookup.target": { "active_state": "active", "description": "User and Group Name Lookups", "load_state": "loaded", "name": "nss-user-lookup.target", "sub_state": "active" }, "paths.target": { "active_state": "active", "description": "Paths", "load_state": "loaded", "name": "paths.target", "sub_state": "active" }, "plymouth-quit-wait.service": { "active_state": "active", "description": "Hold until boot process finishes up", "load_state": "loaded", "name": "plymouth-quit-wait.service", "sub_state": "exited" }, "plymouth-quit.service": { "active_state": "active", "description": "Terminate Plymouth Boot Screen", "load_state": "loaded", "name": "plymouth-quit.service", "sub_state": "exited" }, "plymouth-read-write.service": { "active_state": "active", "description": "Tell Plymouth To Write Out Runtime Data", "load_state": "loaded", "name": "plymouth-read-write.service", "sub_state": "exited" }, "plymouth-start.service": { "active_state": "active", "description": "Show Plymouth Boot Screen", "load_state": "loaded", "name": "plymouth-start.service", "sub_state": "exited" }, "polkit.service": { "active_state": "active", "description": "Authorization Manager", "load_state": "loaded", "name": "polkit.service", "sub_state": "running" }, "proc-sys-fs-binfmt_misc.automount": { "active_state": "active", "description": "Arbitrary Executable File Formats File System Automount Point", "load_state": "loaded", "name": "proc-sys-fs-binfmt_misc.automount", "sub_state": "waiting" }, "remote-fs-pre.target": { "active_state": "active", "description": "Remote File Systems (Pre)", "load_state": "loaded", "name": "remote-fs-pre.target", "sub_state": "active" }, "remote-fs.target": { "active_state": "active", "description": "Remote File Systems", "load_state": "loaded", "name": "remote-fs.target", "sub_state": "active" }, "restraintd.service": { "active_state": "active", "description": "The restraint harness.", "load_state": "loaded", "name": "restraintd.service", "sub_state": "running" }, "rngd.service": { "active_state": "active", "description": "Hardware RNG Entropy Gatherer Daemon", "load_state": "loaded", "name": "rngd.service", "sub_state": "running" }, "rpc-statd-notify.service": { "active_state": "active", "description": "Notify NFS peers of a restart", "load_state": "loaded", "name": "rpc-statd-notify.service", "sub_state": "exited" }, "rpc_pipefs.target": { "active_state": "active", "description": "rpc_pipefs.target", "load_state": "loaded", "name": "rpc_pipefs.target", "sub_state": "active" }, "rpcbind.service": { "active_state": "active", "description": "RPC Bind", "load_state": "loaded", "name": "rpcbind.service", "sub_state": "running" }, "rpcbind.socket": { "active_state": "active", "description": "RPCbind Server Activation Socket", "load_state": "loaded", "name": "rpcbind.socket", "sub_state": "running" }, "rpcbind.target": { "active_state": "active", "description": "RPC Port Mapper", "load_state": "loaded", "name": "rpcbind.target", "sub_state": "active" }, "rsyslog.service": { "active_state": "active", "description": "System Logging Service", "load_state": "loaded", "name": "rsyslog.service", "sub_state": "running" }, "run-user-0.mount": { "active_state": "active", "description": "/run/user/0", "load_state": "loaded", "name": "run-user-0.mount", "sub_state": "mounted" }, "session-3.scope": { "active_state": "active", "description": "Session 3 of user root", "load_state": "loaded", "name": "session-3.scope", "sub_state": "running" }, "session-5.scope": { "active_state": "active", "description": "Session 5 of user root", "load_state": "loaded", "name": "session-5.scope", "sub_state": "running" }, "slices.target": { "active_state": "active", "description": "Slices", "load_state": "loaded", "name": "slices.target", "sub_state": "active" }, "sockets.target": { "active_state": "active", "description": "Sockets", "load_state": "loaded", "name": "sockets.target", "sub_state": "active" }, "sshd-keygen.target": { "active_state": "active", "description": "sshd-keygen.target", "load_state": "loaded", "name": "sshd-keygen.target", "sub_state": "active" }, "sshd.service": { "active_state": "active", "description": "OpenSSH server daemon", "load_state": "loaded", "name": "sshd.service", "sub_state": "running" }, "sssd-kcm.socket": { "active_state": "active", "description": "SSSD Kerberos Cache Manager responder socket", "load_state": "loaded", "name": "sssd-kcm.socket", "sub_state": "listening" }, "swap.target": { "active_state": "active", "description": "Swap", "load_state": "loaded", "name": "swap.target", "sub_state": "active" }, "sys-devices-platform-serial8250-tty-ttyS1.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS1", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS1.device", "sub_state": "plugged" }, "sys-devices-platform-serial8250-tty-ttyS2.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS2", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS2.device", "sub_state": "plugged" }, "sys-devices-platform-serial8250-tty-ttyS3.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS3", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS3.device", "sub_state": "plugged" }, "sys-devices-pnp0-00:06-tty-ttyS0.device": { "active_state": "active", "description": "/sys/devices/pnp0/00:06/tty/ttyS0", "load_state": "loaded", "name": "sys-devices-pnp0-00:06-tty-ttyS0.device", "sub_state": "plugged" }, "sys-devices-vbd\\x2d768-block-xvda-xvda1.device": { "active_state": "active", "description": "/sys/devices/vbd-768/block/xvda/xvda1", "load_state": "loaded", "name": "sys-devices-vbd\\x2d768-block-xvda-xvda1.device", "sub_state": "plugged" }, "sys-devices-vbd\\x2d768-block-xvda.device": { "active_state": "active", "description": "/sys/devices/vbd-768/block/xvda", "load_state": "loaded", "name": "sys-devices-vbd\\x2d768-block-xvda.device", "sub_state": "plugged" }, "sys-devices-vif\\x2d0-net-eth0.device": { "active_state": "active", "description": "/sys/devices/vif-0/net/eth0", "load_state": "loaded", "name": "sys-devices-vif\\x2d0-net-eth0.device", "sub_state": "plugged" }, "sys-kernel-config.mount": { "active_state": "active", "description": "Kernel Configuration File System", "load_state": "loaded", "name": "sys-kernel-config.mount", "sub_state": "mounted" }, "sys-kernel-debug.mount": { "active_state": "active", "description": "Kernel Debug File System", "load_state": "loaded", "name": "sys-kernel-debug.mount", "sub_state": "mounted" }, "sys-kernel-tracing.mount": { "active_state": "active", "description": "/sys/kernel/tracing", "load_state": "loaded", "name": "sys-kernel-tracing.mount", "sub_state": "mounted" }, "sys-module-configfs.device": { "active_state": "active", "description": "/sys/module/configfs", "load_state": "loaded", "name": "sys-module-configfs.device", "sub_state": "plugged" }, "sys-subsystem-net-devices-eth0.device": { "active_state": "active", "description": "/sys/subsystem/net/devices/eth0", "load_state": "loaded", "name": "sys-subsystem-net-devices-eth0.device", "sub_state": "plugged" }, "sysinit.target": { "active_state": "active", "description": "System Initialization", "load_state": "loaded", "name": "sysinit.target", "sub_state": "active" }, "system-getty.slice": { "active_state": "active", "description": "system-getty.slice", "load_state": "loaded", "name": "system-getty.slice", "sub_state": "active" }, "system-sshd\\x2dkeygen.slice": { "active_state": "active", "description": "system-sshd\\x2dkeygen.slice", "load_state": "loaded", "name": "system-sshd\\x2dkeygen.slice", "sub_state": "active" }, "system.slice": { "active_state": "active", "description": "System Slice", "load_state": "loaded", "name": "system.slice", "sub_state": "active" }, "systemd-ask-password-plymouth.path": { "active_state": "active", "description": "Forward Password Requests to Plymouth Directory Watch", "load_state": "loaded", "name": "systemd-ask-password-plymouth.path", "sub_state": "waiting" }, "systemd-ask-password-wall.path": { "active_state": "active", "description": "Forward Password Requests to Wall Directory Watch", "load_state": "loaded", "name": "systemd-ask-password-wall.path", "sub_state": "waiting" }, "systemd-coredump.socket": { "active_state": "active", "description": "Process Core Dump Socket", "load_state": "loaded", "name": "systemd-coredump.socket", "sub_state": "listening" }, "systemd-initctl.socket": { "active_state": "active", "description": "initctl Compatibility Named Pipe", "load_state": "loaded", "name": "systemd-initctl.socket", "sub_state": "listening" }, "systemd-journal-flush.service": { "active_state": "active", "description": "Flush Journal to Persistent Storage", "load_state": "loaded", "name": "systemd-journal-flush.service", "sub_state": "exited" }, "systemd-journald-dev-log.socket": { "active_state": "active", "description": "Journal Socket (/dev/log)", "load_state": "loaded", "name": "systemd-journald-dev-log.socket", "sub_state": "running" }, "systemd-journald.service": { "active_state": "active", "description": "Journal Service", "load_state": "loaded", "name": "systemd-journald.service", "sub_state": "running" }, "systemd-journald.socket": { "active_state": "active", "description": "Journal Socket", "load_state": "loaded", "name": "systemd-journald.socket", "sub_state": "running" }, "systemd-logind.service": { "active_state": "active", "description": "Login Service", "load_state": "loaded", "name": "systemd-logind.service", "sub_state": "running" }, "systemd-machine-id-commit.service": { "active_state": "active", "description": "Commit a transient machine-id on disk", "load_state": "loaded", "name": "systemd-machine-id-commit.service", "sub_state": "exited" }, "systemd-random-seed.service": { "active_state": "active", "description": "Load/Save Random Seed", "load_state": "loaded", "name": "systemd-random-seed.service", "sub_state": "exited" }, "systemd-remount-fs.service": { "active_state": "active", "description": "Remount Root and Kernel File Systems", "load_state": "loaded", "name": "systemd-remount-fs.service", "sub_state": "exited" }, "systemd-sysctl.service": { "active_state": "active", "description": "Apply Kernel Variables", "load_state": "loaded", "name": "systemd-sysctl.service", "sub_state": "exited" }, "systemd-tmpfiles-clean.timer": { "active_state": "active", "description": "Daily Cleanup of Temporary Directories", "load_state": "loaded", "name": "systemd-tmpfiles-clean.timer", "sub_state": "waiting" }, "systemd-tmpfiles-setup-dev.service": { "active_state": "active", "description": "Create Static Device Nodes in /dev", "load_state": "loaded", "name": "systemd-tmpfiles-setup-dev.service", "sub_state": "exited" }, "systemd-tmpfiles-setup.service": { "active_state": "active", "description": "Create Volatile Files and Directories", "load_state": "loaded", "name": "systemd-tmpfiles-setup.service", "sub_state": "exited" }, "systemd-udev-trigger.service": { "active_state": "active", "description": "udev Coldplug all Devices", "load_state": "loaded", "name": "systemd-udev-trigger.service", "sub_state": "exited" }, "systemd-udevd-control.socket": { "active_state": "active", "description": "udev Control Socket", "load_state": "loaded", "name": "systemd-udevd-control.socket", "sub_state": "running" }, "systemd-udevd-kernel.socket": { "active_state": "active", "description": "udev Kernel Socket", "load_state": "loaded", "name": "systemd-udevd-kernel.socket", "sub_state": "running" }, "systemd-udevd.service": { "active_state": "active", "description": "udev Kernel Device Manager", "load_state": "loaded", "name": "systemd-udevd.service", "sub_state": "running" }, "systemd-update-utmp.service": { "active_state": "active", "description": "Update UTMP about System Boot/Shutdown", "load_state": "loaded", "name": "systemd-update-utmp.service", "sub_state": "exited" }, "systemd-user-sessions.service": { "active_state": "active", "description": "Permit User Sessions", "load_state": "loaded", "name": "systemd-user-sessions.service", "sub_state": "exited" }, "timers.target": { "active_state": "active", "description": "Timers", "load_state": "loaded", "name": "timers.target", "sub_state": "active" }, "tuned.service": { "active_state": "active", "description": "Dynamic System Tuning Daemon", "load_state": "loaded", "name": "tuned.service", "sub_state": "running" }, "unbound-anchor.timer": { "active_state": "active", "description": "daily update of the root trust anchor for DNSSEC", "load_state": "loaded", "name": "unbound-anchor.timer", "sub_state": "waiting" }, "user-0.slice": { "active_state": "active", "description": "User Slice of UID 0", "load_state": "loaded", "name": "user-0.slice", "sub_state": "active" }, "user-runtime-dir@0.service": { "active_state": "active", "description": "User runtime directory /run/user/0", "load_state": "loaded", "name": "user-runtime-dir@0.service", "sub_state": "exited" }, "user.slice": { "active_state": "active", "description": "User and Session Slice", "load_state": "loaded", "name": "user.slice", "sub_state": "active" }, "user@0.service": { "active_state": "active", "description": "User Manager for UID 0", "load_state": "loaded", "name": "user@0.service", "sub_state": "running" }, "var-lib-nfs-rpc_pipefs.mount": { "active_state": "active", "description": "RPC Pipe File System", "load_state": "loaded", "name": "var-lib-nfs-rpc_pipefs.mount", "sub_state": "mounted" } } } }, "changed": false } TASK [fedora.linux_system_roles.systemd : DebugAfter] ************************** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:158 Monday 11 November 2024 18:52:11 -0500 (0:00:00.444) 0:00:55.903 ******* ok: [managed-node1] => {} MSG: facts { "root": { "-.mount": { "active_state": "active", "description": "Root Mount", "load_state": "loaded", "name": "-.mount", "sub_state": "mounted" }, "-.slice": { "active_state": "active", "description": "Root Slice", "load_state": "loaded", "name": "-.slice", "sub_state": "active" }, "NetworkManager-wait-online.service": { "active_state": "active", "description": "Network Manager Wait Online", "load_state": "loaded", "name": "NetworkManager-wait-online.service", "sub_state": "exited" }, "NetworkManager.service": { "active_state": "active", "description": "Network Manager", "load_state": "loaded", "name": "NetworkManager.service", "sub_state": "running" }, "auditd.service": { "active_state": "active", "description": "Security Auditing Service", "load_state": "loaded", "name": "auditd.service", "sub_state": "running" }, "basic.target": { "active_state": "active", "description": "Basic System", "load_state": "loaded", "name": "basic.target", "sub_state": "active" }, "chronyd.service": { "active_state": "active", "description": "NTP client/server", "load_state": "loaded", "name": "chronyd.service", "sub_state": "running" }, "cloud-config.service": { "active_state": "active", "description": "Apply the settings specified in cloud-config", "load_state": "loaded", "name": "cloud-config.service", "sub_state": "exited" }, "cloud-config.target": { "active_state": "active", "description": "Cloud-config availability", "load_state": "loaded", "name": "cloud-config.target", "sub_state": "active" }, "cloud-final.service": { "active_state": "active", "description": "Execute cloud user/final scripts", "load_state": "loaded", "name": "cloud-final.service", "sub_state": "exited" }, "cloud-init-local.service": { "active_state": "active", "description": "Initial cloud-init job (pre-networking)", "load_state": "loaded", "name": "cloud-init-local.service", "sub_state": "exited" }, "cloud-init.service": { "active_state": "active", "description": "Initial cloud-init job (metadata service crawler)", "load_state": "loaded", "name": "cloud-init.service", "sub_state": "exited" }, "cloud-init.target": { "active_state": "active", "description": "Cloud-init target", "load_state": "loaded", "name": "cloud-init.target", "sub_state": "active" }, "crond.service": { "active_state": "active", "description": "Command Scheduler", "load_state": "loaded", "name": "crond.service", "sub_state": "running" }, "cryptsetup.target": { "active_state": "active", "description": "Local Encrypted Volumes", "load_state": "loaded", "name": "cryptsetup.target", "sub_state": "active" }, "dbus.service": { "active_state": "active", "description": "D-Bus System Message Bus", "load_state": "loaded", "name": "dbus.service", "sub_state": "running" }, "dbus.socket": { "active_state": "active", "description": "D-Bus System Message Bus Socket", "load_state": "loaded", "name": "dbus.socket", "sub_state": "running" }, "dev-hugepages.mount": { "active_state": "active", "description": "Huge Pages File System", "load_state": "loaded", "name": "dev-hugepages.mount", "sub_state": "mounted" }, "dev-mqueue.mount": { "active_state": "active", "description": "POSIX Message Queue File System", "load_state": "loaded", "name": "dev-mqueue.mount", "sub_state": "mounted" }, "dnf-makecache.timer": { "active_state": "active", "description": "dnf makecache --timer", "load_state": "loaded", "name": "dnf-makecache.timer", "sub_state": "waiting" }, "dracut-shutdown.service": { "active_state": "active", "description": "Restore /run/initramfs on shutdown", "load_state": "loaded", "name": "dracut-shutdown.service", "sub_state": "exited" }, "foo.service": { "active_state": "active", "description": "foo.service", "load_state": "loaded", "name": "foo.service", "sub_state": "running" }, "getty.target": { "active_state": "active", "description": "Login Prompts", "load_state": "loaded", "name": "getty.target", "sub_state": "active" }, "getty@tty1.service": { "active_state": "active", "description": "Getty on tty1", "load_state": "loaded", "name": "getty@tty1.service", "sub_state": "running" }, "gssproxy.service": { "active_state": "active", "description": "GSSAPI Proxy Daemon", "load_state": "loaded", "name": "gssproxy.service", "sub_state": "running" }, "import-state.service": { "active_state": "active", "description": "Import network configuration from initramfs", "load_state": "loaded", "name": "import-state.service", "sub_state": "exited" }, "init.scope": { "active_state": "active", "description": "System and Service Manager", "load_state": "loaded", "name": "init.scope", "sub_state": "running" }, "irqbalance.service": { "active_state": "active", "description": "irqbalance daemon", "load_state": "loaded", "name": "irqbalance.service", "sub_state": "running" }, "kdump.service": { "active_state": "active", "description": "Crash recovery kernel arming", "load_state": "loaded", "name": "kdump.service", "sub_state": "exited" }, "kmod-static-nodes.service": { "active_state": "active", "description": "Create list of required static device nodes for the current kernel", "load_state": "loaded", "name": "kmod-static-nodes.service", "sub_state": "exited" }, "local-fs-pre.target": { "active_state": "active", "description": "Local File Systems (Pre)", "load_state": "loaded", "name": "local-fs-pre.target", "sub_state": "active" }, "local-fs.target": { "active_state": "active", "description": "Local File Systems", "load_state": "loaded", "name": "local-fs.target", "sub_state": "active" }, "multi-user.target": { "active_state": "active", "description": "Multi-User System", "load_state": "loaded", "name": "multi-user.target", "sub_state": "active" }, "network-online.target": { "active_state": "active", "description": "Network is Online", "load_state": "loaded", "name": "network-online.target", "sub_state": "active" }, "network-pre.target": { "active_state": "active", "description": "Network (Pre)", "load_state": "loaded", "name": "network-pre.target", "sub_state": "active" }, "network.target": { "active_state": "active", "description": "Network", "load_state": "loaded", "name": "network.target", "sub_state": "active" }, "nfs-client.target": { "active_state": "active", "description": "NFS client services", "load_state": "loaded", "name": "nfs-client.target", "sub_state": "active" }, "nis-domainname.service": { "active_state": "active", "description": "Read and set NIS domainname from /etc/sysconfig/network", "load_state": "loaded", "name": "nis-domainname.service", "sub_state": "exited" }, "nss-user-lookup.target": { "active_state": "active", "description": "User and Group Name Lookups", "load_state": "loaded", "name": "nss-user-lookup.target", "sub_state": "active" }, "paths.target": { "active_state": "active", "description": "Paths", "load_state": "loaded", "name": "paths.target", "sub_state": "active" }, "plymouth-quit-wait.service": { "active_state": "active", "description": "Hold until boot process finishes up", "load_state": "loaded", "name": "plymouth-quit-wait.service", "sub_state": "exited" }, "plymouth-quit.service": { "active_state": "active", "description": "Terminate Plymouth Boot Screen", "load_state": "loaded", "name": "plymouth-quit.service", "sub_state": "exited" }, "plymouth-read-write.service": { "active_state": "active", "description": "Tell Plymouth To Write Out Runtime Data", "load_state": "loaded", "name": "plymouth-read-write.service", "sub_state": "exited" }, "plymouth-start.service": { "active_state": "active", "description": "Show Plymouth Boot Screen", "load_state": "loaded", "name": "plymouth-start.service", "sub_state": "exited" }, "polkit.service": { "active_state": "active", "description": "Authorization Manager", "load_state": "loaded", "name": "polkit.service", "sub_state": "running" }, "proc-sys-fs-binfmt_misc.automount": { "active_state": "active", "description": "Arbitrary Executable File Formats File System Automount Point", "load_state": "loaded", "name": "proc-sys-fs-binfmt_misc.automount", "sub_state": "waiting" }, "remote-fs-pre.target": { "active_state": "active", "description": "Remote File Systems (Pre)", "load_state": "loaded", "name": "remote-fs-pre.target", "sub_state": "active" }, "remote-fs.target": { "active_state": "active", "description": "Remote File Systems", "load_state": "loaded", "name": "remote-fs.target", "sub_state": "active" }, "restraintd.service": { "active_state": "active", "description": "The restraint harness.", "load_state": "loaded", "name": "restraintd.service", "sub_state": "running" }, "rngd.service": { "active_state": "active", "description": "Hardware RNG Entropy Gatherer Daemon", "load_state": "loaded", "name": "rngd.service", "sub_state": "running" }, "rpc-statd-notify.service": { "active_state": "active", "description": "Notify NFS peers of a restart", "load_state": "loaded", "name": "rpc-statd-notify.service", "sub_state": "exited" }, "rpc_pipefs.target": { "active_state": "active", "description": "rpc_pipefs.target", "load_state": "loaded", "name": "rpc_pipefs.target", "sub_state": "active" }, "rpcbind.service": { "active_state": "active", "description": "RPC Bind", "load_state": "loaded", "name": "rpcbind.service", "sub_state": "running" }, "rpcbind.socket": { "active_state": "active", "description": "RPCbind Server Activation Socket", "load_state": "loaded", "name": "rpcbind.socket", "sub_state": "running" }, "rpcbind.target": { "active_state": "active", "description": "RPC Port Mapper", "load_state": "loaded", "name": "rpcbind.target", "sub_state": "active" }, "rsyslog.service": { "active_state": "active", "description": "System Logging Service", "load_state": "loaded", "name": "rsyslog.service", "sub_state": "running" }, "run-user-0.mount": { "active_state": "active", "description": "/run/user/0", "load_state": "loaded", "name": "run-user-0.mount", "sub_state": "mounted" }, "session-3.scope": { "active_state": "active", "description": "Session 3 of user root", "load_state": "loaded", "name": "session-3.scope", "sub_state": "running" }, "session-5.scope": { "active_state": "active", "description": "Session 5 of user root", "load_state": "loaded", "name": "session-5.scope", "sub_state": "running" }, "slices.target": { "active_state": "active", "description": "Slices", "load_state": "loaded", "name": "slices.target", "sub_state": "active" }, "sockets.target": { "active_state": "active", "description": "Sockets", "load_state": "loaded", "name": "sockets.target", "sub_state": "active" }, "sshd-keygen.target": { "active_state": "active", "description": "sshd-keygen.target", "load_state": "loaded", "name": "sshd-keygen.target", "sub_state": "active" }, "sshd.service": { "active_state": "active", "description": "OpenSSH server daemon", "load_state": "loaded", "name": "sshd.service", "sub_state": "running" }, "sssd-kcm.socket": { "active_state": "active", "description": "SSSD Kerberos Cache Manager responder socket", "load_state": "loaded", "name": "sssd-kcm.socket", "sub_state": "listening" }, "swap.target": { "active_state": "active", "description": "Swap", "load_state": "loaded", "name": "swap.target", "sub_state": "active" }, "sys-devices-platform-serial8250-tty-ttyS1.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS1", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS1.device", "sub_state": "plugged" }, "sys-devices-platform-serial8250-tty-ttyS2.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS2", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS2.device", "sub_state": "plugged" }, "sys-devices-platform-serial8250-tty-ttyS3.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS3", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS3.device", "sub_state": "plugged" }, "sys-devices-pnp0-00:06-tty-ttyS0.device": { "active_state": "active", "description": "/sys/devices/pnp0/00:06/tty/ttyS0", "load_state": "loaded", "name": "sys-devices-pnp0-00:06-tty-ttyS0.device", "sub_state": "plugged" }, "sys-devices-vbd\\x2d768-block-xvda-xvda1.device": { "active_state": "active", "description": "/sys/devices/vbd-768/block/xvda/xvda1", "load_state": "loaded", "name": "sys-devices-vbd\\x2d768-block-xvda-xvda1.device", "sub_state": "plugged" }, "sys-devices-vbd\\x2d768-block-xvda.device": { "active_state": "active", "description": "/sys/devices/vbd-768/block/xvda", "load_state": "loaded", "name": "sys-devices-vbd\\x2d768-block-xvda.device", "sub_state": "plugged" }, "sys-devices-vif\\x2d0-net-eth0.device": { "active_state": "active", "description": "/sys/devices/vif-0/net/eth0", "load_state": "loaded", "name": "sys-devices-vif\\x2d0-net-eth0.device", "sub_state": "plugged" }, "sys-kernel-config.mount": { "active_state": "active", "description": "Kernel Configuration File System", "load_state": "loaded", "name": "sys-kernel-config.mount", "sub_state": "mounted" }, "sys-kernel-debug.mount": { "active_state": "active", "description": "Kernel Debug File System", "load_state": "loaded", "name": "sys-kernel-debug.mount", "sub_state": "mounted" }, "sys-kernel-tracing.mount": { "active_state": "active", "description": "/sys/kernel/tracing", "load_state": "loaded", "name": "sys-kernel-tracing.mount", "sub_state": "mounted" }, "sys-module-configfs.device": { "active_state": "active", "description": "/sys/module/configfs", "load_state": "loaded", "name": "sys-module-configfs.device", "sub_state": "plugged" }, "sys-subsystem-net-devices-eth0.device": { "active_state": "active", "description": "/sys/subsystem/net/devices/eth0", "load_state": "loaded", "name": "sys-subsystem-net-devices-eth0.device", "sub_state": "plugged" }, "sysinit.target": { "active_state": "active", "description": "System Initialization", "load_state": "loaded", "name": "sysinit.target", "sub_state": "active" }, "system-getty.slice": { "active_state": "active", "description": "system-getty.slice", "load_state": "loaded", "name": "system-getty.slice", "sub_state": "active" }, "system-sshd\\x2dkeygen.slice": { "active_state": "active", "description": "system-sshd\\x2dkeygen.slice", "load_state": "loaded", "name": "system-sshd\\x2dkeygen.slice", "sub_state": "active" }, "system.slice": { "active_state": "active", "description": "System Slice", "load_state": "loaded", "name": "system.slice", "sub_state": "active" }, "systemd-ask-password-plymouth.path": { "active_state": "active", "description": "Forward Password Requests to Plymouth Directory Watch", "load_state": "loaded", "name": "systemd-ask-password-plymouth.path", "sub_state": "waiting" }, "systemd-ask-password-wall.path": { "active_state": "active", "description": "Forward Password Requests to Wall Directory Watch", "load_state": "loaded", "name": "systemd-ask-password-wall.path", "sub_state": "waiting" }, "systemd-coredump.socket": { "active_state": "active", "description": "Process Core Dump Socket", "load_state": "loaded", "name": "systemd-coredump.socket", "sub_state": "listening" }, "systemd-initctl.socket": { "active_state": "active", "description": "initctl Compatibility Named Pipe", "load_state": "loaded", "name": "systemd-initctl.socket", "sub_state": "listening" }, "systemd-journal-flush.service": { "active_state": "active", "description": "Flush Journal to Persistent Storage", "load_state": "loaded", "name": "systemd-journal-flush.service", "sub_state": "exited" }, "systemd-journald-dev-log.socket": { "active_state": "active", "description": "Journal Socket (/dev/log)", "load_state": "loaded", "name": "systemd-journald-dev-log.socket", "sub_state": "running" }, "systemd-journald.service": { "active_state": "active", "description": "Journal Service", "load_state": "loaded", "name": "systemd-journald.service", "sub_state": "running" }, "systemd-journald.socket": { "active_state": "active", "description": "Journal Socket", "load_state": "loaded", "name": "systemd-journald.socket", "sub_state": "running" }, "systemd-logind.service": { "active_state": "active", "description": "Login Service", "load_state": "loaded", "name": "systemd-logind.service", "sub_state": "running" }, "systemd-machine-id-commit.service": { "active_state": "active", "description": "Commit a transient machine-id on disk", "load_state": "loaded", "name": "systemd-machine-id-commit.service", "sub_state": "exited" }, "systemd-random-seed.service": { "active_state": "active", "description": "Load/Save Random Seed", "load_state": "loaded", "name": "systemd-random-seed.service", "sub_state": "exited" }, "systemd-remount-fs.service": { "active_state": "active", "description": "Remount Root and Kernel File Systems", "load_state": "loaded", "name": "systemd-remount-fs.service", "sub_state": "exited" }, "systemd-sysctl.service": { "active_state": "active", "description": "Apply Kernel Variables", "load_state": "loaded", "name": "systemd-sysctl.service", "sub_state": "exited" }, "systemd-tmpfiles-clean.timer": { "active_state": "active", "description": "Daily Cleanup of Temporary Directories", "load_state": "loaded", "name": "systemd-tmpfiles-clean.timer", "sub_state": "waiting" }, "systemd-tmpfiles-setup-dev.service": { "active_state": "active", "description": "Create Static Device Nodes in /dev", "load_state": "loaded", "name": "systemd-tmpfiles-setup-dev.service", "sub_state": "exited" }, "systemd-tmpfiles-setup.service": { "active_state": "active", "description": "Create Volatile Files and Directories", "load_state": "loaded", "name": "systemd-tmpfiles-setup.service", "sub_state": "exited" }, "systemd-udev-trigger.service": { "active_state": "active", "description": "udev Coldplug all Devices", "load_state": "loaded", "name": "systemd-udev-trigger.service", "sub_state": "exited" }, "systemd-udevd-control.socket": { "active_state": "active", "description": "udev Control Socket", "load_state": "loaded", "name": "systemd-udevd-control.socket", "sub_state": "running" }, "systemd-udevd-kernel.socket": { "active_state": "active", "description": "udev Kernel Socket", "load_state": "loaded", "name": "systemd-udevd-kernel.socket", "sub_state": "running" }, "systemd-udevd.service": { "active_state": "active", "description": "udev Kernel Device Manager", "load_state": "loaded", "name": "systemd-udevd.service", "sub_state": "running" }, "systemd-update-utmp.service": { "active_state": "active", "description": "Update UTMP about System Boot/Shutdown", "load_state": "loaded", "name": "systemd-update-utmp.service", "sub_state": "exited" }, "systemd-user-sessions.service": { "active_state": "active", "description": "Permit User Sessions", "load_state": "loaded", "name": "systemd-user-sessions.service", "sub_state": "exited" }, "timers.target": { "active_state": "active", "description": "Timers", "load_state": "loaded", "name": "timers.target", "sub_state": "active" }, "tuned.service": { "active_state": "active", "description": "Dynamic System Tuning Daemon", "load_state": "loaded", "name": "tuned.service", "sub_state": "running" }, "unbound-anchor.timer": { "active_state": "active", "description": "daily update of the root trust anchor for DNSSEC", "load_state": "loaded", "name": "unbound-anchor.timer", "sub_state": "waiting" }, "user-0.slice": { "active_state": "active", "description": "User Slice of UID 0", "load_state": "loaded", "name": "user-0.slice", "sub_state": "active" }, "user-runtime-dir@0.service": { "active_state": "active", "description": "User runtime directory /run/user/0", "load_state": "loaded", "name": "user-runtime-dir@0.service", "sub_state": "exited" }, "user.slice": { "active_state": "active", "description": "User and Session Slice", "load_state": "loaded", "name": "user.slice", "sub_state": "active" }, "user@0.service": { "active_state": "active", "description": "User Manager for UID 0", "load_state": "loaded", "name": "user@0.service", "sub_state": "running" }, "var-lib-nfs-rpc_pipefs.mount": { "active_state": "active", "description": "RPC Pipe File System", "load_state": "loaded", "name": "var-lib-nfs-rpc_pipefs.mount", "sub_state": "mounted" } } } TASK [fedora.linux_system_roles.systemd : Set legacy systemd_units output variable] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:162 Monday 11 November 2024 18:52:11 -0500 (0:00:00.043) 0:00:55.946 ******* ok: [managed-node1] => { "ansible_facts": { "systemd_units": { "-.mount": { "active_state": "active", "description": "Root Mount", "load_state": "loaded", "name": "-.mount", "sub_state": "mounted" }, "-.slice": { "active_state": "active", "description": "Root Slice", "load_state": "loaded", "name": "-.slice", "sub_state": "active" }, "NetworkManager-wait-online.service": { "active_state": "active", "description": "Network Manager Wait Online", "load_state": "loaded", "name": "NetworkManager-wait-online.service", "sub_state": "exited" }, "NetworkManager.service": { "active_state": "active", "description": "Network Manager", "load_state": "loaded", "name": "NetworkManager.service", "sub_state": "running" }, "auditd.service": { "active_state": "active", "description": "Security Auditing Service", "load_state": "loaded", "name": "auditd.service", "sub_state": "running" }, "basic.target": { "active_state": "active", "description": "Basic System", "load_state": "loaded", "name": "basic.target", "sub_state": "active" }, "chronyd.service": { "active_state": "active", "description": "NTP client/server", "load_state": "loaded", "name": "chronyd.service", "sub_state": "running" }, "cloud-config.service": { "active_state": "active", "description": "Apply the settings specified in cloud-config", "load_state": "loaded", "name": "cloud-config.service", "sub_state": "exited" }, "cloud-config.target": { "active_state": "active", "description": "Cloud-config availability", "load_state": "loaded", "name": "cloud-config.target", "sub_state": "active" }, "cloud-final.service": { "active_state": "active", "description": "Execute cloud user/final scripts", "load_state": "loaded", "name": "cloud-final.service", "sub_state": "exited" }, "cloud-init-local.service": { "active_state": "active", "description": "Initial cloud-init job (pre-networking)", "load_state": "loaded", "name": "cloud-init-local.service", "sub_state": "exited" }, "cloud-init.service": { "active_state": "active", "description": "Initial cloud-init job (metadata service crawler)", "load_state": "loaded", "name": "cloud-init.service", "sub_state": "exited" }, "cloud-init.target": { "active_state": "active", "description": "Cloud-init target", "load_state": "loaded", "name": "cloud-init.target", "sub_state": "active" }, "crond.service": { "active_state": "active", "description": "Command Scheduler", "load_state": "loaded", "name": "crond.service", "sub_state": "running" }, "cryptsetup.target": { "active_state": "active", "description": "Local Encrypted Volumes", "load_state": "loaded", "name": "cryptsetup.target", "sub_state": "active" }, "dbus.service": { "active_state": "active", "description": "D-Bus System Message Bus", "load_state": "loaded", "name": "dbus.service", "sub_state": "running" }, "dbus.socket": { "active_state": "active", "description": "D-Bus System Message Bus Socket", "load_state": "loaded", "name": "dbus.socket", "sub_state": "running" }, "dev-hugepages.mount": { "active_state": "active", "description": "Huge Pages File System", "load_state": "loaded", "name": "dev-hugepages.mount", "sub_state": "mounted" }, "dev-mqueue.mount": { "active_state": "active", "description": "POSIX Message Queue File System", "load_state": "loaded", "name": "dev-mqueue.mount", "sub_state": "mounted" }, "dnf-makecache.timer": { "active_state": "active", "description": "dnf makecache --timer", "load_state": "loaded", "name": "dnf-makecache.timer", "sub_state": "waiting" }, "dracut-shutdown.service": { "active_state": "active", "description": "Restore /run/initramfs on shutdown", "load_state": "loaded", "name": "dracut-shutdown.service", "sub_state": "exited" }, "foo.service": { "active_state": "active", "description": "foo.service", "load_state": "loaded", "name": "foo.service", "sub_state": "running" }, "getty.target": { "active_state": "active", "description": "Login Prompts", "load_state": "loaded", "name": "getty.target", "sub_state": "active" }, "getty@tty1.service": { "active_state": "active", "description": "Getty on tty1", "load_state": "loaded", "name": "getty@tty1.service", "sub_state": "running" }, "gssproxy.service": { "active_state": "active", "description": "GSSAPI Proxy Daemon", "load_state": "loaded", "name": "gssproxy.service", "sub_state": "running" }, "import-state.service": { "active_state": "active", "description": "Import network configuration from initramfs", "load_state": "loaded", "name": "import-state.service", "sub_state": "exited" }, "init.scope": { "active_state": "active", "description": "System and Service Manager", "load_state": "loaded", "name": "init.scope", "sub_state": "running" }, "irqbalance.service": { "active_state": "active", "description": "irqbalance daemon", "load_state": "loaded", "name": "irqbalance.service", "sub_state": "running" }, "kdump.service": { "active_state": "active", "description": "Crash recovery kernel arming", "load_state": "loaded", "name": "kdump.service", "sub_state": "exited" }, "kmod-static-nodes.service": { "active_state": "active", "description": "Create list of required static device nodes for the current kernel", "load_state": "loaded", "name": "kmod-static-nodes.service", "sub_state": "exited" }, "local-fs-pre.target": { "active_state": "active", "description": "Local File Systems (Pre)", "load_state": "loaded", "name": "local-fs-pre.target", "sub_state": "active" }, "local-fs.target": { "active_state": "active", "description": "Local File Systems", "load_state": "loaded", "name": "local-fs.target", "sub_state": "active" }, "multi-user.target": { "active_state": "active", "description": "Multi-User System", "load_state": "loaded", "name": "multi-user.target", "sub_state": "active" }, "network-online.target": { "active_state": "active", "description": "Network is Online", "load_state": "loaded", "name": "network-online.target", "sub_state": "active" }, "network-pre.target": { "active_state": "active", "description": "Network (Pre)", "load_state": "loaded", "name": "network-pre.target", "sub_state": "active" }, "network.target": { "active_state": "active", "description": "Network", "load_state": "loaded", "name": "network.target", "sub_state": "active" }, "nfs-client.target": { "active_state": "active", "description": "NFS client services", "load_state": "loaded", "name": "nfs-client.target", "sub_state": "active" }, "nis-domainname.service": { "active_state": "active", "description": "Read and set NIS domainname from /etc/sysconfig/network", "load_state": "loaded", "name": "nis-domainname.service", "sub_state": "exited" }, "nss-user-lookup.target": { "active_state": "active", "description": "User and Group Name Lookups", "load_state": "loaded", "name": "nss-user-lookup.target", "sub_state": "active" }, "paths.target": { "active_state": "active", "description": "Paths", "load_state": "loaded", "name": "paths.target", "sub_state": "active" }, "plymouth-quit-wait.service": { "active_state": "active", "description": "Hold until boot process finishes up", "load_state": "loaded", "name": "plymouth-quit-wait.service", "sub_state": "exited" }, "plymouth-quit.service": { "active_state": "active", "description": "Terminate Plymouth Boot Screen", "load_state": "loaded", "name": "plymouth-quit.service", "sub_state": "exited" }, "plymouth-read-write.service": { "active_state": "active", "description": "Tell Plymouth To Write Out Runtime Data", "load_state": "loaded", "name": "plymouth-read-write.service", "sub_state": "exited" }, "plymouth-start.service": { "active_state": "active", "description": "Show Plymouth Boot Screen", "load_state": "loaded", "name": "plymouth-start.service", "sub_state": "exited" }, "polkit.service": { "active_state": "active", "description": "Authorization Manager", "load_state": "loaded", "name": "polkit.service", "sub_state": "running" }, "proc-sys-fs-binfmt_misc.automount": { "active_state": "active", "description": "Arbitrary Executable File Formats File System Automount Point", "load_state": "loaded", "name": "proc-sys-fs-binfmt_misc.automount", "sub_state": "waiting" }, "remote-fs-pre.target": { "active_state": "active", "description": "Remote File Systems (Pre)", "load_state": "loaded", "name": "remote-fs-pre.target", "sub_state": "active" }, "remote-fs.target": { "active_state": "active", "description": "Remote File Systems", "load_state": "loaded", "name": "remote-fs.target", "sub_state": "active" }, "restraintd.service": { "active_state": "active", "description": "The restraint harness.", "load_state": "loaded", "name": "restraintd.service", "sub_state": "running" }, "rngd.service": { "active_state": "active", "description": "Hardware RNG Entropy Gatherer Daemon", "load_state": "loaded", "name": "rngd.service", "sub_state": "running" }, "rpc-statd-notify.service": { "active_state": "active", "description": "Notify NFS peers of a restart", "load_state": "loaded", "name": "rpc-statd-notify.service", "sub_state": "exited" }, "rpc_pipefs.target": { "active_state": "active", "description": "rpc_pipefs.target", "load_state": "loaded", "name": "rpc_pipefs.target", "sub_state": "active" }, "rpcbind.service": { "active_state": "active", "description": "RPC Bind", "load_state": "loaded", "name": "rpcbind.service", "sub_state": "running" }, "rpcbind.socket": { "active_state": "active", "description": "RPCbind Server Activation Socket", "load_state": "loaded", "name": "rpcbind.socket", "sub_state": "running" }, "rpcbind.target": { "active_state": "active", "description": "RPC Port Mapper", "load_state": "loaded", "name": "rpcbind.target", "sub_state": "active" }, "rsyslog.service": { "active_state": "active", "description": "System Logging Service", "load_state": "loaded", "name": "rsyslog.service", "sub_state": "running" }, "run-user-0.mount": { "active_state": "active", "description": "/run/user/0", "load_state": "loaded", "name": "run-user-0.mount", "sub_state": "mounted" }, "session-3.scope": { "active_state": "active", "description": "Session 3 of user root", "load_state": "loaded", "name": "session-3.scope", "sub_state": "running" }, "session-5.scope": { "active_state": "active", "description": "Session 5 of user root", "load_state": "loaded", "name": "session-5.scope", "sub_state": "running" }, "slices.target": { "active_state": "active", "description": "Slices", "load_state": "loaded", "name": "slices.target", "sub_state": "active" }, "sockets.target": { "active_state": "active", "description": "Sockets", "load_state": "loaded", "name": "sockets.target", "sub_state": "active" }, "sshd-keygen.target": { "active_state": "active", "description": "sshd-keygen.target", "load_state": "loaded", "name": "sshd-keygen.target", "sub_state": "active" }, "sshd.service": { "active_state": "active", "description": "OpenSSH server daemon", "load_state": "loaded", "name": "sshd.service", "sub_state": "running" }, "sssd-kcm.socket": { "active_state": "active", "description": "SSSD Kerberos Cache Manager responder socket", "load_state": "loaded", "name": "sssd-kcm.socket", "sub_state": "listening" }, "swap.target": { "active_state": "active", "description": "Swap", "load_state": "loaded", "name": "swap.target", "sub_state": "active" }, "sys-devices-platform-serial8250-tty-ttyS1.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS1", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS1.device", "sub_state": "plugged" }, "sys-devices-platform-serial8250-tty-ttyS2.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS2", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS2.device", "sub_state": "plugged" }, "sys-devices-platform-serial8250-tty-ttyS3.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS3", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS3.device", "sub_state": "plugged" }, "sys-devices-pnp0-00:06-tty-ttyS0.device": { "active_state": "active", "description": "/sys/devices/pnp0/00:06/tty/ttyS0", "load_state": "loaded", "name": "sys-devices-pnp0-00:06-tty-ttyS0.device", "sub_state": "plugged" }, "sys-devices-vbd\\x2d768-block-xvda-xvda1.device": { "active_state": "active", "description": "/sys/devices/vbd-768/block/xvda/xvda1", "load_state": "loaded", "name": "sys-devices-vbd\\x2d768-block-xvda-xvda1.device", "sub_state": "plugged" }, "sys-devices-vbd\\x2d768-block-xvda.device": { "active_state": "active", "description": "/sys/devices/vbd-768/block/xvda", "load_state": "loaded", "name": "sys-devices-vbd\\x2d768-block-xvda.device", "sub_state": "plugged" }, "sys-devices-vif\\x2d0-net-eth0.device": { "active_state": "active", "description": "/sys/devices/vif-0/net/eth0", "load_state": "loaded", "name": "sys-devices-vif\\x2d0-net-eth0.device", "sub_state": "plugged" }, "sys-kernel-config.mount": { "active_state": "active", "description": "Kernel Configuration File System", "load_state": "loaded", "name": "sys-kernel-config.mount", "sub_state": "mounted" }, "sys-kernel-debug.mount": { "active_state": "active", "description": "Kernel Debug File System", "load_state": "loaded", "name": "sys-kernel-debug.mount", "sub_state": "mounted" }, "sys-kernel-tracing.mount": { "active_state": "active", "description": "/sys/kernel/tracing", "load_state": "loaded", "name": "sys-kernel-tracing.mount", "sub_state": "mounted" }, "sys-module-configfs.device": { "active_state": "active", "description": "/sys/module/configfs", "load_state": "loaded", "name": "sys-module-configfs.device", "sub_state": "plugged" }, "sys-subsystem-net-devices-eth0.device": { "active_state": "active", "description": "/sys/subsystem/net/devices/eth0", "load_state": "loaded", "name": "sys-subsystem-net-devices-eth0.device", "sub_state": "plugged" }, "sysinit.target": { "active_state": "active", "description": "System Initialization", "load_state": "loaded", "name": "sysinit.target", "sub_state": "active" }, "system-getty.slice": { "active_state": "active", "description": "system-getty.slice", "load_state": "loaded", "name": "system-getty.slice", "sub_state": "active" }, "system-sshd\\x2dkeygen.slice": { "active_state": "active", "description": "system-sshd\\x2dkeygen.slice", "load_state": "loaded", "name": "system-sshd\\x2dkeygen.slice", "sub_state": "active" }, "system.slice": { "active_state": "active", "description": "System Slice", "load_state": "loaded", "name": "system.slice", "sub_state": "active" }, "systemd-ask-password-plymouth.path": { "active_state": "active", "description": "Forward Password Requests to Plymouth Directory Watch", "load_state": "loaded", "name": "systemd-ask-password-plymouth.path", "sub_state": "waiting" }, "systemd-ask-password-wall.path": { "active_state": "active", "description": "Forward Password Requests to Wall Directory Watch", "load_state": "loaded", "name": "systemd-ask-password-wall.path", "sub_state": "waiting" }, "systemd-coredump.socket": { "active_state": "active", "description": "Process Core Dump Socket", "load_state": "loaded", "name": "systemd-coredump.socket", "sub_state": "listening" }, "systemd-initctl.socket": { "active_state": "active", "description": "initctl Compatibility Named Pipe", "load_state": "loaded", "name": "systemd-initctl.socket", "sub_state": "listening" }, "systemd-journal-flush.service": { "active_state": "active", "description": "Flush Journal to Persistent Storage", "load_state": "loaded", "name": "systemd-journal-flush.service", "sub_state": "exited" }, "systemd-journald-dev-log.socket": { "active_state": "active", "description": "Journal Socket (/dev/log)", "load_state": "loaded", "name": "systemd-journald-dev-log.socket", "sub_state": "running" }, "systemd-journald.service": { "active_state": "active", "description": "Journal Service", "load_state": "loaded", "name": "systemd-journald.service", "sub_state": "running" }, "systemd-journald.socket": { "active_state": "active", "description": "Journal Socket", "load_state": "loaded", "name": "systemd-journald.socket", "sub_state": "running" }, "systemd-logind.service": { "active_state": "active", "description": "Login Service", "load_state": "loaded", "name": "systemd-logind.service", "sub_state": "running" }, "systemd-machine-id-commit.service": { "active_state": "active", "description": "Commit a transient machine-id on disk", "load_state": "loaded", "name": "systemd-machine-id-commit.service", "sub_state": "exited" }, "systemd-random-seed.service": { "active_state": "active", "description": "Load/Save Random Seed", "load_state": "loaded", "name": "systemd-random-seed.service", "sub_state": "exited" }, "systemd-remount-fs.service": { "active_state": "active", "description": "Remount Root and Kernel File Systems", "load_state": "loaded", "name": "systemd-remount-fs.service", "sub_state": "exited" }, "systemd-sysctl.service": { "active_state": "active", "description": "Apply Kernel Variables", "load_state": "loaded", "name": "systemd-sysctl.service", "sub_state": "exited" }, "systemd-tmpfiles-clean.timer": { "active_state": "active", "description": "Daily Cleanup of Temporary Directories", "load_state": "loaded", "name": "systemd-tmpfiles-clean.timer", "sub_state": "waiting" }, "systemd-tmpfiles-setup-dev.service": { "active_state": "active", "description": "Create Static Device Nodes in /dev", "load_state": "loaded", "name": "systemd-tmpfiles-setup-dev.service", "sub_state": "exited" }, "systemd-tmpfiles-setup.service": { "active_state": "active", "description": "Create Volatile Files and Directories", "load_state": "loaded", "name": "systemd-tmpfiles-setup.service", "sub_state": "exited" }, "systemd-udev-trigger.service": { "active_state": "active", "description": "udev Coldplug all Devices", "load_state": "loaded", "name": "systemd-udev-trigger.service", "sub_state": "exited" }, "systemd-udevd-control.socket": { "active_state": "active", "description": "udev Control Socket", "load_state": "loaded", "name": "systemd-udevd-control.socket", "sub_state": "running" }, "systemd-udevd-kernel.socket": { "active_state": "active", "description": "udev Kernel Socket", "load_state": "loaded", "name": "systemd-udevd-kernel.socket", "sub_state": "running" }, "systemd-udevd.service": { "active_state": "active", "description": "udev Kernel Device Manager", "load_state": "loaded", "name": "systemd-udevd.service", "sub_state": "running" }, "systemd-update-utmp.service": { "active_state": "active", "description": "Update UTMP about System Boot/Shutdown", "load_state": "loaded", "name": "systemd-update-utmp.service", "sub_state": "exited" }, "systemd-user-sessions.service": { "active_state": "active", "description": "Permit User Sessions", "load_state": "loaded", "name": "systemd-user-sessions.service", "sub_state": "exited" }, "timers.target": { "active_state": "active", "description": "Timers", "load_state": "loaded", "name": "timers.target", "sub_state": "active" }, "tuned.service": { "active_state": "active", "description": "Dynamic System Tuning Daemon", "load_state": "loaded", "name": "tuned.service", "sub_state": "running" }, "unbound-anchor.timer": { "active_state": "active", "description": "daily update of the root trust anchor for DNSSEC", "load_state": "loaded", "name": "unbound-anchor.timer", "sub_state": "waiting" }, "user-0.slice": { "active_state": "active", "description": "User Slice of UID 0", "load_state": "loaded", "name": "user-0.slice", "sub_state": "active" }, "user-runtime-dir@0.service": { "active_state": "active", "description": "User runtime directory /run/user/0", "load_state": "loaded", "name": "user-runtime-dir@0.service", "sub_state": "exited" }, "user.slice": { "active_state": "active", "description": "User and Session Slice", "load_state": "loaded", "name": "user.slice", "sub_state": "active" }, "user@0.service": { "active_state": "active", "description": "User Manager for UID 0", "load_state": "loaded", "name": "user@0.service", "sub_state": "running" }, "var-lib-nfs-rpc_pipefs.mount": { "active_state": "active", "description": "RPC Pipe File System", "load_state": "loaded", "name": "var-lib-nfs-rpc_pipefs.mount", "sub_state": "mounted" } } }, "changed": false } TASK [fedora.linux_system_roles.systemd : Cancel linger for users if necessary] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:166 Monday 11 November 2024 18:52:11 -0500 (0:00:00.039) 0:00:55.986 ******* included: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/cancel_linger.yml for managed-node1 TASK [fedora.linux_system_roles.systemd : Cancel linger for given user] ******** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/cancel_linger.yml:10 Monday 11 November 2024 18:52:11 -0500 (0:00:00.034) 0:00:56.021 ******* skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Reload operation should created flag file] ******************************* task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/tests/systemd/tests_basic.yml:100 Monday 11 November 2024 18:52:11 -0500 (0:00:00.046) 0:00:56.067 ******* ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } PLAY [Ensure that we can enable unit files] ************************************ TASK [Save UnitFileState before calling role] ********************************** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/tests/systemd/tests_basic.yml:113 Monday 11 November 2024 18:52:11 -0500 (0:00:00.369) 0:00:56.437 ******* ok: [managed-node1] => { "changed": false, "cmd": [ "systemctl", "show", "-p", "UnitFileState", "foo.service" ], "delta": "0:00:00.008288", "end": "2024-11-11 18:52:12.129008", "rc": 0, "start": "2024-11-11 18:52:12.120720" } STDOUT: UnitFileState=disabled TASK [fedora.linux_system_roles.systemd : Ensure ansible_facts used by role] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:3 Monday 11 November 2024 18:52:12 -0500 (0:00:00.403) 0:00:56.841 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "__required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Support for user units only available in EL7 and later] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:13 Monday 11 November 2024 18:52:12 -0500 (0:00:00.058) 0:00:56.900 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "ansible_facts[\"distribution_major_version\"] is version(\"8\", \"<\")", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Support for user units only available in EL7 and later] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:27 Monday 11 November 2024 18:52:12 -0500 (0:00:00.032) 0:00:56.932 ******* META: end_host conditional evaluated to False, continuing execution for managed-node1 skipping: [managed-node1] => { "skip_reason": "end_host conditional evaluated to False, continuing execution for managed-node1" } MSG: end_host conditional evaluated to false, continuing execution for managed-node1 TASK [fedora.linux_system_roles.systemd : Check if system is ostree] *********** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:40 Monday 11 November 2024 18:52:12 -0500 (0:00:00.022) 0:00:56.954 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "not __systemd_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Set flag to indicate system is ostree] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:45 Monday 11 November 2024 18:52:12 -0500 (0:00:00.028) 0:00:56.983 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "not __systemd_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Check if transactional-update exists in /sbin] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:52 Monday 11 November 2024 18:52:12 -0500 (0:00:00.029) 0:00:57.012 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "not __systemd_is_transactional is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Set flag if transactional-update exists] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:57 Monday 11 November 2024 18:52:12 -0500 (0:00:00.027) 0:00:57.040 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "not __systemd_is_transactional is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure required packages are installed] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:61 Monday 11 November 2024 18:52:12 -0500 (0:00:00.028) 0:00:57.068 ******* ok: [managed-node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.systemd : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:73 Monday 11 November 2024 18:52:15 -0500 (0:00:02.903) 0:00:59.972 ******* skipping: [managed-node1] => { "false_condition": "__systemd_is_transactional | d(false)" } TASK [fedora.linux_system_roles.systemd : Reboot transactional update systems] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:78 Monday 11 November 2024 18:52:15 -0500 (0:00:00.062) 0:01:00.035 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "__systemd_is_transactional | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Fail if reboot is needed and not set] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:83 Monday 11 November 2024 18:52:15 -0500 (0:00:00.055) 0:01:00.090 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "__systemd_is_transactional | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Reset __systemd_user_info] *********** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:90 Monday 11 November 2024 18:52:15 -0500 (0:00:00.058) 0:01:00.149 ******* ok: [managed-node1] => { "ansible_facts": { "__systemd_user_info": {} }, "changed": false } TASK [fedora.linux_system_roles.systemd : Manage files and templates and their directories] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:94 Monday 11 November 2024 18:52:15 -0500 (0:00:00.029) 0:01:00.179 ******* included: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml for managed-node1 => (item=systemd_unit_files) included: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml for managed-node1 => (item=systemd_unit_file_templates) included: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml for managed-node1 => (item=systemd_dropins) TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:17 Monday 11 November 2024 18:52:15 -0500 (0:00:00.075) 0:01:00.254 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "__systemd_list | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure directories are present for users] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:29 Monday 11 November 2024 18:52:15 -0500 (0:00:00.068) 0:01:00.323 ******* skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.systemd : Ensure directories are present for dropins] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:37 Monday 11 November 2024 18:52:15 -0500 (0:00:00.064) 0:01:00.387 ******* skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__systemd_list | length > 0", "item": { "dir_mode": "0755", "group": "0", "item": "foo.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.systemd : Ensure unit files are present] ******* task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:46 Monday 11 November 2024 18:52:15 -0500 (0:00:00.056) 0:01:00.444 ******* skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__systemd_list | length > 0", "item": { "dir_mode": "0755", "group": "0", "item": "foo.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.systemd : Ensure unit file templates are present] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:57 Monday 11 November 2024 18:52:15 -0500 (0:00:00.064) 0:01:00.508 ******* skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__systemd_list | length > 0", "item": { "dir_mode": "0755", "group": "0", "item": "foo.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.systemd : Ensure unit files are absent] ******** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:68 Monday 11 November 2024 18:52:15 -0500 (0:00:00.051) 0:01:00.560 ******* skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.systemd : Find files in dropins directory] ***** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:76 Monday 11 November 2024 18:52:15 -0500 (0:00:00.039) 0:01:00.599 ******* skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.systemd : Remove dropin directory if no more files] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:83 Monday 11 November 2024 18:52:15 -0500 (0:00:00.039) 0:01:00.639 ******* skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:17 Monday 11 November 2024 18:52:16 -0500 (0:00:00.036) 0:01:00.675 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "__systemd_list | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure directories are present for users] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:29 Monday 11 November 2024 18:52:16 -0500 (0:00:00.043) 0:01:00.719 ******* skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.systemd : Ensure directories are present for dropins] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:37 Monday 11 November 2024 18:52:16 -0500 (0:00:00.047) 0:01:00.766 ******* skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__systemd_list | length > 0", "item": { "dir_mode": "0755", "group": "0", "item": "foo.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.systemd : Ensure unit files are present] ******* task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:46 Monday 11 November 2024 18:52:16 -0500 (0:00:00.054) 0:01:00.821 ******* skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__systemd_list | length > 0", "item": { "dir_mode": "0755", "group": "0", "item": "foo.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.systemd : Ensure unit file templates are present] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:57 Monday 11 November 2024 18:52:16 -0500 (0:00:00.056) 0:01:00.877 ******* skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__systemd_list | length > 0", "item": { "dir_mode": "0755", "group": "0", "item": "foo.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.systemd : Ensure unit files are absent] ******** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:68 Monday 11 November 2024 18:52:16 -0500 (0:00:00.053) 0:01:00.931 ******* skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.systemd : Find files in dropins directory] ***** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:76 Monday 11 November 2024 18:52:16 -0500 (0:00:00.042) 0:01:00.973 ******* skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.systemd : Remove dropin directory if no more files] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:83 Monday 11 November 2024 18:52:16 -0500 (0:00:00.080) 0:01:01.054 ******* skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:17 Monday 11 November 2024 18:52:16 -0500 (0:00:00.093) 0:01:01.148 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "__systemd_list | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure directories are present for users] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:29 Monday 11 November 2024 18:52:16 -0500 (0:00:00.123) 0:01:01.271 ******* skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.systemd : Ensure directories are present for dropins] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:37 Monday 11 November 2024 18:52:16 -0500 (0:00:00.041) 0:01:01.313 ******* skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__systemd_list | length > 0", "item": { "dir_mode": "0755", "group": "0", "item": "foo.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.systemd : Ensure unit files are present] ******* task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:46 Monday 11 November 2024 18:52:16 -0500 (0:00:00.048) 0:01:01.361 ******* skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__systemd_list | length > 0", "item": { "dir_mode": "0755", "group": "0", "item": "foo.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.systemd : Ensure unit file templates are present] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:57 Monday 11 November 2024 18:52:16 -0500 (0:00:00.048) 0:01:01.410 ******* skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__systemd_list | length > 0", "item": { "dir_mode": "0755", "group": "0", "item": "foo.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.systemd : Ensure unit files are absent] ******** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:68 Monday 11 November 2024 18:52:16 -0500 (0:00:00.059) 0:01:01.470 ******* skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.systemd : Find files in dropins directory] ***** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:76 Monday 11 November 2024 18:52:16 -0500 (0:00:00.064) 0:01:01.534 ******* skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.systemd : Remove dropin directory if no more files] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:83 Monday 11 November 2024 18:52:16 -0500 (0:00:00.043) 0:01:01.578 ******* skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.systemd : Reload systemd] ********************** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:106 Monday 11 November 2024 18:52:16 -0500 (0:00:00.040) 0:01:01.618 ******* skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.systemd : Manage units] ************************ task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:119 Monday 11 November 2024 18:52:17 -0500 (0:00:00.049) 0:01:01.668 ******* included: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 => (item={'name': 'systemd_started_units', 'state': 'started'}) included: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 => (item={'name': 'systemd_stopped_units', 'state': 'stopped'}) included: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 => (item={'name': 'systemd_restarted_units', 'state': 'restarted'}) included: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 => (item={'name': 'systemd_reloaded_units', 'state': 'reloaded'}) included: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 => (item={'name': 'systemd_enabled_units', 'enabled': 'true'}) included: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 => (item={'name': 'systemd_disabled_units', 'enabled': 'false'}) included: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 => (item={'name': 'systemd_masked_units', 'masked': 'true'}) included: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 => (item={'name': 'systemd_unmasked_units', 'masked': 'false'}) TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 18:52:17 -0500 (0:00:00.065) 0:01:01.733 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "__systemd_list | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 18:52:17 -0500 (0:00:00.042) 0:01:01.776 ******* skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__systemd_list | length > 0", "item": { "dir_mode": "0755", "group": "0", "item": "foo.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 18:52:17 -0500 (0:00:00.047) 0:01:01.824 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "__systemd_list | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 18:52:17 -0500 (0:00:00.046) 0:01:01.871 ******* skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__systemd_list | length > 0", "item": { "dir_mode": "0755", "group": "0", "item": "foo.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 18:52:17 -0500 (0:00:00.056) 0:01:01.927 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "__systemd_list | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 18:52:17 -0500 (0:00:00.050) 0:01:01.977 ******* skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__systemd_list | length > 0", "item": { "dir_mode": "0755", "group": "0", "item": "foo.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 18:52:17 -0500 (0:00:00.053) 0:01:02.031 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "__systemd_list | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 18:52:17 -0500 (0:00:00.048) 0:01:02.079 ******* skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__systemd_list | length > 0", "item": { "dir_mode": "0755", "group": "0", "item": "foo.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 18:52:17 -0500 (0:00:00.050) 0:01:02.129 ******* included: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_user_info.yml for managed-node1 TASK [fedora.linux_system_roles.systemd : Get user information] **************** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_user_info.yml:27 Monday 11 November 2024 18:52:17 -0500 (0:00:00.057) 0:01:02.186 ******* included: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_update_user_info.yml for managed-node1 => (item=root) TASK [fedora.linux_system_roles.systemd : Get user information] **************** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_update_user_info.yml:7 Monday 11 November 2024 18:52:17 -0500 (0:00:00.070) 0:01:02.257 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "'getent_passwd' not in ansible_facts or __systemd_user_name not in ansible_facts['getent_passwd']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Update systemd user info with new user info] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_update_user_info.yml:14 Monday 11 November 2024 18:52:17 -0500 (0:00:00.052) 0:01:02.309 ******* ok: [managed-node1] => { "ansible_facts": { "__systemd_user_info": { "root": { "group": "0", "units_dir": "/etc/systemd/system", "xdg_dir": "/run/user/0" } } }, "changed": false } TASK [fedora.linux_system_roles.systemd : Convert to list of dict with user data] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_user_info.yml:34 Monday 11 November 2024 18:52:17 -0500 (0:00:00.066) 0:01:02.376 ******* ok: [managed-node1] => { "ansible_facts": { "__systemd_dict_list": [ { "dir_mode": "0755", "group": "0", "item": "foo.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" } ] }, "changed": false } TASK [fedora.linux_system_roles.systemd : Enable linger if needed] ************* task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_user_info.yml:71 Monday 11 November 2024 18:52:17 -0500 (0:00:00.062) 0:01:02.438 ******* skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 18:52:17 -0500 (0:00:00.046) 0:01:02.485 ******* changed: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": true, "enabled": true, "item": { "dir_mode": "0755", "group": "0", "item": "foo.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "name": "foo.service", "status": { "ActiveEnterTimestamp": "Mon 2024-11-11 18:52:02 EST", "ActiveEnterTimestampMonotonic": "236415258", "ActiveExitTimestamp": "Mon 2024-11-11 18:52:02 EST", "ActiveExitTimestampMonotonic": "236408378", "ActiveState": "active", "After": "system.slice systemd-journald.socket tmp.mount -.mount sysinit.target systemd-tmpfiles-setup.service basic.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Mon 2024-11-11 18:52:02 EST", "AssertTimestampMonotonic": "236413803", "Before": "shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Mon 2024-11-11 18:52:02 EST", "ConditionTimestampMonotonic": "236413802", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/foo.service", "ControlPID": "0", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "foo.service", "DevicePolicy": "auto", "DropInPaths": "/etc/systemd/system/foo.service.d/99-override.conf", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "9996", "ExecMainStartTimestamp": "Mon 2024-11-11 18:52:02 EST", "ExecMainStartTimestampMonotonic": "236415219", "ExecMainStatus": "0", "ExecReload": "{ path=/bin/touch ; argv[]=/bin/touch /tmp/foo-reloaded ; ignore_errors=no ; start_time=[Mon 2024-11-11 18:52:10 EST] ; stop_time=[Mon 2024-11-11 18:52:10 EST] ; pid=10620 ; code=exited ; status=0 }", "ExecStart": "{ path=/bin/sleep ; argv[]=/bin/sleep 3600 ; ignore_errors=no ; start_time=[Mon 2024-11-11 18:52:02 EST] ; stop_time=[n/a] ; pid=9996 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/etc/systemd/system/foo.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "foo.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Mon 2024-11-11 18:52:02 EST", "InactiveEnterTimestampMonotonic": "236412886", "InactiveExitTimestamp": "Mon 2024-11-11 18:52:02 EST", "InactiveExitTimestampMonotonic": "236415258", "InvocationID": "6ab540b779294e189f607c4d806896ac", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "14003", "LimitNPROCSoft": "14003", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14003", "LimitSIGPENDINGSoft": "14003", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "9996", "MemoryAccounting": "yes", "MemoryCurrent": "192512", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "foo.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "yes", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "sysinit.target -.mount system.slice", "RequiresMountsFor": "/var/tmp", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Mon 2024-11-11 18:52:10 EST", "StateChangeTimestampMonotonic": "244230173", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "1", "TasksMax": "22405", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "disabled", "UtmpMode": "init", "WatchdogTimestamp": "Mon 2024-11-11 18:52:02 EST", "WatchdogTimestampMonotonic": "236415256", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 18:52:18 -0500 (0:00:00.675) 0:01:03.160 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "__systemd_list | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 18:52:18 -0500 (0:00:00.046) 0:01:03.207 ******* skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__systemd_list | length > 0", "item": { "dir_mode": "0755", "group": "0", "item": "foo.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 18:52:18 -0500 (0:00:00.051) 0:01:03.259 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "__systemd_list | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 18:52:18 -0500 (0:00:00.049) 0:01:03.308 ******* skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__systemd_list | length > 0", "item": { "dir_mode": "0755", "group": "0", "item": "foo.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 18:52:18 -0500 (0:00:00.057) 0:01:03.366 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "__systemd_list | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 18:52:18 -0500 (0:00:00.050) 0:01:03.416 ******* skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__systemd_list | length > 0", "item": { "dir_mode": "0755", "group": "0", "item": "foo.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.systemd : DebugBefore] ************************* task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:146 Monday 11 November 2024 18:52:18 -0500 (0:00:00.057) 0:01:03.473 ******* ok: [managed-node1] => {} MSG: facts { "root": { "-.mount": { "active_state": "active", "description": "Root Mount", "load_state": "loaded", "name": "-.mount", "sub_state": "mounted" }, "-.slice": { "active_state": "active", "description": "Root Slice", "load_state": "loaded", "name": "-.slice", "sub_state": "active" }, "NetworkManager-wait-online.service": { "active_state": "active", "description": "Network Manager Wait Online", "load_state": "loaded", "name": "NetworkManager-wait-online.service", "sub_state": "exited" }, "NetworkManager.service": { "active_state": "active", "description": "Network Manager", "load_state": "loaded", "name": "NetworkManager.service", "sub_state": "running" }, "auditd.service": { "active_state": "active", "description": "Security Auditing Service", "load_state": "loaded", "name": "auditd.service", "sub_state": "running" }, "basic.target": { "active_state": "active", "description": "Basic System", "load_state": "loaded", "name": "basic.target", "sub_state": "active" }, "chronyd.service": { "active_state": "active", "description": "NTP client/server", "load_state": "loaded", "name": "chronyd.service", "sub_state": "running" }, "cloud-config.service": { "active_state": "active", "description": "Apply the settings specified in cloud-config", "load_state": "loaded", "name": "cloud-config.service", "sub_state": "exited" }, "cloud-config.target": { "active_state": "active", "description": "Cloud-config availability", "load_state": "loaded", "name": "cloud-config.target", "sub_state": "active" }, "cloud-final.service": { "active_state": "active", "description": "Execute cloud user/final scripts", "load_state": "loaded", "name": "cloud-final.service", "sub_state": "exited" }, "cloud-init-local.service": { "active_state": "active", "description": "Initial cloud-init job (pre-networking)", "load_state": "loaded", "name": "cloud-init-local.service", "sub_state": "exited" }, "cloud-init.service": { "active_state": "active", "description": "Initial cloud-init job (metadata service crawler)", "load_state": "loaded", "name": "cloud-init.service", "sub_state": "exited" }, "cloud-init.target": { "active_state": "active", "description": "Cloud-init target", "load_state": "loaded", "name": "cloud-init.target", "sub_state": "active" }, "crond.service": { "active_state": "active", "description": "Command Scheduler", "load_state": "loaded", "name": "crond.service", "sub_state": "running" }, "cryptsetup.target": { "active_state": "active", "description": "Local Encrypted Volumes", "load_state": "loaded", "name": "cryptsetup.target", "sub_state": "active" }, "dbus.service": { "active_state": "active", "description": "D-Bus System Message Bus", "load_state": "loaded", "name": "dbus.service", "sub_state": "running" }, "dbus.socket": { "active_state": "active", "description": "D-Bus System Message Bus Socket", "load_state": "loaded", "name": "dbus.socket", "sub_state": "running" }, "dev-hugepages.mount": { "active_state": "active", "description": "Huge Pages File System", "load_state": "loaded", "name": "dev-hugepages.mount", "sub_state": "mounted" }, "dev-mqueue.mount": { "active_state": "active", "description": "POSIX Message Queue File System", "load_state": "loaded", "name": "dev-mqueue.mount", "sub_state": "mounted" }, "dnf-makecache.timer": { "active_state": "active", "description": "dnf makecache --timer", "load_state": "loaded", "name": "dnf-makecache.timer", "sub_state": "waiting" }, "dracut-shutdown.service": { "active_state": "active", "description": "Restore /run/initramfs on shutdown", "load_state": "loaded", "name": "dracut-shutdown.service", "sub_state": "exited" }, "foo.service": { "active_state": "active", "description": "foo.service", "load_state": "loaded", "name": "foo.service", "sub_state": "running" }, "getty.target": { "active_state": "active", "description": "Login Prompts", "load_state": "loaded", "name": "getty.target", "sub_state": "active" }, "getty@tty1.service": { "active_state": "active", "description": "Getty on tty1", "load_state": "loaded", "name": "getty@tty1.service", "sub_state": "running" }, "gssproxy.service": { "active_state": "active", "description": "GSSAPI Proxy Daemon", "load_state": "loaded", "name": "gssproxy.service", "sub_state": "running" }, "import-state.service": { "active_state": "active", "description": "Import network configuration from initramfs", "load_state": "loaded", "name": "import-state.service", "sub_state": "exited" }, "init.scope": { "active_state": "active", "description": "System and Service Manager", "load_state": "loaded", "name": "init.scope", "sub_state": "running" }, "irqbalance.service": { "active_state": "active", "description": "irqbalance daemon", "load_state": "loaded", "name": "irqbalance.service", "sub_state": "running" }, "kdump.service": { "active_state": "active", "description": "Crash recovery kernel arming", "load_state": "loaded", "name": "kdump.service", "sub_state": "exited" }, "kmod-static-nodes.service": { "active_state": "active", "description": "Create list of required static device nodes for the current kernel", "load_state": "loaded", "name": "kmod-static-nodes.service", "sub_state": "exited" }, "local-fs-pre.target": { "active_state": "active", "description": "Local File Systems (Pre)", "load_state": "loaded", "name": "local-fs-pre.target", "sub_state": "active" }, "local-fs.target": { "active_state": "active", "description": "Local File Systems", "load_state": "loaded", "name": "local-fs.target", "sub_state": "active" }, "multi-user.target": { "active_state": "active", "description": "Multi-User System", "load_state": "loaded", "name": "multi-user.target", "sub_state": "active" }, "network-online.target": { "active_state": "active", "description": "Network is Online", "load_state": "loaded", "name": "network-online.target", "sub_state": "active" }, "network-pre.target": { "active_state": "active", "description": "Network (Pre)", "load_state": "loaded", "name": "network-pre.target", "sub_state": "active" }, "network.target": { "active_state": "active", "description": "Network", "load_state": "loaded", "name": "network.target", "sub_state": "active" }, "nfs-client.target": { "active_state": "active", "description": "NFS client services", "load_state": "loaded", "name": "nfs-client.target", "sub_state": "active" }, "nis-domainname.service": { "active_state": "active", "description": "Read and set NIS domainname from /etc/sysconfig/network", "load_state": "loaded", "name": "nis-domainname.service", "sub_state": "exited" }, "nss-user-lookup.target": { "active_state": "active", "description": "User and Group Name Lookups", "load_state": "loaded", "name": "nss-user-lookup.target", "sub_state": "active" }, "paths.target": { "active_state": "active", "description": "Paths", "load_state": "loaded", "name": "paths.target", "sub_state": "active" }, "plymouth-quit-wait.service": { "active_state": "active", "description": "Hold until boot process finishes up", "load_state": "loaded", "name": "plymouth-quit-wait.service", "sub_state": "exited" }, "plymouth-quit.service": { "active_state": "active", "description": "Terminate Plymouth Boot Screen", "load_state": "loaded", "name": "plymouth-quit.service", "sub_state": "exited" }, "plymouth-read-write.service": { "active_state": "active", "description": "Tell Plymouth To Write Out Runtime Data", "load_state": "loaded", "name": "plymouth-read-write.service", "sub_state": "exited" }, "plymouth-start.service": { "active_state": "active", "description": "Show Plymouth Boot Screen", "load_state": "loaded", "name": "plymouth-start.service", "sub_state": "exited" }, "polkit.service": { "active_state": "active", "description": "Authorization Manager", "load_state": "loaded", "name": "polkit.service", "sub_state": "running" }, "proc-sys-fs-binfmt_misc.automount": { "active_state": "active", "description": "Arbitrary Executable File Formats File System Automount Point", "load_state": "loaded", "name": "proc-sys-fs-binfmt_misc.automount", "sub_state": "waiting" }, "remote-fs-pre.target": { "active_state": "active", "description": "Remote File Systems (Pre)", "load_state": "loaded", "name": "remote-fs-pre.target", "sub_state": "active" }, "remote-fs.target": { "active_state": "active", "description": "Remote File Systems", "load_state": "loaded", "name": "remote-fs.target", "sub_state": "active" }, "restraintd.service": { "active_state": "active", "description": "The restraint harness.", "load_state": "loaded", "name": "restraintd.service", "sub_state": "running" }, "rngd.service": { "active_state": "active", "description": "Hardware RNG Entropy Gatherer Daemon", "load_state": "loaded", "name": "rngd.service", "sub_state": "running" }, "rpc-statd-notify.service": { "active_state": "active", "description": "Notify NFS peers of a restart", "load_state": "loaded", "name": "rpc-statd-notify.service", "sub_state": "exited" }, "rpc_pipefs.target": { "active_state": "active", "description": "rpc_pipefs.target", "load_state": "loaded", "name": "rpc_pipefs.target", "sub_state": "active" }, "rpcbind.service": { "active_state": "active", "description": "RPC Bind", "load_state": "loaded", "name": "rpcbind.service", "sub_state": "running" }, "rpcbind.socket": { "active_state": "active", "description": "RPCbind Server Activation Socket", "load_state": "loaded", "name": "rpcbind.socket", "sub_state": "running" }, "rpcbind.target": { "active_state": "active", "description": "RPC Port Mapper", "load_state": "loaded", "name": "rpcbind.target", "sub_state": "active" }, "rsyslog.service": { "active_state": "active", "description": "System Logging Service", "load_state": "loaded", "name": "rsyslog.service", "sub_state": "running" }, "run-user-0.mount": { "active_state": "active", "description": "/run/user/0", "load_state": "loaded", "name": "run-user-0.mount", "sub_state": "mounted" }, "session-3.scope": { "active_state": "active", "description": "Session 3 of user root", "load_state": "loaded", "name": "session-3.scope", "sub_state": "running" }, "session-5.scope": { "active_state": "active", "description": "Session 5 of user root", "load_state": "loaded", "name": "session-5.scope", "sub_state": "running" }, "slices.target": { "active_state": "active", "description": "Slices", "load_state": "loaded", "name": "slices.target", "sub_state": "active" }, "sockets.target": { "active_state": "active", "description": "Sockets", "load_state": "loaded", "name": "sockets.target", "sub_state": "active" }, "sshd-keygen.target": { "active_state": "active", "description": "sshd-keygen.target", "load_state": "loaded", "name": "sshd-keygen.target", "sub_state": "active" }, "sshd.service": { "active_state": "active", "description": "OpenSSH server daemon", "load_state": "loaded", "name": "sshd.service", "sub_state": "running" }, "sssd-kcm.socket": { "active_state": "active", "description": "SSSD Kerberos Cache Manager responder socket", "load_state": "loaded", "name": "sssd-kcm.socket", "sub_state": "listening" }, "swap.target": { "active_state": "active", "description": "Swap", "load_state": "loaded", "name": "swap.target", "sub_state": "active" }, "sys-devices-platform-serial8250-tty-ttyS1.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS1", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS1.device", "sub_state": "plugged" }, "sys-devices-platform-serial8250-tty-ttyS2.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS2", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS2.device", "sub_state": "plugged" }, "sys-devices-platform-serial8250-tty-ttyS3.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS3", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS3.device", "sub_state": "plugged" }, "sys-devices-pnp0-00:06-tty-ttyS0.device": { "active_state": "active", "description": "/sys/devices/pnp0/00:06/tty/ttyS0", "load_state": "loaded", "name": "sys-devices-pnp0-00:06-tty-ttyS0.device", "sub_state": "plugged" }, "sys-devices-vbd\\x2d768-block-xvda-xvda1.device": { "active_state": "active", "description": "/sys/devices/vbd-768/block/xvda/xvda1", "load_state": "loaded", "name": "sys-devices-vbd\\x2d768-block-xvda-xvda1.device", "sub_state": "plugged" }, "sys-devices-vbd\\x2d768-block-xvda.device": { "active_state": "active", "description": "/sys/devices/vbd-768/block/xvda", "load_state": "loaded", "name": "sys-devices-vbd\\x2d768-block-xvda.device", "sub_state": "plugged" }, "sys-devices-vif\\x2d0-net-eth0.device": { "active_state": "active", "description": "/sys/devices/vif-0/net/eth0", "load_state": "loaded", "name": "sys-devices-vif\\x2d0-net-eth0.device", "sub_state": "plugged" }, "sys-kernel-config.mount": { "active_state": "active", "description": "Kernel Configuration File System", "load_state": "loaded", "name": "sys-kernel-config.mount", "sub_state": "mounted" }, "sys-kernel-debug.mount": { "active_state": "active", "description": "Kernel Debug File System", "load_state": "loaded", "name": "sys-kernel-debug.mount", "sub_state": "mounted" }, "sys-kernel-tracing.mount": { "active_state": "active", "description": "/sys/kernel/tracing", "load_state": "loaded", "name": "sys-kernel-tracing.mount", "sub_state": "mounted" }, "sys-module-configfs.device": { "active_state": "active", "description": "/sys/module/configfs", "load_state": "loaded", "name": "sys-module-configfs.device", "sub_state": "plugged" }, "sys-subsystem-net-devices-eth0.device": { "active_state": "active", "description": "/sys/subsystem/net/devices/eth0", "load_state": "loaded", "name": "sys-subsystem-net-devices-eth0.device", "sub_state": "plugged" }, "sysinit.target": { "active_state": "active", "description": "System Initialization", "load_state": "loaded", "name": "sysinit.target", "sub_state": "active" }, "system-getty.slice": { "active_state": "active", "description": "system-getty.slice", "load_state": "loaded", "name": "system-getty.slice", "sub_state": "active" }, "system-sshd\\x2dkeygen.slice": { "active_state": "active", "description": "system-sshd\\x2dkeygen.slice", "load_state": "loaded", "name": "system-sshd\\x2dkeygen.slice", "sub_state": "active" }, "system.slice": { "active_state": "active", "description": "System Slice", "load_state": "loaded", "name": "system.slice", "sub_state": "active" }, "systemd-ask-password-plymouth.path": { "active_state": "active", "description": "Forward Password Requests to Plymouth Directory Watch", "load_state": "loaded", "name": "systemd-ask-password-plymouth.path", "sub_state": "waiting" }, "systemd-ask-password-wall.path": { "active_state": "active", "description": "Forward Password Requests to Wall Directory Watch", "load_state": "loaded", "name": "systemd-ask-password-wall.path", "sub_state": "waiting" }, "systemd-coredump.socket": { "active_state": "active", "description": "Process Core Dump Socket", "load_state": "loaded", "name": "systemd-coredump.socket", "sub_state": "listening" }, "systemd-initctl.socket": { "active_state": "active", "description": "initctl Compatibility Named Pipe", "load_state": "loaded", "name": "systemd-initctl.socket", "sub_state": "listening" }, "systemd-journal-flush.service": { "active_state": "active", "description": "Flush Journal to Persistent Storage", "load_state": "loaded", "name": "systemd-journal-flush.service", "sub_state": "exited" }, "systemd-journald-dev-log.socket": { "active_state": "active", "description": "Journal Socket (/dev/log)", "load_state": "loaded", "name": "systemd-journald-dev-log.socket", "sub_state": "running" }, "systemd-journald.service": { "active_state": "active", "description": "Journal Service", "load_state": "loaded", "name": "systemd-journald.service", "sub_state": "running" }, "systemd-journald.socket": { "active_state": "active", "description": "Journal Socket", "load_state": "loaded", "name": "systemd-journald.socket", "sub_state": "running" }, "systemd-logind.service": { "active_state": "active", "description": "Login Service", "load_state": "loaded", "name": "systemd-logind.service", "sub_state": "running" }, "systemd-machine-id-commit.service": { "active_state": "active", "description": "Commit a transient machine-id on disk", "load_state": "loaded", "name": "systemd-machine-id-commit.service", "sub_state": "exited" }, "systemd-random-seed.service": { "active_state": "active", "description": "Load/Save Random Seed", "load_state": "loaded", "name": "systemd-random-seed.service", "sub_state": "exited" }, "systemd-remount-fs.service": { "active_state": "active", "description": "Remount Root and Kernel File Systems", "load_state": "loaded", "name": "systemd-remount-fs.service", "sub_state": "exited" }, "systemd-sysctl.service": { "active_state": "active", "description": "Apply Kernel Variables", "load_state": "loaded", "name": "systemd-sysctl.service", "sub_state": "exited" }, "systemd-tmpfiles-clean.timer": { "active_state": "active", "description": "Daily Cleanup of Temporary Directories", "load_state": "loaded", "name": "systemd-tmpfiles-clean.timer", "sub_state": "waiting" }, "systemd-tmpfiles-setup-dev.service": { "active_state": "active", "description": "Create Static Device Nodes in /dev", "load_state": "loaded", "name": "systemd-tmpfiles-setup-dev.service", "sub_state": "exited" }, "systemd-tmpfiles-setup.service": { "active_state": "active", "description": "Create Volatile Files and Directories", "load_state": "loaded", "name": "systemd-tmpfiles-setup.service", "sub_state": "exited" }, "systemd-udev-trigger.service": { "active_state": "active", "description": "udev Coldplug all Devices", "load_state": "loaded", "name": "systemd-udev-trigger.service", "sub_state": "exited" }, "systemd-udevd-control.socket": { "active_state": "active", "description": "udev Control Socket", "load_state": "loaded", "name": "systemd-udevd-control.socket", "sub_state": "running" }, "systemd-udevd-kernel.socket": { "active_state": "active", "description": "udev Kernel Socket", "load_state": "loaded", "name": "systemd-udevd-kernel.socket", "sub_state": "running" }, "systemd-udevd.service": { "active_state": "active", "description": "udev Kernel Device Manager", "load_state": "loaded", "name": "systemd-udevd.service", "sub_state": "running" }, "systemd-update-utmp.service": { "active_state": "active", "description": "Update UTMP about System Boot/Shutdown", "load_state": "loaded", "name": "systemd-update-utmp.service", "sub_state": "exited" }, "systemd-user-sessions.service": { "active_state": "active", "description": "Permit User Sessions", "load_state": "loaded", "name": "systemd-user-sessions.service", "sub_state": "exited" }, "timers.target": { "active_state": "active", "description": "Timers", "load_state": "loaded", "name": "timers.target", "sub_state": "active" }, "tuned.service": { "active_state": "active", "description": "Dynamic System Tuning Daemon", "load_state": "loaded", "name": "tuned.service", "sub_state": "running" }, "unbound-anchor.timer": { "active_state": "active", "description": "daily update of the root trust anchor for DNSSEC", "load_state": "loaded", "name": "unbound-anchor.timer", "sub_state": "waiting" }, "user-0.slice": { "active_state": "active", "description": "User Slice of UID 0", "load_state": "loaded", "name": "user-0.slice", "sub_state": "active" }, "user-runtime-dir@0.service": { "active_state": "active", "description": "User runtime directory /run/user/0", "load_state": "loaded", "name": "user-runtime-dir@0.service", "sub_state": "exited" }, "user.slice": { "active_state": "active", "description": "User and Session Slice", "load_state": "loaded", "name": "user.slice", "sub_state": "active" }, "user@0.service": { "active_state": "active", "description": "User Manager for UID 0", "load_state": "loaded", "name": "user@0.service", "sub_state": "running" }, "var-lib-nfs-rpc_pipefs.mount": { "active_state": "active", "description": "RPC Pipe File System", "load_state": "loaded", "name": "var-lib-nfs-rpc_pipefs.mount", "sub_state": "mounted" } } } TASK [fedora.linux_system_roles.systemd : Gather systemd units state for system and user units] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:150 Monday 11 November 2024 18:52:18 -0500 (0:00:00.045) 0:01:03.519 ******* included: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_systemd_units_info.yml for managed-node1 => (item={'key': 'root', 'value': {'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'group': '0'}}) TASK [fedora.linux_system_roles.systemd : Gather systemd units state for system and user units] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_systemd_units_info.yml:7 Monday 11 November 2024 18:52:18 -0500 (0:00:00.064) 0:01:03.583 ******* ok: [managed-node1] => { "ansible_facts": { "systemd_units": { "-.mount": { "active_state": "active", "description": "Root Mount", "load_state": "loaded", "name": "-.mount", "sub_state": "mounted" }, "-.slice": { "active_state": "active", "description": "Root Slice", "load_state": "loaded", "name": "-.slice", "sub_state": "active" }, "NetworkManager-wait-online.service": { "active_state": "active", "description": "Network Manager Wait Online", "load_state": "loaded", "name": "NetworkManager-wait-online.service", "sub_state": "exited" }, "NetworkManager.service": { "active_state": "active", "description": "Network Manager", "load_state": "loaded", "name": "NetworkManager.service", "sub_state": "running" }, "auditd.service": { "active_state": "active", "description": "Security Auditing Service", "load_state": "loaded", "name": "auditd.service", "sub_state": "running" }, "basic.target": { "active_state": "active", "description": "Basic System", "load_state": "loaded", "name": "basic.target", "sub_state": "active" }, "chronyd.service": { "active_state": "active", "description": "NTP client/server", "load_state": "loaded", "name": "chronyd.service", "sub_state": "running" }, "cloud-config.service": { "active_state": "active", "description": "Apply the settings specified in cloud-config", "load_state": "loaded", "name": "cloud-config.service", "sub_state": "exited" }, "cloud-config.target": { "active_state": "active", "description": "Cloud-config availability", "load_state": "loaded", "name": "cloud-config.target", "sub_state": "active" }, "cloud-final.service": { "active_state": "active", "description": "Execute cloud user/final scripts", "load_state": "loaded", "name": "cloud-final.service", "sub_state": "exited" }, "cloud-init-local.service": { "active_state": "active", "description": "Initial cloud-init job (pre-networking)", "load_state": "loaded", "name": "cloud-init-local.service", "sub_state": "exited" }, "cloud-init.service": { "active_state": "active", "description": "Initial cloud-init job (metadata service crawler)", "load_state": "loaded", "name": "cloud-init.service", "sub_state": "exited" }, "cloud-init.target": { "active_state": "active", "description": "Cloud-init target", "load_state": "loaded", "name": "cloud-init.target", "sub_state": "active" }, "crond.service": { "active_state": "active", "description": "Command Scheduler", "load_state": "loaded", "name": "crond.service", "sub_state": "running" }, "cryptsetup.target": { "active_state": "active", "description": "Local Encrypted Volumes", "load_state": "loaded", "name": "cryptsetup.target", "sub_state": "active" }, "dbus.service": { "active_state": "active", "description": "D-Bus System Message Bus", "load_state": "loaded", "name": "dbus.service", "sub_state": "running" }, "dbus.socket": { "active_state": "active", "description": "D-Bus System Message Bus Socket", "load_state": "loaded", "name": "dbus.socket", "sub_state": "running" }, "dev-hugepages.mount": { "active_state": "active", "description": "Huge Pages File System", "load_state": "loaded", "name": "dev-hugepages.mount", "sub_state": "mounted" }, "dev-mqueue.mount": { "active_state": "active", "description": "POSIX Message Queue File System", "load_state": "loaded", "name": "dev-mqueue.mount", "sub_state": "mounted" }, "dnf-makecache.timer": { "active_state": "active", "description": "dnf makecache --timer", "load_state": "loaded", "name": "dnf-makecache.timer", "sub_state": "waiting" }, "dracut-shutdown.service": { "active_state": "active", "description": "Restore /run/initramfs on shutdown", "load_state": "loaded", "name": "dracut-shutdown.service", "sub_state": "exited" }, "foo.service": { "active_state": "active", "description": "foo.service", "load_state": "loaded", "name": "foo.service", "sub_state": "running" }, "getty.target": { "active_state": "active", "description": "Login Prompts", "load_state": "loaded", "name": "getty.target", "sub_state": "active" }, "getty@tty1.service": { "active_state": "active", "description": "Getty on tty1", "load_state": "loaded", "name": "getty@tty1.service", "sub_state": "running" }, "gssproxy.service": { "active_state": "active", "description": "GSSAPI Proxy Daemon", "load_state": "loaded", "name": "gssproxy.service", "sub_state": "running" }, "import-state.service": { "active_state": "active", "description": "Import network configuration from initramfs", "load_state": "loaded", "name": "import-state.service", "sub_state": "exited" }, "init.scope": { "active_state": "active", "description": "System and Service Manager", "load_state": "loaded", "name": "init.scope", "sub_state": "running" }, "irqbalance.service": { "active_state": "active", "description": "irqbalance daemon", "load_state": "loaded", "name": "irqbalance.service", "sub_state": "running" }, "kdump.service": { "active_state": "active", "description": "Crash recovery kernel arming", "load_state": "loaded", "name": "kdump.service", "sub_state": "exited" }, "kmod-static-nodes.service": { "active_state": "active", "description": "Create list of required static device nodes for the current kernel", "load_state": "loaded", "name": "kmod-static-nodes.service", "sub_state": "exited" }, "local-fs-pre.target": { "active_state": "active", "description": "Local File Systems (Pre)", "load_state": "loaded", "name": "local-fs-pre.target", "sub_state": "active" }, "local-fs.target": { "active_state": "active", "description": "Local File Systems", "load_state": "loaded", "name": "local-fs.target", "sub_state": "active" }, "multi-user.target": { "active_state": "active", "description": "Multi-User System", "load_state": "loaded", "name": "multi-user.target", "sub_state": "active" }, "network-online.target": { "active_state": "active", "description": "Network is Online", "load_state": "loaded", "name": "network-online.target", "sub_state": "active" }, "network-pre.target": { "active_state": "active", "description": "Network (Pre)", "load_state": "loaded", "name": "network-pre.target", "sub_state": "active" }, "network.target": { "active_state": "active", "description": "Network", "load_state": "loaded", "name": "network.target", "sub_state": "active" }, "nfs-client.target": { "active_state": "active", "description": "NFS client services", "load_state": "loaded", "name": "nfs-client.target", "sub_state": "active" }, "nis-domainname.service": { "active_state": "active", "description": "Read and set NIS domainname from /etc/sysconfig/network", "load_state": "loaded", "name": "nis-domainname.service", "sub_state": "exited" }, "nss-user-lookup.target": { "active_state": "active", "description": "User and Group Name Lookups", "load_state": "loaded", "name": "nss-user-lookup.target", "sub_state": "active" }, "paths.target": { "active_state": "active", "description": "Paths", "load_state": "loaded", "name": "paths.target", "sub_state": "active" }, "plymouth-quit-wait.service": { "active_state": "active", "description": "Hold until boot process finishes up", "load_state": "loaded", "name": "plymouth-quit-wait.service", "sub_state": "exited" }, "plymouth-quit.service": { "active_state": "active", "description": "Terminate Plymouth Boot Screen", "load_state": "loaded", "name": "plymouth-quit.service", "sub_state": "exited" }, "plymouth-read-write.service": { "active_state": "active", "description": "Tell Plymouth To Write Out Runtime Data", "load_state": "loaded", "name": "plymouth-read-write.service", "sub_state": "exited" }, "plymouth-start.service": { "active_state": "active", "description": "Show Plymouth Boot Screen", "load_state": "loaded", "name": "plymouth-start.service", "sub_state": "exited" }, "polkit.service": { "active_state": "active", "description": "Authorization Manager", "load_state": "loaded", "name": "polkit.service", "sub_state": "running" }, "proc-sys-fs-binfmt_misc.automount": { "active_state": "active", "description": "Arbitrary Executable File Formats File System Automount Point", "load_state": "loaded", "name": "proc-sys-fs-binfmt_misc.automount", "sub_state": "waiting" }, "remote-fs-pre.target": { "active_state": "active", "description": "Remote File Systems (Pre)", "load_state": "loaded", "name": "remote-fs-pre.target", "sub_state": "active" }, "remote-fs.target": { "active_state": "active", "description": "Remote File Systems", "load_state": "loaded", "name": "remote-fs.target", "sub_state": "active" }, "restraintd.service": { "active_state": "active", "description": "The restraint harness.", "load_state": "loaded", "name": "restraintd.service", "sub_state": "running" }, "rngd.service": { "active_state": "active", "description": "Hardware RNG Entropy Gatherer Daemon", "load_state": "loaded", "name": "rngd.service", "sub_state": "running" }, "rpc-statd-notify.service": { "active_state": "active", "description": "Notify NFS peers of a restart", "load_state": "loaded", "name": "rpc-statd-notify.service", "sub_state": "exited" }, "rpc_pipefs.target": { "active_state": "active", "description": "rpc_pipefs.target", "load_state": "loaded", "name": "rpc_pipefs.target", "sub_state": "active" }, "rpcbind.service": { "active_state": "active", "description": "RPC Bind", "load_state": "loaded", "name": "rpcbind.service", "sub_state": "running" }, "rpcbind.socket": { "active_state": "active", "description": "RPCbind Server Activation Socket", "load_state": "loaded", "name": "rpcbind.socket", "sub_state": "running" }, "rpcbind.target": { "active_state": "active", "description": "RPC Port Mapper", "load_state": "loaded", "name": "rpcbind.target", "sub_state": "active" }, "rsyslog.service": { "active_state": "active", "description": "System Logging Service", "load_state": "loaded", "name": "rsyslog.service", "sub_state": "running" }, "run-user-0.mount": { "active_state": "active", "description": "/run/user/0", "load_state": "loaded", "name": "run-user-0.mount", "sub_state": "mounted" }, "session-3.scope": { "active_state": "active", "description": "Session 3 of user root", "load_state": "loaded", "name": "session-3.scope", "sub_state": "running" }, "session-5.scope": { "active_state": "active", "description": "Session 5 of user root", "load_state": "loaded", "name": "session-5.scope", "sub_state": "running" }, "slices.target": { "active_state": "active", "description": "Slices", "load_state": "loaded", "name": "slices.target", "sub_state": "active" }, "sockets.target": { "active_state": "active", "description": "Sockets", "load_state": "loaded", "name": "sockets.target", "sub_state": "active" }, "sshd-keygen.target": { "active_state": "active", "description": "sshd-keygen.target", "load_state": "loaded", "name": "sshd-keygen.target", "sub_state": "active" }, "sshd.service": { "active_state": "active", "description": "OpenSSH server daemon", "load_state": "loaded", "name": "sshd.service", "sub_state": "running" }, "sssd-kcm.socket": { "active_state": "active", "description": "SSSD Kerberos Cache Manager responder socket", "load_state": "loaded", "name": "sssd-kcm.socket", "sub_state": "listening" }, "swap.target": { "active_state": "active", "description": "Swap", "load_state": "loaded", "name": "swap.target", "sub_state": "active" }, "sys-devices-platform-serial8250-tty-ttyS1.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS1", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS1.device", "sub_state": "plugged" }, "sys-devices-platform-serial8250-tty-ttyS2.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS2", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS2.device", "sub_state": "plugged" }, "sys-devices-platform-serial8250-tty-ttyS3.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS3", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS3.device", "sub_state": "plugged" }, "sys-devices-pnp0-00:06-tty-ttyS0.device": { "active_state": "active", "description": "/sys/devices/pnp0/00:06/tty/ttyS0", "load_state": "loaded", "name": "sys-devices-pnp0-00:06-tty-ttyS0.device", "sub_state": "plugged" }, "sys-devices-vbd\\x2d768-block-xvda-xvda1.device": { "active_state": "active", "description": "/sys/devices/vbd-768/block/xvda/xvda1", "load_state": "loaded", "name": "sys-devices-vbd\\x2d768-block-xvda-xvda1.device", "sub_state": "plugged" }, "sys-devices-vbd\\x2d768-block-xvda.device": { "active_state": "active", "description": "/sys/devices/vbd-768/block/xvda", "load_state": "loaded", "name": "sys-devices-vbd\\x2d768-block-xvda.device", "sub_state": "plugged" }, "sys-devices-vif\\x2d0-net-eth0.device": { "active_state": "active", "description": "/sys/devices/vif-0/net/eth0", "load_state": "loaded", "name": "sys-devices-vif\\x2d0-net-eth0.device", "sub_state": "plugged" }, "sys-kernel-config.mount": { "active_state": "active", "description": "Kernel Configuration File System", "load_state": "loaded", "name": "sys-kernel-config.mount", "sub_state": "mounted" }, "sys-kernel-debug.mount": { "active_state": "active", "description": "Kernel Debug File System", "load_state": "loaded", "name": "sys-kernel-debug.mount", "sub_state": "mounted" }, "sys-kernel-tracing.mount": { "active_state": "active", "description": "/sys/kernel/tracing", "load_state": "loaded", "name": "sys-kernel-tracing.mount", "sub_state": "mounted" }, "sys-module-configfs.device": { "active_state": "active", "description": "/sys/module/configfs", "load_state": "loaded", "name": "sys-module-configfs.device", "sub_state": "plugged" }, "sys-subsystem-net-devices-eth0.device": { "active_state": "active", "description": "/sys/subsystem/net/devices/eth0", "load_state": "loaded", "name": "sys-subsystem-net-devices-eth0.device", "sub_state": "plugged" }, "sysinit.target": { "active_state": "active", "description": "System Initialization", "load_state": "loaded", "name": "sysinit.target", "sub_state": "active" }, "system-getty.slice": { "active_state": "active", "description": "system-getty.slice", "load_state": "loaded", "name": "system-getty.slice", "sub_state": "active" }, "system-sshd\\x2dkeygen.slice": { "active_state": "active", "description": "system-sshd\\x2dkeygen.slice", "load_state": "loaded", "name": "system-sshd\\x2dkeygen.slice", "sub_state": "active" }, "system.slice": { "active_state": "active", "description": "System Slice", "load_state": "loaded", "name": "system.slice", "sub_state": "active" }, "systemd-ask-password-plymouth.path": { "active_state": "active", "description": "Forward Password Requests to Plymouth Directory Watch", "load_state": "loaded", "name": "systemd-ask-password-plymouth.path", "sub_state": "waiting" }, "systemd-ask-password-wall.path": { "active_state": "active", "description": "Forward Password Requests to Wall Directory Watch", "load_state": "loaded", "name": "systemd-ask-password-wall.path", "sub_state": "waiting" }, "systemd-coredump.socket": { "active_state": "active", "description": "Process Core Dump Socket", "load_state": "loaded", "name": "systemd-coredump.socket", "sub_state": "listening" }, "systemd-initctl.socket": { "active_state": "active", "description": "initctl Compatibility Named Pipe", "load_state": "loaded", "name": "systemd-initctl.socket", "sub_state": "listening" }, "systemd-journal-flush.service": { "active_state": "active", "description": "Flush Journal to Persistent Storage", "load_state": "loaded", "name": "systemd-journal-flush.service", "sub_state": "exited" }, "systemd-journald-dev-log.socket": { "active_state": "active", "description": "Journal Socket (/dev/log)", "load_state": "loaded", "name": "systemd-journald-dev-log.socket", "sub_state": "running" }, "systemd-journald.service": { "active_state": "active", "description": "Journal Service", "load_state": "loaded", "name": "systemd-journald.service", "sub_state": "running" }, "systemd-journald.socket": { "active_state": "active", "description": "Journal Socket", "load_state": "loaded", "name": "systemd-journald.socket", "sub_state": "running" }, "systemd-logind.service": { "active_state": "active", "description": "Login Service", "load_state": "loaded", "name": "systemd-logind.service", "sub_state": "running" }, "systemd-machine-id-commit.service": { "active_state": "active", "description": "Commit a transient machine-id on disk", "load_state": "loaded", "name": "systemd-machine-id-commit.service", "sub_state": "exited" }, "systemd-random-seed.service": { "active_state": "active", "description": "Load/Save Random Seed", "load_state": "loaded", "name": "systemd-random-seed.service", "sub_state": "exited" }, "systemd-remount-fs.service": { "active_state": "active", "description": "Remount Root and Kernel File Systems", "load_state": "loaded", "name": "systemd-remount-fs.service", "sub_state": "exited" }, "systemd-sysctl.service": { "active_state": "active", "description": "Apply Kernel Variables", "load_state": "loaded", "name": "systemd-sysctl.service", "sub_state": "exited" }, "systemd-tmpfiles-clean.timer": { "active_state": "active", "description": "Daily Cleanup of Temporary Directories", "load_state": "loaded", "name": "systemd-tmpfiles-clean.timer", "sub_state": "waiting" }, "systemd-tmpfiles-setup-dev.service": { "active_state": "active", "description": "Create Static Device Nodes in /dev", "load_state": "loaded", "name": "systemd-tmpfiles-setup-dev.service", "sub_state": "exited" }, "systemd-tmpfiles-setup.service": { "active_state": "active", "description": "Create Volatile Files and Directories", "load_state": "loaded", "name": "systemd-tmpfiles-setup.service", "sub_state": "exited" }, "systemd-udev-trigger.service": { "active_state": "active", "description": "udev Coldplug all Devices", "load_state": "loaded", "name": "systemd-udev-trigger.service", "sub_state": "exited" }, "systemd-udevd-control.socket": { "active_state": "active", "description": "udev Control Socket", "load_state": "loaded", "name": "systemd-udevd-control.socket", "sub_state": "running" }, "systemd-udevd-kernel.socket": { "active_state": "active", "description": "udev Kernel Socket", "load_state": "loaded", "name": "systemd-udevd-kernel.socket", "sub_state": "running" }, "systemd-udevd.service": { "active_state": "active", "description": "udev Kernel Device Manager", "load_state": "loaded", "name": "systemd-udevd.service", "sub_state": "running" }, "systemd-update-utmp.service": { "active_state": "active", "description": "Update UTMP about System Boot/Shutdown", "load_state": "loaded", "name": "systemd-update-utmp.service", "sub_state": "exited" }, "systemd-user-sessions.service": { "active_state": "active", "description": "Permit User Sessions", "load_state": "loaded", "name": "systemd-user-sessions.service", "sub_state": "exited" }, "timers.target": { "active_state": "active", "description": "Timers", "load_state": "loaded", "name": "timers.target", "sub_state": "active" }, "tuned.service": { "active_state": "active", "description": "Dynamic System Tuning Daemon", "load_state": "loaded", "name": "tuned.service", "sub_state": "running" }, "unbound-anchor.timer": { "active_state": "active", "description": "daily update of the root trust anchor for DNSSEC", "load_state": "loaded", "name": "unbound-anchor.timer", "sub_state": "waiting" }, "user-0.slice": { "active_state": "active", "description": "User Slice of UID 0", "load_state": "loaded", "name": "user-0.slice", "sub_state": "active" }, "user-runtime-dir@0.service": { "active_state": "active", "description": "User runtime directory /run/user/0", "load_state": "loaded", "name": "user-runtime-dir@0.service", "sub_state": "exited" }, "user.slice": { "active_state": "active", "description": "User and Session Slice", "load_state": "loaded", "name": "user.slice", "sub_state": "active" }, "user@0.service": { "active_state": "active", "description": "User Manager for UID 0", "load_state": "loaded", "name": "user@0.service", "sub_state": "running" }, "var-lib-nfs-rpc_pipefs.mount": { "active_state": "active", "description": "RPC Pipe File System", "load_state": "loaded", "name": "var-lib-nfs-rpc_pipefs.mount", "sub_state": "mounted" } }, "systemd_units_user": { "root": { "-.mount": { "active_state": "active", "description": "Root Mount", "load_state": "loaded", "name": "-.mount", "sub_state": "mounted" }, "-.slice": { "active_state": "active", "description": "Root Slice", "load_state": "loaded", "name": "-.slice", "sub_state": "active" }, "NetworkManager-wait-online.service": { "active_state": "active", "description": "Network Manager Wait Online", "load_state": "loaded", "name": "NetworkManager-wait-online.service", "sub_state": "exited" }, "NetworkManager.service": { "active_state": "active", "description": "Network Manager", "load_state": "loaded", "name": "NetworkManager.service", "sub_state": "running" }, "auditd.service": { "active_state": "active", "description": "Security Auditing Service", "load_state": "loaded", "name": "auditd.service", "sub_state": "running" }, "basic.target": { "active_state": "active", "description": "Basic System", "load_state": "loaded", "name": "basic.target", "sub_state": "active" }, "chronyd.service": { "active_state": "active", "description": "NTP client/server", "load_state": "loaded", "name": "chronyd.service", "sub_state": "running" }, "cloud-config.service": { "active_state": "active", "description": "Apply the settings specified in cloud-config", "load_state": "loaded", "name": "cloud-config.service", "sub_state": "exited" }, "cloud-config.target": { "active_state": "active", "description": "Cloud-config availability", "load_state": "loaded", "name": "cloud-config.target", "sub_state": "active" }, "cloud-final.service": { "active_state": "active", "description": "Execute cloud user/final scripts", "load_state": "loaded", "name": "cloud-final.service", "sub_state": "exited" }, "cloud-init-local.service": { "active_state": "active", "description": "Initial cloud-init job (pre-networking)", "load_state": "loaded", "name": "cloud-init-local.service", "sub_state": "exited" }, "cloud-init.service": { "active_state": "active", "description": "Initial cloud-init job (metadata service crawler)", "load_state": "loaded", "name": "cloud-init.service", "sub_state": "exited" }, "cloud-init.target": { "active_state": "active", "description": "Cloud-init target", "load_state": "loaded", "name": "cloud-init.target", "sub_state": "active" }, "crond.service": { "active_state": "active", "description": "Command Scheduler", "load_state": "loaded", "name": "crond.service", "sub_state": "running" }, "cryptsetup.target": { "active_state": "active", "description": "Local Encrypted Volumes", "load_state": "loaded", "name": "cryptsetup.target", "sub_state": "active" }, "dbus.service": { "active_state": "active", "description": "D-Bus System Message Bus", "load_state": "loaded", "name": "dbus.service", "sub_state": "running" }, "dbus.socket": { "active_state": "active", "description": "D-Bus System Message Bus Socket", "load_state": "loaded", "name": "dbus.socket", "sub_state": "running" }, "dev-hugepages.mount": { "active_state": "active", "description": "Huge Pages File System", "load_state": "loaded", "name": "dev-hugepages.mount", "sub_state": "mounted" }, "dev-mqueue.mount": { "active_state": "active", "description": "POSIX Message Queue File System", "load_state": "loaded", "name": "dev-mqueue.mount", "sub_state": "mounted" }, "dnf-makecache.timer": { "active_state": "active", "description": "dnf makecache --timer", "load_state": "loaded", "name": "dnf-makecache.timer", "sub_state": "waiting" }, "dracut-shutdown.service": { "active_state": "active", "description": "Restore /run/initramfs on shutdown", "load_state": "loaded", "name": "dracut-shutdown.service", "sub_state": "exited" }, "foo.service": { "active_state": "active", "description": "foo.service", "load_state": "loaded", "name": "foo.service", "sub_state": "running" }, "getty.target": { "active_state": "active", "description": "Login Prompts", "load_state": "loaded", "name": "getty.target", "sub_state": "active" }, "getty@tty1.service": { "active_state": "active", "description": "Getty on tty1", "load_state": "loaded", "name": "getty@tty1.service", "sub_state": "running" }, "gssproxy.service": { "active_state": "active", "description": "GSSAPI Proxy Daemon", "load_state": "loaded", "name": "gssproxy.service", "sub_state": "running" }, "import-state.service": { "active_state": "active", "description": "Import network configuration from initramfs", "load_state": "loaded", "name": "import-state.service", "sub_state": "exited" }, "init.scope": { "active_state": "active", "description": "System and Service Manager", "load_state": "loaded", "name": "init.scope", "sub_state": "running" }, "irqbalance.service": { "active_state": "active", "description": "irqbalance daemon", "load_state": "loaded", "name": "irqbalance.service", "sub_state": "running" }, "kdump.service": { "active_state": "active", "description": "Crash recovery kernel arming", "load_state": "loaded", "name": "kdump.service", "sub_state": "exited" }, "kmod-static-nodes.service": { "active_state": "active", "description": "Create list of required static device nodes for the current kernel", "load_state": "loaded", "name": "kmod-static-nodes.service", "sub_state": "exited" }, "local-fs-pre.target": { "active_state": "active", "description": "Local File Systems (Pre)", "load_state": "loaded", "name": "local-fs-pre.target", "sub_state": "active" }, "local-fs.target": { "active_state": "active", "description": "Local File Systems", "load_state": "loaded", "name": "local-fs.target", "sub_state": "active" }, "multi-user.target": { "active_state": "active", "description": "Multi-User System", "load_state": "loaded", "name": "multi-user.target", "sub_state": "active" }, "network-online.target": { "active_state": "active", "description": "Network is Online", "load_state": "loaded", "name": "network-online.target", "sub_state": "active" }, "network-pre.target": { "active_state": "active", "description": "Network (Pre)", "load_state": "loaded", "name": "network-pre.target", "sub_state": "active" }, "network.target": { "active_state": "active", "description": "Network", "load_state": "loaded", "name": "network.target", "sub_state": "active" }, "nfs-client.target": { "active_state": "active", "description": "NFS client services", "load_state": "loaded", "name": "nfs-client.target", "sub_state": "active" }, "nis-domainname.service": { "active_state": "active", "description": "Read and set NIS domainname from /etc/sysconfig/network", "load_state": "loaded", "name": "nis-domainname.service", "sub_state": "exited" }, "nss-user-lookup.target": { "active_state": "active", "description": "User and Group Name Lookups", "load_state": "loaded", "name": "nss-user-lookup.target", "sub_state": "active" }, "paths.target": { "active_state": "active", "description": "Paths", "load_state": "loaded", "name": "paths.target", "sub_state": "active" }, "plymouth-quit-wait.service": { "active_state": "active", "description": "Hold until boot process finishes up", "load_state": "loaded", "name": "plymouth-quit-wait.service", "sub_state": "exited" }, "plymouth-quit.service": { "active_state": "active", "description": "Terminate Plymouth Boot Screen", "load_state": "loaded", "name": "plymouth-quit.service", "sub_state": "exited" }, "plymouth-read-write.service": { "active_state": "active", "description": "Tell Plymouth To Write Out Runtime Data", "load_state": "loaded", "name": "plymouth-read-write.service", "sub_state": "exited" }, "plymouth-start.service": { "active_state": "active", "description": "Show Plymouth Boot Screen", "load_state": "loaded", "name": "plymouth-start.service", "sub_state": "exited" }, "polkit.service": { "active_state": "active", "description": "Authorization Manager", "load_state": "loaded", "name": "polkit.service", "sub_state": "running" }, "proc-sys-fs-binfmt_misc.automount": { "active_state": "active", "description": "Arbitrary Executable File Formats File System Automount Point", "load_state": "loaded", "name": "proc-sys-fs-binfmt_misc.automount", "sub_state": "waiting" }, "remote-fs-pre.target": { "active_state": "active", "description": "Remote File Systems (Pre)", "load_state": "loaded", "name": "remote-fs-pre.target", "sub_state": "active" }, "remote-fs.target": { "active_state": "active", "description": "Remote File Systems", "load_state": "loaded", "name": "remote-fs.target", "sub_state": "active" }, "restraintd.service": { "active_state": "active", "description": "The restraint harness.", "load_state": "loaded", "name": "restraintd.service", "sub_state": "running" }, "rngd.service": { "active_state": "active", "description": "Hardware RNG Entropy Gatherer Daemon", "load_state": "loaded", "name": "rngd.service", "sub_state": "running" }, "rpc-statd-notify.service": { "active_state": "active", "description": "Notify NFS peers of a restart", "load_state": "loaded", "name": "rpc-statd-notify.service", "sub_state": "exited" }, "rpc_pipefs.target": { "active_state": "active", "description": "rpc_pipefs.target", "load_state": "loaded", "name": "rpc_pipefs.target", "sub_state": "active" }, "rpcbind.service": { "active_state": "active", "description": "RPC Bind", "load_state": "loaded", "name": "rpcbind.service", "sub_state": "running" }, "rpcbind.socket": { "active_state": "active", "description": "RPCbind Server Activation Socket", "load_state": "loaded", "name": "rpcbind.socket", "sub_state": "running" }, "rpcbind.target": { "active_state": "active", "description": "RPC Port Mapper", "load_state": "loaded", "name": "rpcbind.target", "sub_state": "active" }, "rsyslog.service": { "active_state": "active", "description": "System Logging Service", "load_state": "loaded", "name": "rsyslog.service", "sub_state": "running" }, "run-user-0.mount": { "active_state": "active", "description": "/run/user/0", "load_state": "loaded", "name": "run-user-0.mount", "sub_state": "mounted" }, "session-3.scope": { "active_state": "active", "description": "Session 3 of user root", "load_state": "loaded", "name": "session-3.scope", "sub_state": "running" }, "session-5.scope": { "active_state": "active", "description": "Session 5 of user root", "load_state": "loaded", "name": "session-5.scope", "sub_state": "running" }, "slices.target": { "active_state": "active", "description": "Slices", "load_state": "loaded", "name": "slices.target", "sub_state": "active" }, "sockets.target": { "active_state": "active", "description": "Sockets", "load_state": "loaded", "name": "sockets.target", "sub_state": "active" }, "sshd-keygen.target": { "active_state": "active", "description": "sshd-keygen.target", "load_state": "loaded", "name": "sshd-keygen.target", "sub_state": "active" }, "sshd.service": { "active_state": "active", "description": "OpenSSH server daemon", "load_state": "loaded", "name": "sshd.service", "sub_state": "running" }, "sssd-kcm.socket": { "active_state": "active", "description": "SSSD Kerberos Cache Manager responder socket", "load_state": "loaded", "name": "sssd-kcm.socket", "sub_state": "listening" }, "swap.target": { "active_state": "active", "description": "Swap", "load_state": "loaded", "name": "swap.target", "sub_state": "active" }, "sys-devices-platform-serial8250-tty-ttyS1.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS1", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS1.device", "sub_state": "plugged" }, "sys-devices-platform-serial8250-tty-ttyS2.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS2", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS2.device", "sub_state": "plugged" }, "sys-devices-platform-serial8250-tty-ttyS3.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS3", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS3.device", "sub_state": "plugged" }, "sys-devices-pnp0-00:06-tty-ttyS0.device": { "active_state": "active", "description": "/sys/devices/pnp0/00:06/tty/ttyS0", "load_state": "loaded", "name": "sys-devices-pnp0-00:06-tty-ttyS0.device", "sub_state": "plugged" }, "sys-devices-vbd\\x2d768-block-xvda-xvda1.device": { "active_state": "active", "description": "/sys/devices/vbd-768/block/xvda/xvda1", "load_state": "loaded", "name": "sys-devices-vbd\\x2d768-block-xvda-xvda1.device", "sub_state": "plugged" }, "sys-devices-vbd\\x2d768-block-xvda.device": { "active_state": "active", "description": "/sys/devices/vbd-768/block/xvda", "load_state": "loaded", "name": "sys-devices-vbd\\x2d768-block-xvda.device", "sub_state": "plugged" }, "sys-devices-vif\\x2d0-net-eth0.device": { "active_state": "active", "description": "/sys/devices/vif-0/net/eth0", "load_state": "loaded", "name": "sys-devices-vif\\x2d0-net-eth0.device", "sub_state": "plugged" }, "sys-kernel-config.mount": { "active_state": "active", "description": "Kernel Configuration File System", "load_state": "loaded", "name": "sys-kernel-config.mount", "sub_state": "mounted" }, "sys-kernel-debug.mount": { "active_state": "active", "description": "Kernel Debug File System", "load_state": "loaded", "name": "sys-kernel-debug.mount", "sub_state": "mounted" }, "sys-kernel-tracing.mount": { "active_state": "active", "description": "/sys/kernel/tracing", "load_state": "loaded", "name": "sys-kernel-tracing.mount", "sub_state": "mounted" }, "sys-module-configfs.device": { "active_state": "active", "description": "/sys/module/configfs", "load_state": "loaded", "name": "sys-module-configfs.device", "sub_state": "plugged" }, "sys-subsystem-net-devices-eth0.device": { "active_state": "active", "description": "/sys/subsystem/net/devices/eth0", "load_state": "loaded", "name": "sys-subsystem-net-devices-eth0.device", "sub_state": "plugged" }, "sysinit.target": { "active_state": "active", "description": "System Initialization", "load_state": "loaded", "name": "sysinit.target", "sub_state": "active" }, "system-getty.slice": { "active_state": "active", "description": "system-getty.slice", "load_state": "loaded", "name": "system-getty.slice", "sub_state": "active" }, "system-sshd\\x2dkeygen.slice": { "active_state": "active", "description": "system-sshd\\x2dkeygen.slice", "load_state": "loaded", "name": "system-sshd\\x2dkeygen.slice", "sub_state": "active" }, "system.slice": { "active_state": "active", "description": "System Slice", "load_state": "loaded", "name": "system.slice", "sub_state": "active" }, "systemd-ask-password-plymouth.path": { "active_state": "active", "description": "Forward Password Requests to Plymouth Directory Watch", "load_state": "loaded", "name": "systemd-ask-password-plymouth.path", "sub_state": "waiting" }, "systemd-ask-password-wall.path": { "active_state": "active", "description": "Forward Password Requests to Wall Directory Watch", "load_state": "loaded", "name": "systemd-ask-password-wall.path", "sub_state": "waiting" }, "systemd-coredump.socket": { "active_state": "active", "description": "Process Core Dump Socket", "load_state": "loaded", "name": "systemd-coredump.socket", "sub_state": "listening" }, "systemd-initctl.socket": { "active_state": "active", "description": "initctl Compatibility Named Pipe", "load_state": "loaded", "name": "systemd-initctl.socket", "sub_state": "listening" }, "systemd-journal-flush.service": { "active_state": "active", "description": "Flush Journal to Persistent Storage", "load_state": "loaded", "name": "systemd-journal-flush.service", "sub_state": "exited" }, "systemd-journald-dev-log.socket": { "active_state": "active", "description": "Journal Socket (/dev/log)", "load_state": "loaded", "name": "systemd-journald-dev-log.socket", "sub_state": "running" }, "systemd-journald.service": { "active_state": "active", "description": "Journal Service", "load_state": "loaded", "name": "systemd-journald.service", "sub_state": "running" }, "systemd-journald.socket": { "active_state": "active", "description": "Journal Socket", "load_state": "loaded", "name": "systemd-journald.socket", "sub_state": "running" }, "systemd-logind.service": { "active_state": "active", "description": "Login Service", "load_state": "loaded", "name": "systemd-logind.service", "sub_state": "running" }, "systemd-machine-id-commit.service": { "active_state": "active", "description": "Commit a transient machine-id on disk", "load_state": "loaded", "name": "systemd-machine-id-commit.service", "sub_state": "exited" }, "systemd-random-seed.service": { "active_state": "active", "description": "Load/Save Random Seed", "load_state": "loaded", "name": "systemd-random-seed.service", "sub_state": "exited" }, "systemd-remount-fs.service": { "active_state": "active", "description": "Remount Root and Kernel File Systems", "load_state": "loaded", "name": "systemd-remount-fs.service", "sub_state": "exited" }, "systemd-sysctl.service": { "active_state": "active", "description": "Apply Kernel Variables", "load_state": "loaded", "name": "systemd-sysctl.service", "sub_state": "exited" }, "systemd-tmpfiles-clean.timer": { "active_state": "active", "description": "Daily Cleanup of Temporary Directories", "load_state": "loaded", "name": "systemd-tmpfiles-clean.timer", "sub_state": "waiting" }, "systemd-tmpfiles-setup-dev.service": { "active_state": "active", "description": "Create Static Device Nodes in /dev", "load_state": "loaded", "name": "systemd-tmpfiles-setup-dev.service", "sub_state": "exited" }, "systemd-tmpfiles-setup.service": { "active_state": "active", "description": "Create Volatile Files and Directories", "load_state": "loaded", "name": "systemd-tmpfiles-setup.service", "sub_state": "exited" }, "systemd-udev-trigger.service": { "active_state": "active", "description": "udev Coldplug all Devices", "load_state": "loaded", "name": "systemd-udev-trigger.service", "sub_state": "exited" }, "systemd-udevd-control.socket": { "active_state": "active", "description": "udev Control Socket", "load_state": "loaded", "name": "systemd-udevd-control.socket", "sub_state": "running" }, "systemd-udevd-kernel.socket": { "active_state": "active", "description": "udev Kernel Socket", "load_state": "loaded", "name": "systemd-udevd-kernel.socket", "sub_state": "running" }, "systemd-udevd.service": { "active_state": "active", "description": "udev Kernel Device Manager", "load_state": "loaded", "name": "systemd-udevd.service", "sub_state": "running" }, "systemd-update-utmp.service": { "active_state": "active", "description": "Update UTMP about System Boot/Shutdown", "load_state": "loaded", "name": "systemd-update-utmp.service", "sub_state": "exited" }, "systemd-user-sessions.service": { "active_state": "active", "description": "Permit User Sessions", "load_state": "loaded", "name": "systemd-user-sessions.service", "sub_state": "exited" }, "timers.target": { "active_state": "active", "description": "Timers", "load_state": "loaded", "name": "timers.target", "sub_state": "active" }, "tuned.service": { "active_state": "active", "description": "Dynamic System Tuning Daemon", "load_state": "loaded", "name": "tuned.service", "sub_state": "running" }, "unbound-anchor.timer": { "active_state": "active", "description": "daily update of the root trust anchor for DNSSEC", "load_state": "loaded", "name": "unbound-anchor.timer", "sub_state": "waiting" }, "user-0.slice": { "active_state": "active", "description": "User Slice of UID 0", "load_state": "loaded", "name": "user-0.slice", "sub_state": "active" }, "user-runtime-dir@0.service": { "active_state": "active", "description": "User runtime directory /run/user/0", "load_state": "loaded", "name": "user-runtime-dir@0.service", "sub_state": "exited" }, "user.slice": { "active_state": "active", "description": "User and Session Slice", "load_state": "loaded", "name": "user.slice", "sub_state": "active" }, "user@0.service": { "active_state": "active", "description": "User Manager for UID 0", "load_state": "loaded", "name": "user@0.service", "sub_state": "running" }, "var-lib-nfs-rpc_pipefs.mount": { "active_state": "active", "description": "RPC Pipe File System", "load_state": "loaded", "name": "var-lib-nfs-rpc_pipefs.mount", "sub_state": "mounted" } } } }, "changed": false } TASK [fedora.linux_system_roles.systemd : DebugAfter] ************************** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:158 Monday 11 November 2024 18:52:19 -0500 (0:00:00.453) 0:01:04.037 ******* ok: [managed-node1] => {} MSG: facts { "root": { "-.mount": { "active_state": "active", "description": "Root Mount", "load_state": "loaded", "name": "-.mount", "sub_state": "mounted" }, "-.slice": { "active_state": "active", "description": "Root Slice", "load_state": "loaded", "name": "-.slice", "sub_state": "active" }, "NetworkManager-wait-online.service": { "active_state": "active", "description": "Network Manager Wait Online", "load_state": "loaded", "name": "NetworkManager-wait-online.service", "sub_state": "exited" }, "NetworkManager.service": { "active_state": "active", "description": "Network Manager", "load_state": "loaded", "name": "NetworkManager.service", "sub_state": "running" }, "auditd.service": { "active_state": "active", "description": "Security Auditing Service", "load_state": "loaded", "name": "auditd.service", "sub_state": "running" }, "basic.target": { "active_state": "active", "description": "Basic System", "load_state": "loaded", "name": "basic.target", "sub_state": "active" }, "chronyd.service": { "active_state": "active", "description": "NTP client/server", "load_state": "loaded", "name": "chronyd.service", "sub_state": "running" }, "cloud-config.service": { "active_state": "active", "description": "Apply the settings specified in cloud-config", "load_state": "loaded", "name": "cloud-config.service", "sub_state": "exited" }, "cloud-config.target": { "active_state": "active", "description": "Cloud-config availability", "load_state": "loaded", "name": "cloud-config.target", "sub_state": "active" }, "cloud-final.service": { "active_state": "active", "description": "Execute cloud user/final scripts", "load_state": "loaded", "name": "cloud-final.service", "sub_state": "exited" }, "cloud-init-local.service": { "active_state": "active", "description": "Initial cloud-init job (pre-networking)", "load_state": "loaded", "name": "cloud-init-local.service", "sub_state": "exited" }, "cloud-init.service": { "active_state": "active", "description": "Initial cloud-init job (metadata service crawler)", "load_state": "loaded", "name": "cloud-init.service", "sub_state": "exited" }, "cloud-init.target": { "active_state": "active", "description": "Cloud-init target", "load_state": "loaded", "name": "cloud-init.target", "sub_state": "active" }, "crond.service": { "active_state": "active", "description": "Command Scheduler", "load_state": "loaded", "name": "crond.service", "sub_state": "running" }, "cryptsetup.target": { "active_state": "active", "description": "Local Encrypted Volumes", "load_state": "loaded", "name": "cryptsetup.target", "sub_state": "active" }, "dbus.service": { "active_state": "active", "description": "D-Bus System Message Bus", "load_state": "loaded", "name": "dbus.service", "sub_state": "running" }, "dbus.socket": { "active_state": "active", "description": "D-Bus System Message Bus Socket", "load_state": "loaded", "name": "dbus.socket", "sub_state": "running" }, "dev-hugepages.mount": { "active_state": "active", "description": "Huge Pages File System", "load_state": "loaded", "name": "dev-hugepages.mount", "sub_state": "mounted" }, "dev-mqueue.mount": { "active_state": "active", "description": "POSIX Message Queue File System", "load_state": "loaded", "name": "dev-mqueue.mount", "sub_state": "mounted" }, "dnf-makecache.timer": { "active_state": "active", "description": "dnf makecache --timer", "load_state": "loaded", "name": "dnf-makecache.timer", "sub_state": "waiting" }, "dracut-shutdown.service": { "active_state": "active", "description": "Restore /run/initramfs on shutdown", "load_state": "loaded", "name": "dracut-shutdown.service", "sub_state": "exited" }, "foo.service": { "active_state": "active", "description": "foo.service", "load_state": "loaded", "name": "foo.service", "sub_state": "running" }, "getty.target": { "active_state": "active", "description": "Login Prompts", "load_state": "loaded", "name": "getty.target", "sub_state": "active" }, "getty@tty1.service": { "active_state": "active", "description": "Getty on tty1", "load_state": "loaded", "name": "getty@tty1.service", "sub_state": "running" }, "gssproxy.service": { "active_state": "active", "description": "GSSAPI Proxy Daemon", "load_state": "loaded", "name": "gssproxy.service", "sub_state": "running" }, "import-state.service": { "active_state": "active", "description": "Import network configuration from initramfs", "load_state": "loaded", "name": "import-state.service", "sub_state": "exited" }, "init.scope": { "active_state": "active", "description": "System and Service Manager", "load_state": "loaded", "name": "init.scope", "sub_state": "running" }, "irqbalance.service": { "active_state": "active", "description": "irqbalance daemon", "load_state": "loaded", "name": "irqbalance.service", "sub_state": "running" }, "kdump.service": { "active_state": "active", "description": "Crash recovery kernel arming", "load_state": "loaded", "name": "kdump.service", "sub_state": "exited" }, "kmod-static-nodes.service": { "active_state": "active", "description": "Create list of required static device nodes for the current kernel", "load_state": "loaded", "name": "kmod-static-nodes.service", "sub_state": "exited" }, "local-fs-pre.target": { "active_state": "active", "description": "Local File Systems (Pre)", "load_state": "loaded", "name": "local-fs-pre.target", "sub_state": "active" }, "local-fs.target": { "active_state": "active", "description": "Local File Systems", "load_state": "loaded", "name": "local-fs.target", "sub_state": "active" }, "multi-user.target": { "active_state": "active", "description": "Multi-User System", "load_state": "loaded", "name": "multi-user.target", "sub_state": "active" }, "network-online.target": { "active_state": "active", "description": "Network is Online", "load_state": "loaded", "name": "network-online.target", "sub_state": "active" }, "network-pre.target": { "active_state": "active", "description": "Network (Pre)", "load_state": "loaded", "name": "network-pre.target", "sub_state": "active" }, "network.target": { "active_state": "active", "description": "Network", "load_state": "loaded", "name": "network.target", "sub_state": "active" }, "nfs-client.target": { "active_state": "active", "description": "NFS client services", "load_state": "loaded", "name": "nfs-client.target", "sub_state": "active" }, "nis-domainname.service": { "active_state": "active", "description": "Read and set NIS domainname from /etc/sysconfig/network", "load_state": "loaded", "name": "nis-domainname.service", "sub_state": "exited" }, "nss-user-lookup.target": { "active_state": "active", "description": "User and Group Name Lookups", "load_state": "loaded", "name": "nss-user-lookup.target", "sub_state": "active" }, "paths.target": { "active_state": "active", "description": "Paths", "load_state": "loaded", "name": "paths.target", "sub_state": "active" }, "plymouth-quit-wait.service": { "active_state": "active", "description": "Hold until boot process finishes up", "load_state": "loaded", "name": "plymouth-quit-wait.service", "sub_state": "exited" }, "plymouth-quit.service": { "active_state": "active", "description": "Terminate Plymouth Boot Screen", "load_state": "loaded", "name": "plymouth-quit.service", "sub_state": "exited" }, "plymouth-read-write.service": { "active_state": "active", "description": "Tell Plymouth To Write Out Runtime Data", "load_state": "loaded", "name": "plymouth-read-write.service", "sub_state": "exited" }, "plymouth-start.service": { "active_state": "active", "description": "Show Plymouth Boot Screen", "load_state": "loaded", "name": "plymouth-start.service", "sub_state": "exited" }, "polkit.service": { "active_state": "active", "description": "Authorization Manager", "load_state": "loaded", "name": "polkit.service", "sub_state": "running" }, "proc-sys-fs-binfmt_misc.automount": { "active_state": "active", "description": "Arbitrary Executable File Formats File System Automount Point", "load_state": "loaded", "name": "proc-sys-fs-binfmt_misc.automount", "sub_state": "waiting" }, "remote-fs-pre.target": { "active_state": "active", "description": "Remote File Systems (Pre)", "load_state": "loaded", "name": "remote-fs-pre.target", "sub_state": "active" }, "remote-fs.target": { "active_state": "active", "description": "Remote File Systems", "load_state": "loaded", "name": "remote-fs.target", "sub_state": "active" }, "restraintd.service": { "active_state": "active", "description": "The restraint harness.", "load_state": "loaded", "name": "restraintd.service", "sub_state": "running" }, "rngd.service": { "active_state": "active", "description": "Hardware RNG Entropy Gatherer Daemon", "load_state": "loaded", "name": "rngd.service", "sub_state": "running" }, "rpc-statd-notify.service": { "active_state": "active", "description": "Notify NFS peers of a restart", "load_state": "loaded", "name": "rpc-statd-notify.service", "sub_state": "exited" }, "rpc_pipefs.target": { "active_state": "active", "description": "rpc_pipefs.target", "load_state": "loaded", "name": "rpc_pipefs.target", "sub_state": "active" }, "rpcbind.service": { "active_state": "active", "description": "RPC Bind", "load_state": "loaded", "name": "rpcbind.service", "sub_state": "running" }, "rpcbind.socket": { "active_state": "active", "description": "RPCbind Server Activation Socket", "load_state": "loaded", "name": "rpcbind.socket", "sub_state": "running" }, "rpcbind.target": { "active_state": "active", "description": "RPC Port Mapper", "load_state": "loaded", "name": "rpcbind.target", "sub_state": "active" }, "rsyslog.service": { "active_state": "active", "description": "System Logging Service", "load_state": "loaded", "name": "rsyslog.service", "sub_state": "running" }, "run-user-0.mount": { "active_state": "active", "description": "/run/user/0", "load_state": "loaded", "name": "run-user-0.mount", "sub_state": "mounted" }, "session-3.scope": { "active_state": "active", "description": "Session 3 of user root", "load_state": "loaded", "name": "session-3.scope", "sub_state": "running" }, "session-5.scope": { "active_state": "active", "description": "Session 5 of user root", "load_state": "loaded", "name": "session-5.scope", "sub_state": "running" }, "slices.target": { "active_state": "active", "description": "Slices", "load_state": "loaded", "name": "slices.target", "sub_state": "active" }, "sockets.target": { "active_state": "active", "description": "Sockets", "load_state": "loaded", "name": "sockets.target", "sub_state": "active" }, "sshd-keygen.target": { "active_state": "active", "description": "sshd-keygen.target", "load_state": "loaded", "name": "sshd-keygen.target", "sub_state": "active" }, "sshd.service": { "active_state": "active", "description": "OpenSSH server daemon", "load_state": "loaded", "name": "sshd.service", "sub_state": "running" }, "sssd-kcm.socket": { "active_state": "active", "description": "SSSD Kerberos Cache Manager responder socket", "load_state": "loaded", "name": "sssd-kcm.socket", "sub_state": "listening" }, "swap.target": { "active_state": "active", "description": "Swap", "load_state": "loaded", "name": "swap.target", "sub_state": "active" }, "sys-devices-platform-serial8250-tty-ttyS1.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS1", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS1.device", "sub_state": "plugged" }, "sys-devices-platform-serial8250-tty-ttyS2.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS2", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS2.device", "sub_state": "plugged" }, "sys-devices-platform-serial8250-tty-ttyS3.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS3", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS3.device", "sub_state": "plugged" }, "sys-devices-pnp0-00:06-tty-ttyS0.device": { "active_state": "active", "description": "/sys/devices/pnp0/00:06/tty/ttyS0", "load_state": "loaded", "name": "sys-devices-pnp0-00:06-tty-ttyS0.device", "sub_state": "plugged" }, "sys-devices-vbd\\x2d768-block-xvda-xvda1.device": { "active_state": "active", "description": "/sys/devices/vbd-768/block/xvda/xvda1", "load_state": "loaded", "name": "sys-devices-vbd\\x2d768-block-xvda-xvda1.device", "sub_state": "plugged" }, "sys-devices-vbd\\x2d768-block-xvda.device": { "active_state": "active", "description": "/sys/devices/vbd-768/block/xvda", "load_state": "loaded", "name": "sys-devices-vbd\\x2d768-block-xvda.device", "sub_state": "plugged" }, "sys-devices-vif\\x2d0-net-eth0.device": { "active_state": "active", "description": "/sys/devices/vif-0/net/eth0", "load_state": "loaded", "name": "sys-devices-vif\\x2d0-net-eth0.device", "sub_state": "plugged" }, "sys-kernel-config.mount": { "active_state": "active", "description": "Kernel Configuration File System", "load_state": "loaded", "name": "sys-kernel-config.mount", "sub_state": "mounted" }, "sys-kernel-debug.mount": { "active_state": "active", "description": "Kernel Debug File System", "load_state": "loaded", "name": "sys-kernel-debug.mount", "sub_state": "mounted" }, "sys-kernel-tracing.mount": { "active_state": "active", "description": "/sys/kernel/tracing", "load_state": "loaded", "name": "sys-kernel-tracing.mount", "sub_state": "mounted" }, "sys-module-configfs.device": { "active_state": "active", "description": "/sys/module/configfs", "load_state": "loaded", "name": "sys-module-configfs.device", "sub_state": "plugged" }, "sys-subsystem-net-devices-eth0.device": { "active_state": "active", "description": "/sys/subsystem/net/devices/eth0", "load_state": "loaded", "name": "sys-subsystem-net-devices-eth0.device", "sub_state": "plugged" }, "sysinit.target": { "active_state": "active", "description": "System Initialization", "load_state": "loaded", "name": "sysinit.target", "sub_state": "active" }, "system-getty.slice": { "active_state": "active", "description": "system-getty.slice", "load_state": "loaded", "name": "system-getty.slice", "sub_state": "active" }, "system-sshd\\x2dkeygen.slice": { "active_state": "active", "description": "system-sshd\\x2dkeygen.slice", "load_state": "loaded", "name": "system-sshd\\x2dkeygen.slice", "sub_state": "active" }, "system.slice": { "active_state": "active", "description": "System Slice", "load_state": "loaded", "name": "system.slice", "sub_state": "active" }, "systemd-ask-password-plymouth.path": { "active_state": "active", "description": "Forward Password Requests to Plymouth Directory Watch", "load_state": "loaded", "name": "systemd-ask-password-plymouth.path", "sub_state": "waiting" }, "systemd-ask-password-wall.path": { "active_state": "active", "description": "Forward Password Requests to Wall Directory Watch", "load_state": "loaded", "name": "systemd-ask-password-wall.path", "sub_state": "waiting" }, "systemd-coredump.socket": { "active_state": "active", "description": "Process Core Dump Socket", "load_state": "loaded", "name": "systemd-coredump.socket", "sub_state": "listening" }, "systemd-initctl.socket": { "active_state": "active", "description": "initctl Compatibility Named Pipe", "load_state": "loaded", "name": "systemd-initctl.socket", "sub_state": "listening" }, "systemd-journal-flush.service": { "active_state": "active", "description": "Flush Journal to Persistent Storage", "load_state": "loaded", "name": "systemd-journal-flush.service", "sub_state": "exited" }, "systemd-journald-dev-log.socket": { "active_state": "active", "description": "Journal Socket (/dev/log)", "load_state": "loaded", "name": "systemd-journald-dev-log.socket", "sub_state": "running" }, "systemd-journald.service": { "active_state": "active", "description": "Journal Service", "load_state": "loaded", "name": "systemd-journald.service", "sub_state": "running" }, "systemd-journald.socket": { "active_state": "active", "description": "Journal Socket", "load_state": "loaded", "name": "systemd-journald.socket", "sub_state": "running" }, "systemd-logind.service": { "active_state": "active", "description": "Login Service", "load_state": "loaded", "name": "systemd-logind.service", "sub_state": "running" }, "systemd-machine-id-commit.service": { "active_state": "active", "description": "Commit a transient machine-id on disk", "load_state": "loaded", "name": "systemd-machine-id-commit.service", "sub_state": "exited" }, "systemd-random-seed.service": { "active_state": "active", "description": "Load/Save Random Seed", "load_state": "loaded", "name": "systemd-random-seed.service", "sub_state": "exited" }, "systemd-remount-fs.service": { "active_state": "active", "description": "Remount Root and Kernel File Systems", "load_state": "loaded", "name": "systemd-remount-fs.service", "sub_state": "exited" }, "systemd-sysctl.service": { "active_state": "active", "description": "Apply Kernel Variables", "load_state": "loaded", "name": "systemd-sysctl.service", "sub_state": "exited" }, "systemd-tmpfiles-clean.timer": { "active_state": "active", "description": "Daily Cleanup of Temporary Directories", "load_state": "loaded", "name": "systemd-tmpfiles-clean.timer", "sub_state": "waiting" }, "systemd-tmpfiles-setup-dev.service": { "active_state": "active", "description": "Create Static Device Nodes in /dev", "load_state": "loaded", "name": "systemd-tmpfiles-setup-dev.service", "sub_state": "exited" }, "systemd-tmpfiles-setup.service": { "active_state": "active", "description": "Create Volatile Files and Directories", "load_state": "loaded", "name": "systemd-tmpfiles-setup.service", "sub_state": "exited" }, "systemd-udev-trigger.service": { "active_state": "active", "description": "udev Coldplug all Devices", "load_state": "loaded", "name": "systemd-udev-trigger.service", "sub_state": "exited" }, "systemd-udevd-control.socket": { "active_state": "active", "description": "udev Control Socket", "load_state": "loaded", "name": "systemd-udevd-control.socket", "sub_state": "running" }, "systemd-udevd-kernel.socket": { "active_state": "active", "description": "udev Kernel Socket", "load_state": "loaded", "name": "systemd-udevd-kernel.socket", "sub_state": "running" }, "systemd-udevd.service": { "active_state": "active", "description": "udev Kernel Device Manager", "load_state": "loaded", "name": "systemd-udevd.service", "sub_state": "running" }, "systemd-update-utmp.service": { "active_state": "active", "description": "Update UTMP about System Boot/Shutdown", "load_state": "loaded", "name": "systemd-update-utmp.service", "sub_state": "exited" }, "systemd-user-sessions.service": { "active_state": "active", "description": "Permit User Sessions", "load_state": "loaded", "name": "systemd-user-sessions.service", "sub_state": "exited" }, "timers.target": { "active_state": "active", "description": "Timers", "load_state": "loaded", "name": "timers.target", "sub_state": "active" }, "tuned.service": { "active_state": "active", "description": "Dynamic System Tuning Daemon", "load_state": "loaded", "name": "tuned.service", "sub_state": "running" }, "unbound-anchor.timer": { "active_state": "active", "description": "daily update of the root trust anchor for DNSSEC", "load_state": "loaded", "name": "unbound-anchor.timer", "sub_state": "waiting" }, "user-0.slice": { "active_state": "active", "description": "User Slice of UID 0", "load_state": "loaded", "name": "user-0.slice", "sub_state": "active" }, "user-runtime-dir@0.service": { "active_state": "active", "description": "User runtime directory /run/user/0", "load_state": "loaded", "name": "user-runtime-dir@0.service", "sub_state": "exited" }, "user.slice": { "active_state": "active", "description": "User and Session Slice", "load_state": "loaded", "name": "user.slice", "sub_state": "active" }, "user@0.service": { "active_state": "active", "description": "User Manager for UID 0", "load_state": "loaded", "name": "user@0.service", "sub_state": "running" }, "var-lib-nfs-rpc_pipefs.mount": { "active_state": "active", "description": "RPC Pipe File System", "load_state": "loaded", "name": "var-lib-nfs-rpc_pipefs.mount", "sub_state": "mounted" } } } TASK [fedora.linux_system_roles.systemd : Set legacy systemd_units output variable] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:162 Monday 11 November 2024 18:52:19 -0500 (0:00:00.051) 0:01:04.088 ******* ok: [managed-node1] => { "ansible_facts": { "systemd_units": { "-.mount": { "active_state": "active", "description": "Root Mount", "load_state": "loaded", "name": "-.mount", "sub_state": "mounted" }, "-.slice": { "active_state": "active", "description": "Root Slice", "load_state": "loaded", "name": "-.slice", "sub_state": "active" }, "NetworkManager-wait-online.service": { "active_state": "active", "description": "Network Manager Wait Online", "load_state": "loaded", "name": "NetworkManager-wait-online.service", "sub_state": "exited" }, "NetworkManager.service": { "active_state": "active", "description": "Network Manager", "load_state": "loaded", "name": "NetworkManager.service", "sub_state": "running" }, "auditd.service": { "active_state": "active", "description": "Security Auditing Service", "load_state": "loaded", "name": "auditd.service", "sub_state": "running" }, "basic.target": { "active_state": "active", "description": "Basic System", "load_state": "loaded", "name": "basic.target", "sub_state": "active" }, "chronyd.service": { "active_state": "active", "description": "NTP client/server", "load_state": "loaded", "name": "chronyd.service", "sub_state": "running" }, "cloud-config.service": { "active_state": "active", "description": "Apply the settings specified in cloud-config", "load_state": "loaded", "name": "cloud-config.service", "sub_state": "exited" }, "cloud-config.target": { "active_state": "active", "description": "Cloud-config availability", "load_state": "loaded", "name": "cloud-config.target", "sub_state": "active" }, "cloud-final.service": { "active_state": "active", "description": "Execute cloud user/final scripts", "load_state": "loaded", "name": "cloud-final.service", "sub_state": "exited" }, "cloud-init-local.service": { "active_state": "active", "description": "Initial cloud-init job (pre-networking)", "load_state": "loaded", "name": "cloud-init-local.service", "sub_state": "exited" }, "cloud-init.service": { "active_state": "active", "description": "Initial cloud-init job (metadata service crawler)", "load_state": "loaded", "name": "cloud-init.service", "sub_state": "exited" }, "cloud-init.target": { "active_state": "active", "description": "Cloud-init target", "load_state": "loaded", "name": "cloud-init.target", "sub_state": "active" }, "crond.service": { "active_state": "active", "description": "Command Scheduler", "load_state": "loaded", "name": "crond.service", "sub_state": "running" }, "cryptsetup.target": { "active_state": "active", "description": "Local Encrypted Volumes", "load_state": "loaded", "name": "cryptsetup.target", "sub_state": "active" }, "dbus.service": { "active_state": "active", "description": "D-Bus System Message Bus", "load_state": "loaded", "name": "dbus.service", "sub_state": "running" }, "dbus.socket": { "active_state": "active", "description": "D-Bus System Message Bus Socket", "load_state": "loaded", "name": "dbus.socket", "sub_state": "running" }, "dev-hugepages.mount": { "active_state": "active", "description": "Huge Pages File System", "load_state": "loaded", "name": "dev-hugepages.mount", "sub_state": "mounted" }, "dev-mqueue.mount": { "active_state": "active", "description": "POSIX Message Queue File System", "load_state": "loaded", "name": "dev-mqueue.mount", "sub_state": "mounted" }, "dnf-makecache.timer": { "active_state": "active", "description": "dnf makecache --timer", "load_state": "loaded", "name": "dnf-makecache.timer", "sub_state": "waiting" }, "dracut-shutdown.service": { "active_state": "active", "description": "Restore /run/initramfs on shutdown", "load_state": "loaded", "name": "dracut-shutdown.service", "sub_state": "exited" }, "foo.service": { "active_state": "active", "description": "foo.service", "load_state": "loaded", "name": "foo.service", "sub_state": "running" }, "getty.target": { "active_state": "active", "description": "Login Prompts", "load_state": "loaded", "name": "getty.target", "sub_state": "active" }, "getty@tty1.service": { "active_state": "active", "description": "Getty on tty1", "load_state": "loaded", "name": "getty@tty1.service", "sub_state": "running" }, "gssproxy.service": { "active_state": "active", "description": "GSSAPI Proxy Daemon", "load_state": "loaded", "name": "gssproxy.service", "sub_state": "running" }, "import-state.service": { "active_state": "active", "description": "Import network configuration from initramfs", "load_state": "loaded", "name": "import-state.service", "sub_state": "exited" }, "init.scope": { "active_state": "active", "description": "System and Service Manager", "load_state": "loaded", "name": "init.scope", "sub_state": "running" }, "irqbalance.service": { "active_state": "active", "description": "irqbalance daemon", "load_state": "loaded", "name": "irqbalance.service", "sub_state": "running" }, "kdump.service": { "active_state": "active", "description": "Crash recovery kernel arming", "load_state": "loaded", "name": "kdump.service", "sub_state": "exited" }, "kmod-static-nodes.service": { "active_state": "active", "description": "Create list of required static device nodes for the current kernel", "load_state": "loaded", "name": "kmod-static-nodes.service", "sub_state": "exited" }, "local-fs-pre.target": { "active_state": "active", "description": "Local File Systems (Pre)", "load_state": "loaded", "name": "local-fs-pre.target", "sub_state": "active" }, "local-fs.target": { "active_state": "active", "description": "Local File Systems", "load_state": "loaded", "name": "local-fs.target", "sub_state": "active" }, "multi-user.target": { "active_state": "active", "description": "Multi-User System", "load_state": "loaded", "name": "multi-user.target", "sub_state": "active" }, "network-online.target": { "active_state": "active", "description": "Network is Online", "load_state": "loaded", "name": "network-online.target", "sub_state": "active" }, "network-pre.target": { "active_state": "active", "description": "Network (Pre)", "load_state": "loaded", "name": "network-pre.target", "sub_state": "active" }, "network.target": { "active_state": "active", "description": "Network", "load_state": "loaded", "name": "network.target", "sub_state": "active" }, "nfs-client.target": { "active_state": "active", "description": "NFS client services", "load_state": "loaded", "name": "nfs-client.target", "sub_state": "active" }, "nis-domainname.service": { "active_state": "active", "description": "Read and set NIS domainname from /etc/sysconfig/network", "load_state": "loaded", "name": "nis-domainname.service", "sub_state": "exited" }, "nss-user-lookup.target": { "active_state": "active", "description": "User and Group Name Lookups", "load_state": "loaded", "name": "nss-user-lookup.target", "sub_state": "active" }, "paths.target": { "active_state": "active", "description": "Paths", "load_state": "loaded", "name": "paths.target", "sub_state": "active" }, "plymouth-quit-wait.service": { "active_state": "active", "description": "Hold until boot process finishes up", "load_state": "loaded", "name": "plymouth-quit-wait.service", "sub_state": "exited" }, "plymouth-quit.service": { "active_state": "active", "description": "Terminate Plymouth Boot Screen", "load_state": "loaded", "name": "plymouth-quit.service", "sub_state": "exited" }, "plymouth-read-write.service": { "active_state": "active", "description": "Tell Plymouth To Write Out Runtime Data", "load_state": "loaded", "name": "plymouth-read-write.service", "sub_state": "exited" }, "plymouth-start.service": { "active_state": "active", "description": "Show Plymouth Boot Screen", "load_state": "loaded", "name": "plymouth-start.service", "sub_state": "exited" }, "polkit.service": { "active_state": "active", "description": "Authorization Manager", "load_state": "loaded", "name": "polkit.service", "sub_state": "running" }, "proc-sys-fs-binfmt_misc.automount": { "active_state": "active", "description": "Arbitrary Executable File Formats File System Automount Point", "load_state": "loaded", "name": "proc-sys-fs-binfmt_misc.automount", "sub_state": "waiting" }, "remote-fs-pre.target": { "active_state": "active", "description": "Remote File Systems (Pre)", "load_state": "loaded", "name": "remote-fs-pre.target", "sub_state": "active" }, "remote-fs.target": { "active_state": "active", "description": "Remote File Systems", "load_state": "loaded", "name": "remote-fs.target", "sub_state": "active" }, "restraintd.service": { "active_state": "active", "description": "The restraint harness.", "load_state": "loaded", "name": "restraintd.service", "sub_state": "running" }, "rngd.service": { "active_state": "active", "description": "Hardware RNG Entropy Gatherer Daemon", "load_state": "loaded", "name": "rngd.service", "sub_state": "running" }, "rpc-statd-notify.service": { "active_state": "active", "description": "Notify NFS peers of a restart", "load_state": "loaded", "name": "rpc-statd-notify.service", "sub_state": "exited" }, "rpc_pipefs.target": { "active_state": "active", "description": "rpc_pipefs.target", "load_state": "loaded", "name": "rpc_pipefs.target", "sub_state": "active" }, "rpcbind.service": { "active_state": "active", "description": "RPC Bind", "load_state": "loaded", "name": "rpcbind.service", "sub_state": "running" }, "rpcbind.socket": { "active_state": "active", "description": "RPCbind Server Activation Socket", "load_state": "loaded", "name": "rpcbind.socket", "sub_state": "running" }, "rpcbind.target": { "active_state": "active", "description": "RPC Port Mapper", "load_state": "loaded", "name": "rpcbind.target", "sub_state": "active" }, "rsyslog.service": { "active_state": "active", "description": "System Logging Service", "load_state": "loaded", "name": "rsyslog.service", "sub_state": "running" }, "run-user-0.mount": { "active_state": "active", "description": "/run/user/0", "load_state": "loaded", "name": "run-user-0.mount", "sub_state": "mounted" }, "session-3.scope": { "active_state": "active", "description": "Session 3 of user root", "load_state": "loaded", "name": "session-3.scope", "sub_state": "running" }, "session-5.scope": { "active_state": "active", "description": "Session 5 of user root", "load_state": "loaded", "name": "session-5.scope", "sub_state": "running" }, "slices.target": { "active_state": "active", "description": "Slices", "load_state": "loaded", "name": "slices.target", "sub_state": "active" }, "sockets.target": { "active_state": "active", "description": "Sockets", "load_state": "loaded", "name": "sockets.target", "sub_state": "active" }, "sshd-keygen.target": { "active_state": "active", "description": "sshd-keygen.target", "load_state": "loaded", "name": "sshd-keygen.target", "sub_state": "active" }, "sshd.service": { "active_state": "active", "description": "OpenSSH server daemon", "load_state": "loaded", "name": "sshd.service", "sub_state": "running" }, "sssd-kcm.socket": { "active_state": "active", "description": "SSSD Kerberos Cache Manager responder socket", "load_state": "loaded", "name": "sssd-kcm.socket", "sub_state": "listening" }, "swap.target": { "active_state": "active", "description": "Swap", "load_state": "loaded", "name": "swap.target", "sub_state": "active" }, "sys-devices-platform-serial8250-tty-ttyS1.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS1", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS1.device", "sub_state": "plugged" }, "sys-devices-platform-serial8250-tty-ttyS2.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS2", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS2.device", "sub_state": "plugged" }, "sys-devices-platform-serial8250-tty-ttyS3.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS3", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS3.device", "sub_state": "plugged" }, "sys-devices-pnp0-00:06-tty-ttyS0.device": { "active_state": "active", "description": "/sys/devices/pnp0/00:06/tty/ttyS0", "load_state": "loaded", "name": "sys-devices-pnp0-00:06-tty-ttyS0.device", "sub_state": "plugged" }, "sys-devices-vbd\\x2d768-block-xvda-xvda1.device": { "active_state": "active", "description": "/sys/devices/vbd-768/block/xvda/xvda1", "load_state": "loaded", "name": "sys-devices-vbd\\x2d768-block-xvda-xvda1.device", "sub_state": "plugged" }, "sys-devices-vbd\\x2d768-block-xvda.device": { "active_state": "active", "description": "/sys/devices/vbd-768/block/xvda", "load_state": "loaded", "name": "sys-devices-vbd\\x2d768-block-xvda.device", "sub_state": "plugged" }, "sys-devices-vif\\x2d0-net-eth0.device": { "active_state": "active", "description": "/sys/devices/vif-0/net/eth0", "load_state": "loaded", "name": "sys-devices-vif\\x2d0-net-eth0.device", "sub_state": "plugged" }, "sys-kernel-config.mount": { "active_state": "active", "description": "Kernel Configuration File System", "load_state": "loaded", "name": "sys-kernel-config.mount", "sub_state": "mounted" }, "sys-kernel-debug.mount": { "active_state": "active", "description": "Kernel Debug File System", "load_state": "loaded", "name": "sys-kernel-debug.mount", "sub_state": "mounted" }, "sys-kernel-tracing.mount": { "active_state": "active", "description": "/sys/kernel/tracing", "load_state": "loaded", "name": "sys-kernel-tracing.mount", "sub_state": "mounted" }, "sys-module-configfs.device": { "active_state": "active", "description": "/sys/module/configfs", "load_state": "loaded", "name": "sys-module-configfs.device", "sub_state": "plugged" }, "sys-subsystem-net-devices-eth0.device": { "active_state": "active", "description": "/sys/subsystem/net/devices/eth0", "load_state": "loaded", "name": "sys-subsystem-net-devices-eth0.device", "sub_state": "plugged" }, "sysinit.target": { "active_state": "active", "description": "System Initialization", "load_state": "loaded", "name": "sysinit.target", "sub_state": "active" }, "system-getty.slice": { "active_state": "active", "description": "system-getty.slice", "load_state": "loaded", "name": "system-getty.slice", "sub_state": "active" }, "system-sshd\\x2dkeygen.slice": { "active_state": "active", "description": "system-sshd\\x2dkeygen.slice", "load_state": "loaded", "name": "system-sshd\\x2dkeygen.slice", "sub_state": "active" }, "system.slice": { "active_state": "active", "description": "System Slice", "load_state": "loaded", "name": "system.slice", "sub_state": "active" }, "systemd-ask-password-plymouth.path": { "active_state": "active", "description": "Forward Password Requests to Plymouth Directory Watch", "load_state": "loaded", "name": "systemd-ask-password-plymouth.path", "sub_state": "waiting" }, "systemd-ask-password-wall.path": { "active_state": "active", "description": "Forward Password Requests to Wall Directory Watch", "load_state": "loaded", "name": "systemd-ask-password-wall.path", "sub_state": "waiting" }, "systemd-coredump.socket": { "active_state": "active", "description": "Process Core Dump Socket", "load_state": "loaded", "name": "systemd-coredump.socket", "sub_state": "listening" }, "systemd-initctl.socket": { "active_state": "active", "description": "initctl Compatibility Named Pipe", "load_state": "loaded", "name": "systemd-initctl.socket", "sub_state": "listening" }, "systemd-journal-flush.service": { "active_state": "active", "description": "Flush Journal to Persistent Storage", "load_state": "loaded", "name": "systemd-journal-flush.service", "sub_state": "exited" }, "systemd-journald-dev-log.socket": { "active_state": "active", "description": "Journal Socket (/dev/log)", "load_state": "loaded", "name": "systemd-journald-dev-log.socket", "sub_state": "running" }, "systemd-journald.service": { "active_state": "active", "description": "Journal Service", "load_state": "loaded", "name": "systemd-journald.service", "sub_state": "running" }, "systemd-journald.socket": { "active_state": "active", "description": "Journal Socket", "load_state": "loaded", "name": "systemd-journald.socket", "sub_state": "running" }, "systemd-logind.service": { "active_state": "active", "description": "Login Service", "load_state": "loaded", "name": "systemd-logind.service", "sub_state": "running" }, "systemd-machine-id-commit.service": { "active_state": "active", "description": "Commit a transient machine-id on disk", "load_state": "loaded", "name": "systemd-machine-id-commit.service", "sub_state": "exited" }, "systemd-random-seed.service": { "active_state": "active", "description": "Load/Save Random Seed", "load_state": "loaded", "name": "systemd-random-seed.service", "sub_state": "exited" }, "systemd-remount-fs.service": { "active_state": "active", "description": "Remount Root and Kernel File Systems", "load_state": "loaded", "name": "systemd-remount-fs.service", "sub_state": "exited" }, "systemd-sysctl.service": { "active_state": "active", "description": "Apply Kernel Variables", "load_state": "loaded", "name": "systemd-sysctl.service", "sub_state": "exited" }, "systemd-tmpfiles-clean.timer": { "active_state": "active", "description": "Daily Cleanup of Temporary Directories", "load_state": "loaded", "name": "systemd-tmpfiles-clean.timer", "sub_state": "waiting" }, "systemd-tmpfiles-setup-dev.service": { "active_state": "active", "description": "Create Static Device Nodes in /dev", "load_state": "loaded", "name": "systemd-tmpfiles-setup-dev.service", "sub_state": "exited" }, "systemd-tmpfiles-setup.service": { "active_state": "active", "description": "Create Volatile Files and Directories", "load_state": "loaded", "name": "systemd-tmpfiles-setup.service", "sub_state": "exited" }, "systemd-udev-trigger.service": { "active_state": "active", "description": "udev Coldplug all Devices", "load_state": "loaded", "name": "systemd-udev-trigger.service", "sub_state": "exited" }, "systemd-udevd-control.socket": { "active_state": "active", "description": "udev Control Socket", "load_state": "loaded", "name": "systemd-udevd-control.socket", "sub_state": "running" }, "systemd-udevd-kernel.socket": { "active_state": "active", "description": "udev Kernel Socket", "load_state": "loaded", "name": "systemd-udevd-kernel.socket", "sub_state": "running" }, "systemd-udevd.service": { "active_state": "active", "description": "udev Kernel Device Manager", "load_state": "loaded", "name": "systemd-udevd.service", "sub_state": "running" }, "systemd-update-utmp.service": { "active_state": "active", "description": "Update UTMP about System Boot/Shutdown", "load_state": "loaded", "name": "systemd-update-utmp.service", "sub_state": "exited" }, "systemd-user-sessions.service": { "active_state": "active", "description": "Permit User Sessions", "load_state": "loaded", "name": "systemd-user-sessions.service", "sub_state": "exited" }, "timers.target": { "active_state": "active", "description": "Timers", "load_state": "loaded", "name": "timers.target", "sub_state": "active" }, "tuned.service": { "active_state": "active", "description": "Dynamic System Tuning Daemon", "load_state": "loaded", "name": "tuned.service", "sub_state": "running" }, "unbound-anchor.timer": { "active_state": "active", "description": "daily update of the root trust anchor for DNSSEC", "load_state": "loaded", "name": "unbound-anchor.timer", "sub_state": "waiting" }, "user-0.slice": { "active_state": "active", "description": "User Slice of UID 0", "load_state": "loaded", "name": "user-0.slice", "sub_state": "active" }, "user-runtime-dir@0.service": { "active_state": "active", "description": "User runtime directory /run/user/0", "load_state": "loaded", "name": "user-runtime-dir@0.service", "sub_state": "exited" }, "user.slice": { "active_state": "active", "description": "User and Session Slice", "load_state": "loaded", "name": "user.slice", "sub_state": "active" }, "user@0.service": { "active_state": "active", "description": "User Manager for UID 0", "load_state": "loaded", "name": "user@0.service", "sub_state": "running" }, "var-lib-nfs-rpc_pipefs.mount": { "active_state": "active", "description": "RPC Pipe File System", "load_state": "loaded", "name": "var-lib-nfs-rpc_pipefs.mount", "sub_state": "mounted" } } }, "changed": false } TASK [fedora.linux_system_roles.systemd : Cancel linger for users if necessary] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:166 Monday 11 November 2024 18:52:19 -0500 (0:00:00.048) 0:01:04.137 ******* included: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/cancel_linger.yml for managed-node1 TASK [fedora.linux_system_roles.systemd : Cancel linger for given user] ******** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/cancel_linger.yml:10 Monday 11 November 2024 18:52:19 -0500 (0:00:00.041) 0:01:04.178 ******* skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Get UnitFileState=] ****************************************************** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/tests/systemd/tests_basic.yml:119 Monday 11 November 2024 18:52:19 -0500 (0:00:00.051) 0:01:04.230 ******* ok: [managed-node1] => { "changed": false, "cmd": [ "systemctl", "show", "-p", "UnitFileState", "foo.service" ], "delta": "0:00:00.009252", "end": "2024-11-11 18:52:19.878179", "rc": 0, "start": "2024-11-11 18:52:19.868927" } STDOUT: UnitFileState=enabled TASK [Check that unit file was enabled] **************************************** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/tests/systemd/tests_basic.yml:125 Monday 11 November 2024 18:52:19 -0500 (0:00:00.355) 0:01:04.585 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed PLAY [Ensure that we can disable unit files] *********************************** TASK [fedora.linux_system_roles.systemd : Ensure ansible_facts used by role] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:3 Monday 11 November 2024 18:52:19 -0500 (0:00:00.030) 0:01:04.615 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "__required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Support for user units only available in EL7 and later] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:13 Monday 11 November 2024 18:52:20 -0500 (0:00:00.045) 0:01:04.660 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "ansible_facts[\"distribution_major_version\"] is version(\"8\", \"<\")", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Support for user units only available in EL7 and later] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:27 Monday 11 November 2024 18:52:20 -0500 (0:00:00.020) 0:01:04.681 ******* META: end_host conditional evaluated to False, continuing execution for managed-node1 skipping: [managed-node1] => { "skip_reason": "end_host conditional evaluated to False, continuing execution for managed-node1" } MSG: end_host conditional evaluated to false, continuing execution for managed-node1 TASK [fedora.linux_system_roles.systemd : Check if system is ostree] *********** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:40 Monday 11 November 2024 18:52:20 -0500 (0:00:00.013) 0:01:04.695 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "not __systemd_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Set flag to indicate system is ostree] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:45 Monday 11 November 2024 18:52:20 -0500 (0:00:00.019) 0:01:04.714 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "not __systemd_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Check if transactional-update exists in /sbin] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:52 Monday 11 November 2024 18:52:20 -0500 (0:00:00.018) 0:01:04.733 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "not __systemd_is_transactional is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Set flag if transactional-update exists] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:57 Monday 11 November 2024 18:52:20 -0500 (0:00:00.018) 0:01:04.752 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "not __systemd_is_transactional is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure required packages are installed] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:61 Monday 11 November 2024 18:52:20 -0500 (0:00:00.021) 0:01:04.773 ******* ok: [managed-node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.systemd : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:73 Monday 11 November 2024 18:52:22 -0500 (0:00:02.851) 0:01:07.625 ******* skipping: [managed-node1] => { "false_condition": "__systemd_is_transactional | d(false)" } TASK [fedora.linux_system_roles.systemd : Reboot transactional update systems] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:78 Monday 11 November 2024 18:52:23 -0500 (0:00:00.036) 0:01:07.661 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "__systemd_is_transactional | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Fail if reboot is needed and not set] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:83 Monday 11 November 2024 18:52:23 -0500 (0:00:00.040) 0:01:07.702 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "__systemd_is_transactional | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Reset __systemd_user_info] *********** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:90 Monday 11 November 2024 18:52:23 -0500 (0:00:00.041) 0:01:07.743 ******* ok: [managed-node1] => { "ansible_facts": { "__systemd_user_info": {} }, "changed": false } TASK [fedora.linux_system_roles.systemd : Manage files and templates and their directories] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:94 Monday 11 November 2024 18:52:23 -0500 (0:00:00.021) 0:01:07.765 ******* included: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml for managed-node1 => (item=systemd_unit_files) included: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml for managed-node1 => (item=systemd_unit_file_templates) included: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml for managed-node1 => (item=systemd_dropins) TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:17 Monday 11 November 2024 18:52:23 -0500 (0:00:00.046) 0:01:07.812 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "__systemd_list | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure directories are present for users] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:29 Monday 11 November 2024 18:52:23 -0500 (0:00:00.043) 0:01:07.856 ******* skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.systemd : Ensure directories are present for dropins] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:37 Monday 11 November 2024 18:52:23 -0500 (0:00:00.040) 0:01:07.896 ******* skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__systemd_list | length > 0", "item": { "dir_mode": "0755", "group": "0", "item": "foo.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.systemd : Ensure unit files are present] ******* task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:46 Monday 11 November 2024 18:52:23 -0500 (0:00:00.048) 0:01:07.945 ******* skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__systemd_list | length > 0", "item": { "dir_mode": "0755", "group": "0", "item": "foo.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.systemd : Ensure unit file templates are present] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:57 Monday 11 November 2024 18:52:23 -0500 (0:00:00.052) 0:01:07.997 ******* skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__systemd_list | length > 0", "item": { "dir_mode": "0755", "group": "0", "item": "foo.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.systemd : Ensure unit files are absent] ******** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:68 Monday 11 November 2024 18:52:23 -0500 (0:00:00.050) 0:01:08.048 ******* skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.systemd : Find files in dropins directory] ***** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:76 Monday 11 November 2024 18:52:23 -0500 (0:00:00.041) 0:01:08.089 ******* skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.systemd : Remove dropin directory if no more files] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:83 Monday 11 November 2024 18:52:23 -0500 (0:00:00.043) 0:01:08.132 ******* skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:17 Monday 11 November 2024 18:52:23 -0500 (0:00:00.036) 0:01:08.169 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "__systemd_list | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure directories are present for users] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:29 Monday 11 November 2024 18:52:23 -0500 (0:00:00.042) 0:01:08.211 ******* skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.systemd : Ensure directories are present for dropins] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:37 Monday 11 November 2024 18:52:23 -0500 (0:00:00.040) 0:01:08.252 ******* skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__systemd_list | length > 0", "item": { "dir_mode": "0755", "group": "0", "item": "foo.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.systemd : Ensure unit files are present] ******* task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:46 Monday 11 November 2024 18:52:23 -0500 (0:00:00.049) 0:01:08.301 ******* skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__systemd_list | length > 0", "item": { "dir_mode": "0755", "group": "0", "item": "foo.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.systemd : Ensure unit file templates are present] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:57 Monday 11 November 2024 18:52:23 -0500 (0:00:00.048) 0:01:08.349 ******* skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__systemd_list | length > 0", "item": { "dir_mode": "0755", "group": "0", "item": "foo.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.systemd : Ensure unit files are absent] ******** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:68 Monday 11 November 2024 18:52:23 -0500 (0:00:00.048) 0:01:08.398 ******* skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.systemd : Find files in dropins directory] ***** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:76 Monday 11 November 2024 18:52:23 -0500 (0:00:00.038) 0:01:08.437 ******* skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.systemd : Remove dropin directory if no more files] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:83 Monday 11 November 2024 18:52:23 -0500 (0:00:00.038) 0:01:08.475 ******* skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:17 Monday 11 November 2024 18:52:23 -0500 (0:00:00.036) 0:01:08.512 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "__systemd_list | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure directories are present for users] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:29 Monday 11 November 2024 18:52:23 -0500 (0:00:00.046) 0:01:08.558 ******* skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.systemd : Ensure directories are present for dropins] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:37 Monday 11 November 2024 18:52:23 -0500 (0:00:00.046) 0:01:08.605 ******* skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__systemd_list | length > 0", "item": { "dir_mode": "0755", "group": "0", "item": "foo.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.systemd : Ensure unit files are present] ******* task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:46 Monday 11 November 2024 18:52:24 -0500 (0:00:00.054) 0:01:08.659 ******* skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__systemd_list | length > 0", "item": { "dir_mode": "0755", "group": "0", "item": "foo.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.systemd : Ensure unit file templates are present] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:57 Monday 11 November 2024 18:52:24 -0500 (0:00:00.048) 0:01:08.708 ******* skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__systemd_list | length > 0", "item": { "dir_mode": "0755", "group": "0", "item": "foo.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.systemd : Ensure unit files are absent] ******** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:68 Monday 11 November 2024 18:52:24 -0500 (0:00:00.049) 0:01:08.757 ******* skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.systemd : Find files in dropins directory] ***** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:76 Monday 11 November 2024 18:52:24 -0500 (0:00:00.037) 0:01:08.795 ******* skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.systemd : Remove dropin directory if no more files] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:83 Monday 11 November 2024 18:52:24 -0500 (0:00:00.038) 0:01:08.834 ******* skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.systemd : Reload systemd] ********************** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:106 Monday 11 November 2024 18:52:24 -0500 (0:00:00.036) 0:01:08.870 ******* skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.systemd : Manage units] ************************ task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:119 Monday 11 November 2024 18:52:24 -0500 (0:00:00.043) 0:01:08.914 ******* included: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 => (item={'name': 'systemd_started_units', 'state': 'started'}) included: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 => (item={'name': 'systemd_stopped_units', 'state': 'stopped'}) included: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 => (item={'name': 'systemd_restarted_units', 'state': 'restarted'}) included: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 => (item={'name': 'systemd_reloaded_units', 'state': 'reloaded'}) included: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 => (item={'name': 'systemd_enabled_units', 'enabled': 'true'}) included: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 => (item={'name': 'systemd_disabled_units', 'enabled': 'false'}) included: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 => (item={'name': 'systemd_masked_units', 'masked': 'true'}) included: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 => (item={'name': 'systemd_unmasked_units', 'masked': 'false'}) TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 18:52:24 -0500 (0:00:00.061) 0:01:08.975 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "__systemd_list | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 18:52:24 -0500 (0:00:00.046) 0:01:09.022 ******* skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__systemd_list | length > 0", "item": { "dir_mode": "0755", "group": "0", "item": "foo.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 18:52:24 -0500 (0:00:00.070) 0:01:09.093 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "__systemd_list | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 18:52:24 -0500 (0:00:00.064) 0:01:09.157 ******* skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__systemd_list | length > 0", "item": { "dir_mode": "0755", "group": "0", "item": "foo.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 18:52:24 -0500 (0:00:00.068) 0:01:09.225 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "__systemd_list | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 18:52:24 -0500 (0:00:00.064) 0:01:09.290 ******* skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__systemd_list | length > 0", "item": { "dir_mode": "0755", "group": "0", "item": "foo.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 18:52:24 -0500 (0:00:00.070) 0:01:09.360 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "__systemd_list | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 18:52:24 -0500 (0:00:00.064) 0:01:09.424 ******* skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__systemd_list | length > 0", "item": { "dir_mode": "0755", "group": "0", "item": "foo.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 18:52:24 -0500 (0:00:00.071) 0:01:09.496 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "__systemd_list | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 18:52:24 -0500 (0:00:00.065) 0:01:09.562 ******* skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__systemd_list | length > 0", "item": { "dir_mode": "0755", "group": "0", "item": "foo.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 18:52:25 -0500 (0:00:00.152) 0:01:09.714 ******* included: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_user_info.yml for managed-node1 TASK [fedora.linux_system_roles.systemd : Get user information] **************** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_user_info.yml:27 Monday 11 November 2024 18:52:25 -0500 (0:00:00.138) 0:01:09.853 ******* included: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_update_user_info.yml for managed-node1 => (item=root) TASK [fedora.linux_system_roles.systemd : Get user information] **************** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_update_user_info.yml:7 Monday 11 November 2024 18:52:25 -0500 (0:00:00.197) 0:01:10.050 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "'getent_passwd' not in ansible_facts or __systemd_user_name not in ansible_facts['getent_passwd']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Update systemd user info with new user info] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_update_user_info.yml:14 Monday 11 November 2024 18:52:25 -0500 (0:00:00.067) 0:01:10.117 ******* ok: [managed-node1] => { "ansible_facts": { "__systemd_user_info": { "root": { "group": "0", "units_dir": "/etc/systemd/system", "xdg_dir": "/run/user/0" } } }, "changed": false } TASK [fedora.linux_system_roles.systemd : Convert to list of dict with user data] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_user_info.yml:34 Monday 11 November 2024 18:52:25 -0500 (0:00:00.083) 0:01:10.201 ******* ok: [managed-node1] => { "ansible_facts": { "__systemd_dict_list": [ { "dir_mode": "0755", "group": "0", "item": "foo.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" } ] }, "changed": false } TASK [fedora.linux_system_roles.systemd : Enable linger if needed] ************* task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_user_info.yml:71 Monday 11 November 2024 18:52:25 -0500 (0:00:00.088) 0:01:10.289 ******* skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 18:52:25 -0500 (0:00:00.070) 0:01:10.359 ******* changed: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": true, "enabled": false, "item": { "dir_mode": "0755", "group": "0", "item": "foo.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "name": "foo.service", "status": { "ActiveEnterTimestamp": "Mon 2024-11-11 18:52:02 EST", "ActiveEnterTimestampMonotonic": "236415258", "ActiveExitTimestamp": "Mon 2024-11-11 18:52:02 EST", "ActiveExitTimestampMonotonic": "236408378", "ActiveState": "active", "After": "systemd-journald.socket sysinit.target system.slice basic.target tmp.mount systemd-tmpfiles-setup.service -.mount", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Mon 2024-11-11 18:52:02 EST", "AssertTimestampMonotonic": "236413803", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Mon 2024-11-11 18:52:02 EST", "ConditionTimestampMonotonic": "236413802", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/foo.service", "ControlPID": "0", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "foo.service", "DevicePolicy": "auto", "DropInPaths": "/etc/systemd/system/foo.service.d/99-override.conf", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "9996", "ExecMainStartTimestamp": "Mon 2024-11-11 18:52:02 EST", "ExecMainStartTimestampMonotonic": "236415219", "ExecMainStatus": "0", "ExecReload": "{ path=/bin/touch ; argv[]=/bin/touch /tmp/foo-reloaded ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/bin/sleep ; argv[]=/bin/sleep 3600 ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/etc/systemd/system/foo.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "foo.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Mon 2024-11-11 18:52:02 EST", "InactiveEnterTimestampMonotonic": "236412886", "InactiveExitTimestamp": "Mon 2024-11-11 18:52:02 EST", "InactiveExitTimestampMonotonic": "236415258", "InvocationID": "6ab540b779294e189f607c4d806896ac", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "14003", "LimitNPROCSoft": "14003", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14003", "LimitSIGPENDINGSoft": "14003", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "9996", "MemoryAccounting": "yes", "MemoryCurrent": "192512", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "foo.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "yes", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "sysinit.target -.mount system.slice", "RequiresMountsFor": "/var/tmp", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Mon 2024-11-11 18:52:10 EST", "StateChangeTimestampMonotonic": "244230173", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "1", "TasksMax": "22405", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Mon 2024-11-11 18:52:02 EST", "WatchdogTimestampMonotonic": "236415256", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 18:52:26 -0500 (0:00:00.732) 0:01:11.092 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "__systemd_list | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 18:52:26 -0500 (0:00:00.067) 0:01:11.159 ******* skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__systemd_list | length > 0", "item": { "dir_mode": "0755", "group": "0", "item": "foo.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 18:52:26 -0500 (0:00:00.074) 0:01:11.234 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "__systemd_list | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 18:52:26 -0500 (0:00:00.071) 0:01:11.306 ******* skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__systemd_list | length > 0", "item": { "dir_mode": "0755", "group": "0", "item": "foo.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.systemd : DebugBefore] ************************* task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:146 Monday 11 November 2024 18:52:26 -0500 (0:00:00.071) 0:01:11.377 ******* ok: [managed-node1] => {} MSG: facts { "root": { "-.mount": { "active_state": "active", "description": "Root Mount", "load_state": "loaded", "name": "-.mount", "sub_state": "mounted" }, "-.slice": { "active_state": "active", "description": "Root Slice", "load_state": "loaded", "name": "-.slice", "sub_state": "active" }, "NetworkManager-wait-online.service": { "active_state": "active", "description": "Network Manager Wait Online", "load_state": "loaded", "name": "NetworkManager-wait-online.service", "sub_state": "exited" }, "NetworkManager.service": { "active_state": "active", "description": "Network Manager", "load_state": "loaded", "name": "NetworkManager.service", "sub_state": "running" }, "auditd.service": { "active_state": "active", "description": "Security Auditing Service", "load_state": "loaded", "name": "auditd.service", "sub_state": "running" }, "basic.target": { "active_state": "active", "description": "Basic System", "load_state": "loaded", "name": "basic.target", "sub_state": "active" }, "chronyd.service": { "active_state": "active", "description": "NTP client/server", "load_state": "loaded", "name": "chronyd.service", "sub_state": "running" }, "cloud-config.service": { "active_state": "active", "description": "Apply the settings specified in cloud-config", "load_state": "loaded", "name": "cloud-config.service", "sub_state": "exited" }, "cloud-config.target": { "active_state": "active", "description": "Cloud-config availability", "load_state": "loaded", "name": "cloud-config.target", "sub_state": "active" }, "cloud-final.service": { "active_state": "active", "description": "Execute cloud user/final scripts", "load_state": "loaded", "name": "cloud-final.service", "sub_state": "exited" }, "cloud-init-local.service": { "active_state": "active", "description": "Initial cloud-init job (pre-networking)", "load_state": "loaded", "name": "cloud-init-local.service", "sub_state": "exited" }, "cloud-init.service": { "active_state": "active", "description": "Initial cloud-init job (metadata service crawler)", "load_state": "loaded", "name": "cloud-init.service", "sub_state": "exited" }, "cloud-init.target": { "active_state": "active", "description": "Cloud-init target", "load_state": "loaded", "name": "cloud-init.target", "sub_state": "active" }, "crond.service": { "active_state": "active", "description": "Command Scheduler", "load_state": "loaded", "name": "crond.service", "sub_state": "running" }, "cryptsetup.target": { "active_state": "active", "description": "Local Encrypted Volumes", "load_state": "loaded", "name": "cryptsetup.target", "sub_state": "active" }, "dbus.service": { "active_state": "active", "description": "D-Bus System Message Bus", "load_state": "loaded", "name": "dbus.service", "sub_state": "running" }, "dbus.socket": { "active_state": "active", "description": "D-Bus System Message Bus Socket", "load_state": "loaded", "name": "dbus.socket", "sub_state": "running" }, "dev-hugepages.mount": { "active_state": "active", "description": "Huge Pages File System", "load_state": "loaded", "name": "dev-hugepages.mount", "sub_state": "mounted" }, "dev-mqueue.mount": { "active_state": "active", "description": "POSIX Message Queue File System", "load_state": "loaded", "name": "dev-mqueue.mount", "sub_state": "mounted" }, "dnf-makecache.timer": { "active_state": "active", "description": "dnf makecache --timer", "load_state": "loaded", "name": "dnf-makecache.timer", "sub_state": "waiting" }, "dracut-shutdown.service": { "active_state": "active", "description": "Restore /run/initramfs on shutdown", "load_state": "loaded", "name": "dracut-shutdown.service", "sub_state": "exited" }, "foo.service": { "active_state": "active", "description": "foo.service", "load_state": "loaded", "name": "foo.service", "sub_state": "running" }, "getty.target": { "active_state": "active", "description": "Login Prompts", "load_state": "loaded", "name": "getty.target", "sub_state": "active" }, "getty@tty1.service": { "active_state": "active", "description": "Getty on tty1", "load_state": "loaded", "name": "getty@tty1.service", "sub_state": "running" }, "gssproxy.service": { "active_state": "active", "description": "GSSAPI Proxy Daemon", "load_state": "loaded", "name": "gssproxy.service", "sub_state": "running" }, "import-state.service": { "active_state": "active", "description": "Import network configuration from initramfs", "load_state": "loaded", "name": "import-state.service", "sub_state": "exited" }, "init.scope": { "active_state": "active", "description": "System and Service Manager", "load_state": "loaded", "name": "init.scope", "sub_state": "running" }, "irqbalance.service": { "active_state": "active", "description": "irqbalance daemon", "load_state": "loaded", "name": "irqbalance.service", "sub_state": "running" }, "kdump.service": { "active_state": "active", "description": "Crash recovery kernel arming", "load_state": "loaded", "name": "kdump.service", "sub_state": "exited" }, "kmod-static-nodes.service": { "active_state": "active", "description": "Create list of required static device nodes for the current kernel", "load_state": "loaded", "name": "kmod-static-nodes.service", "sub_state": "exited" }, "local-fs-pre.target": { "active_state": "active", "description": "Local File Systems (Pre)", "load_state": "loaded", "name": "local-fs-pre.target", "sub_state": "active" }, "local-fs.target": { "active_state": "active", "description": "Local File Systems", "load_state": "loaded", "name": "local-fs.target", "sub_state": "active" }, "multi-user.target": { "active_state": "active", "description": "Multi-User System", "load_state": "loaded", "name": "multi-user.target", "sub_state": "active" }, "network-online.target": { "active_state": "active", "description": "Network is Online", "load_state": "loaded", "name": "network-online.target", "sub_state": "active" }, "network-pre.target": { "active_state": "active", "description": "Network (Pre)", "load_state": "loaded", "name": "network-pre.target", "sub_state": "active" }, "network.target": { "active_state": "active", "description": "Network", "load_state": "loaded", "name": "network.target", "sub_state": "active" }, "nfs-client.target": { "active_state": "active", "description": "NFS client services", "load_state": "loaded", "name": "nfs-client.target", "sub_state": "active" }, "nis-domainname.service": { "active_state": "active", "description": "Read and set NIS domainname from /etc/sysconfig/network", "load_state": "loaded", "name": "nis-domainname.service", "sub_state": "exited" }, "nss-user-lookup.target": { "active_state": "active", "description": "User and Group Name Lookups", "load_state": "loaded", "name": "nss-user-lookup.target", "sub_state": "active" }, "paths.target": { "active_state": "active", "description": "Paths", "load_state": "loaded", "name": "paths.target", "sub_state": "active" }, "plymouth-quit-wait.service": { "active_state": "active", "description": "Hold until boot process finishes up", "load_state": "loaded", "name": "plymouth-quit-wait.service", "sub_state": "exited" }, "plymouth-quit.service": { "active_state": "active", "description": "Terminate Plymouth Boot Screen", "load_state": "loaded", "name": "plymouth-quit.service", "sub_state": "exited" }, "plymouth-read-write.service": { "active_state": "active", "description": "Tell Plymouth To Write Out Runtime Data", "load_state": "loaded", "name": "plymouth-read-write.service", "sub_state": "exited" }, "plymouth-start.service": { "active_state": "active", "description": "Show Plymouth Boot Screen", "load_state": "loaded", "name": "plymouth-start.service", "sub_state": "exited" }, "polkit.service": { "active_state": "active", "description": "Authorization Manager", "load_state": "loaded", "name": "polkit.service", "sub_state": "running" }, "proc-sys-fs-binfmt_misc.automount": { "active_state": "active", "description": "Arbitrary Executable File Formats File System Automount Point", "load_state": "loaded", "name": "proc-sys-fs-binfmt_misc.automount", "sub_state": "waiting" }, "remote-fs-pre.target": { "active_state": "active", "description": "Remote File Systems (Pre)", "load_state": "loaded", "name": "remote-fs-pre.target", "sub_state": "active" }, "remote-fs.target": { "active_state": "active", "description": "Remote File Systems", "load_state": "loaded", "name": "remote-fs.target", "sub_state": "active" }, "restraintd.service": { "active_state": "active", "description": "The restraint harness.", "load_state": "loaded", "name": "restraintd.service", "sub_state": "running" }, "rngd.service": { "active_state": "active", "description": "Hardware RNG Entropy Gatherer Daemon", "load_state": "loaded", "name": "rngd.service", "sub_state": "running" }, "rpc-statd-notify.service": { "active_state": "active", "description": "Notify NFS peers of a restart", "load_state": "loaded", "name": "rpc-statd-notify.service", "sub_state": "exited" }, "rpc_pipefs.target": { "active_state": "active", "description": "rpc_pipefs.target", "load_state": "loaded", "name": "rpc_pipefs.target", "sub_state": "active" }, "rpcbind.service": { "active_state": "active", "description": "RPC Bind", "load_state": "loaded", "name": "rpcbind.service", "sub_state": "running" }, "rpcbind.socket": { "active_state": "active", "description": "RPCbind Server Activation Socket", "load_state": "loaded", "name": "rpcbind.socket", "sub_state": "running" }, "rpcbind.target": { "active_state": "active", "description": "RPC Port Mapper", "load_state": "loaded", "name": "rpcbind.target", "sub_state": "active" }, "rsyslog.service": { "active_state": "active", "description": "System Logging Service", "load_state": "loaded", "name": "rsyslog.service", "sub_state": "running" }, "run-user-0.mount": { "active_state": "active", "description": "/run/user/0", "load_state": "loaded", "name": "run-user-0.mount", "sub_state": "mounted" }, "session-3.scope": { "active_state": "active", "description": "Session 3 of user root", "load_state": "loaded", "name": "session-3.scope", "sub_state": "running" }, "session-5.scope": { "active_state": "active", "description": "Session 5 of user root", "load_state": "loaded", "name": "session-5.scope", "sub_state": "running" }, "slices.target": { "active_state": "active", "description": "Slices", "load_state": "loaded", "name": "slices.target", "sub_state": "active" }, "sockets.target": { "active_state": "active", "description": "Sockets", "load_state": "loaded", "name": "sockets.target", "sub_state": "active" }, "sshd-keygen.target": { "active_state": "active", "description": "sshd-keygen.target", "load_state": "loaded", "name": "sshd-keygen.target", "sub_state": "active" }, "sshd.service": { "active_state": "active", "description": "OpenSSH server daemon", "load_state": "loaded", "name": "sshd.service", "sub_state": "running" }, "sssd-kcm.socket": { "active_state": "active", "description": "SSSD Kerberos Cache Manager responder socket", "load_state": "loaded", "name": "sssd-kcm.socket", "sub_state": "listening" }, "swap.target": { "active_state": "active", "description": "Swap", "load_state": "loaded", "name": "swap.target", "sub_state": "active" }, "sys-devices-platform-serial8250-tty-ttyS1.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS1", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS1.device", "sub_state": "plugged" }, "sys-devices-platform-serial8250-tty-ttyS2.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS2", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS2.device", "sub_state": "plugged" }, "sys-devices-platform-serial8250-tty-ttyS3.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS3", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS3.device", "sub_state": "plugged" }, "sys-devices-pnp0-00:06-tty-ttyS0.device": { "active_state": "active", "description": "/sys/devices/pnp0/00:06/tty/ttyS0", "load_state": "loaded", "name": "sys-devices-pnp0-00:06-tty-ttyS0.device", "sub_state": "plugged" }, "sys-devices-vbd\\x2d768-block-xvda-xvda1.device": { "active_state": "active", "description": "/sys/devices/vbd-768/block/xvda/xvda1", "load_state": "loaded", "name": "sys-devices-vbd\\x2d768-block-xvda-xvda1.device", "sub_state": "plugged" }, "sys-devices-vbd\\x2d768-block-xvda.device": { "active_state": "active", "description": "/sys/devices/vbd-768/block/xvda", "load_state": "loaded", "name": "sys-devices-vbd\\x2d768-block-xvda.device", "sub_state": "plugged" }, "sys-devices-vif\\x2d0-net-eth0.device": { "active_state": "active", "description": "/sys/devices/vif-0/net/eth0", "load_state": "loaded", "name": "sys-devices-vif\\x2d0-net-eth0.device", "sub_state": "plugged" }, "sys-kernel-config.mount": { "active_state": "active", "description": "Kernel Configuration File System", "load_state": "loaded", "name": "sys-kernel-config.mount", "sub_state": "mounted" }, "sys-kernel-debug.mount": { "active_state": "active", "description": "Kernel Debug File System", "load_state": "loaded", "name": "sys-kernel-debug.mount", "sub_state": "mounted" }, "sys-kernel-tracing.mount": { "active_state": "active", "description": "/sys/kernel/tracing", "load_state": "loaded", "name": "sys-kernel-tracing.mount", "sub_state": "mounted" }, "sys-module-configfs.device": { "active_state": "active", "description": "/sys/module/configfs", "load_state": "loaded", "name": "sys-module-configfs.device", "sub_state": "plugged" }, "sys-subsystem-net-devices-eth0.device": { "active_state": "active", "description": "/sys/subsystem/net/devices/eth0", "load_state": "loaded", "name": "sys-subsystem-net-devices-eth0.device", "sub_state": "plugged" }, "sysinit.target": { "active_state": "active", "description": "System Initialization", "load_state": "loaded", "name": "sysinit.target", "sub_state": "active" }, "system-getty.slice": { "active_state": "active", "description": "system-getty.slice", "load_state": "loaded", "name": "system-getty.slice", "sub_state": "active" }, "system-sshd\\x2dkeygen.slice": { "active_state": "active", "description": "system-sshd\\x2dkeygen.slice", "load_state": "loaded", "name": "system-sshd\\x2dkeygen.slice", "sub_state": "active" }, "system.slice": { "active_state": "active", "description": "System Slice", "load_state": "loaded", "name": "system.slice", "sub_state": "active" }, "systemd-ask-password-plymouth.path": { "active_state": "active", "description": "Forward Password Requests to Plymouth Directory Watch", "load_state": "loaded", "name": "systemd-ask-password-plymouth.path", "sub_state": "waiting" }, "systemd-ask-password-wall.path": { "active_state": "active", "description": "Forward Password Requests to Wall Directory Watch", "load_state": "loaded", "name": "systemd-ask-password-wall.path", "sub_state": "waiting" }, "systemd-coredump.socket": { "active_state": "active", "description": "Process Core Dump Socket", "load_state": "loaded", "name": "systemd-coredump.socket", "sub_state": "listening" }, "systemd-initctl.socket": { "active_state": "active", "description": "initctl Compatibility Named Pipe", "load_state": "loaded", "name": "systemd-initctl.socket", "sub_state": "listening" }, "systemd-journal-flush.service": { "active_state": "active", "description": "Flush Journal to Persistent Storage", "load_state": "loaded", "name": "systemd-journal-flush.service", "sub_state": "exited" }, "systemd-journald-dev-log.socket": { "active_state": "active", "description": "Journal Socket (/dev/log)", "load_state": "loaded", "name": "systemd-journald-dev-log.socket", "sub_state": "running" }, "systemd-journald.service": { "active_state": "active", "description": "Journal Service", "load_state": "loaded", "name": "systemd-journald.service", "sub_state": "running" }, "systemd-journald.socket": { "active_state": "active", "description": "Journal Socket", "load_state": "loaded", "name": "systemd-journald.socket", "sub_state": "running" }, "systemd-logind.service": { "active_state": "active", "description": "Login Service", "load_state": "loaded", "name": "systemd-logind.service", "sub_state": "running" }, "systemd-machine-id-commit.service": { "active_state": "active", "description": "Commit a transient machine-id on disk", "load_state": "loaded", "name": "systemd-machine-id-commit.service", "sub_state": "exited" }, "systemd-random-seed.service": { "active_state": "active", "description": "Load/Save Random Seed", "load_state": "loaded", "name": "systemd-random-seed.service", "sub_state": "exited" }, "systemd-remount-fs.service": { "active_state": "active", "description": "Remount Root and Kernel File Systems", "load_state": "loaded", "name": "systemd-remount-fs.service", "sub_state": "exited" }, "systemd-sysctl.service": { "active_state": "active", "description": "Apply Kernel Variables", "load_state": "loaded", "name": "systemd-sysctl.service", "sub_state": "exited" }, "systemd-tmpfiles-clean.timer": { "active_state": "active", "description": "Daily Cleanup of Temporary Directories", "load_state": "loaded", "name": "systemd-tmpfiles-clean.timer", "sub_state": "waiting" }, "systemd-tmpfiles-setup-dev.service": { "active_state": "active", "description": "Create Static Device Nodes in /dev", "load_state": "loaded", "name": "systemd-tmpfiles-setup-dev.service", "sub_state": "exited" }, "systemd-tmpfiles-setup.service": { "active_state": "active", "description": "Create Volatile Files and Directories", "load_state": "loaded", "name": "systemd-tmpfiles-setup.service", "sub_state": "exited" }, "systemd-udev-trigger.service": { "active_state": "active", "description": "udev Coldplug all Devices", "load_state": "loaded", "name": "systemd-udev-trigger.service", "sub_state": "exited" }, "systemd-udevd-control.socket": { "active_state": "active", "description": "udev Control Socket", "load_state": "loaded", "name": "systemd-udevd-control.socket", "sub_state": "running" }, "systemd-udevd-kernel.socket": { "active_state": "active", "description": "udev Kernel Socket", "load_state": "loaded", "name": "systemd-udevd-kernel.socket", "sub_state": "running" }, "systemd-udevd.service": { "active_state": "active", "description": "udev Kernel Device Manager", "load_state": "loaded", "name": "systemd-udevd.service", "sub_state": "running" }, "systemd-update-utmp.service": { "active_state": "active", "description": "Update UTMP about System Boot/Shutdown", "load_state": "loaded", "name": "systemd-update-utmp.service", "sub_state": "exited" }, "systemd-user-sessions.service": { "active_state": "active", "description": "Permit User Sessions", "load_state": "loaded", "name": "systemd-user-sessions.service", "sub_state": "exited" }, "timers.target": { "active_state": "active", "description": "Timers", "load_state": "loaded", "name": "timers.target", "sub_state": "active" }, "tuned.service": { "active_state": "active", "description": "Dynamic System Tuning Daemon", "load_state": "loaded", "name": "tuned.service", "sub_state": "running" }, "unbound-anchor.timer": { "active_state": "active", "description": "daily update of the root trust anchor for DNSSEC", "load_state": "loaded", "name": "unbound-anchor.timer", "sub_state": "waiting" }, "user-0.slice": { "active_state": "active", "description": "User Slice of UID 0", "load_state": "loaded", "name": "user-0.slice", "sub_state": "active" }, "user-runtime-dir@0.service": { "active_state": "active", "description": "User runtime directory /run/user/0", "load_state": "loaded", "name": "user-runtime-dir@0.service", "sub_state": "exited" }, "user.slice": { "active_state": "active", "description": "User and Session Slice", "load_state": "loaded", "name": "user.slice", "sub_state": "active" }, "user@0.service": { "active_state": "active", "description": "User Manager for UID 0", "load_state": "loaded", "name": "user@0.service", "sub_state": "running" }, "var-lib-nfs-rpc_pipefs.mount": { "active_state": "active", "description": "RPC Pipe File System", "load_state": "loaded", "name": "var-lib-nfs-rpc_pipefs.mount", "sub_state": "mounted" } } } TASK [fedora.linux_system_roles.systemd : Gather systemd units state for system and user units] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:150 Monday 11 November 2024 18:52:26 -0500 (0:00:00.065) 0:01:11.443 ******* included: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_systemd_units_info.yml for managed-node1 => (item={'key': 'root', 'value': {'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'group': '0'}}) TASK [fedora.linux_system_roles.systemd : Gather systemd units state for system and user units] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_systemd_units_info.yml:7 Monday 11 November 2024 18:52:26 -0500 (0:00:00.092) 0:01:11.535 ******* ok: [managed-node1] => { "ansible_facts": { "systemd_units": { "-.mount": { "active_state": "active", "description": "Root Mount", "load_state": "loaded", "name": "-.mount", "sub_state": "mounted" }, "-.slice": { "active_state": "active", "description": "Root Slice", "load_state": "loaded", "name": "-.slice", "sub_state": "active" }, "NetworkManager-wait-online.service": { "active_state": "active", "description": "Network Manager Wait Online", "load_state": "loaded", "name": "NetworkManager-wait-online.service", "sub_state": "exited" }, "NetworkManager.service": { "active_state": "active", "description": "Network Manager", "load_state": "loaded", "name": "NetworkManager.service", "sub_state": "running" }, "auditd.service": { "active_state": "active", "description": "Security Auditing Service", "load_state": "loaded", "name": "auditd.service", "sub_state": "running" }, "basic.target": { "active_state": "active", "description": "Basic System", "load_state": "loaded", "name": "basic.target", "sub_state": "active" }, "chronyd.service": { "active_state": "active", "description": "NTP client/server", "load_state": "loaded", "name": "chronyd.service", "sub_state": "running" }, "cloud-config.service": { "active_state": "active", "description": "Apply the settings specified in cloud-config", "load_state": "loaded", "name": "cloud-config.service", "sub_state": "exited" }, "cloud-config.target": { "active_state": "active", "description": "Cloud-config availability", "load_state": "loaded", "name": "cloud-config.target", "sub_state": "active" }, "cloud-final.service": { "active_state": "active", "description": "Execute cloud user/final scripts", "load_state": "loaded", "name": "cloud-final.service", "sub_state": "exited" }, "cloud-init-local.service": { "active_state": "active", "description": "Initial cloud-init job (pre-networking)", "load_state": "loaded", "name": "cloud-init-local.service", "sub_state": "exited" }, "cloud-init.service": { "active_state": "active", "description": "Initial cloud-init job (metadata service crawler)", "load_state": "loaded", "name": "cloud-init.service", "sub_state": "exited" }, "cloud-init.target": { "active_state": "active", "description": "Cloud-init target", "load_state": "loaded", "name": "cloud-init.target", "sub_state": "active" }, "crond.service": { "active_state": "active", "description": "Command Scheduler", "load_state": "loaded", "name": "crond.service", "sub_state": "running" }, "cryptsetup.target": { "active_state": "active", "description": "Local Encrypted Volumes", "load_state": "loaded", "name": "cryptsetup.target", "sub_state": "active" }, "dbus.service": { "active_state": "active", "description": "D-Bus System Message Bus", "load_state": "loaded", "name": "dbus.service", "sub_state": "running" }, "dbus.socket": { "active_state": "active", "description": "D-Bus System Message Bus Socket", "load_state": "loaded", "name": "dbus.socket", "sub_state": "running" }, "dev-hugepages.mount": { "active_state": "active", "description": "Huge Pages File System", "load_state": "loaded", "name": "dev-hugepages.mount", "sub_state": "mounted" }, "dev-mqueue.mount": { "active_state": "active", "description": "POSIX Message Queue File System", "load_state": "loaded", "name": "dev-mqueue.mount", "sub_state": "mounted" }, "dnf-makecache.timer": { "active_state": "active", "description": "dnf makecache --timer", "load_state": "loaded", "name": "dnf-makecache.timer", "sub_state": "waiting" }, "dracut-shutdown.service": { "active_state": "active", "description": "Restore /run/initramfs on shutdown", "load_state": "loaded", "name": "dracut-shutdown.service", "sub_state": "exited" }, "foo.service": { "active_state": "active", "description": "foo.service", "load_state": "loaded", "name": "foo.service", "sub_state": "running" }, "getty.target": { "active_state": "active", "description": "Login Prompts", "load_state": "loaded", "name": "getty.target", "sub_state": "active" }, "getty@tty1.service": { "active_state": "active", "description": "Getty on tty1", "load_state": "loaded", "name": "getty@tty1.service", "sub_state": "running" }, "gssproxy.service": { "active_state": "active", "description": "GSSAPI Proxy Daemon", "load_state": "loaded", "name": "gssproxy.service", "sub_state": "running" }, "import-state.service": { "active_state": "active", "description": "Import network configuration from initramfs", "load_state": "loaded", "name": "import-state.service", "sub_state": "exited" }, "init.scope": { "active_state": "active", "description": "System and Service Manager", "load_state": "loaded", "name": "init.scope", "sub_state": "running" }, "irqbalance.service": { "active_state": "active", "description": "irqbalance daemon", "load_state": "loaded", "name": "irqbalance.service", "sub_state": "running" }, "kdump.service": { "active_state": "active", "description": "Crash recovery kernel arming", "load_state": "loaded", "name": "kdump.service", "sub_state": "exited" }, "kmod-static-nodes.service": { "active_state": "active", "description": "Create list of required static device nodes for the current kernel", "load_state": "loaded", "name": "kmod-static-nodes.service", "sub_state": "exited" }, "local-fs-pre.target": { "active_state": "active", "description": "Local File Systems (Pre)", "load_state": "loaded", "name": "local-fs-pre.target", "sub_state": "active" }, "local-fs.target": { "active_state": "active", "description": "Local File Systems", "load_state": "loaded", "name": "local-fs.target", "sub_state": "active" }, "multi-user.target": { "active_state": "active", "description": "Multi-User System", "load_state": "loaded", "name": "multi-user.target", "sub_state": "active" }, "network-online.target": { "active_state": "active", "description": "Network is Online", "load_state": "loaded", "name": "network-online.target", "sub_state": "active" }, "network-pre.target": { "active_state": "active", "description": "Network (Pre)", "load_state": "loaded", "name": "network-pre.target", "sub_state": "active" }, "network.target": { "active_state": "active", "description": "Network", "load_state": "loaded", "name": "network.target", "sub_state": "active" }, "nfs-client.target": { "active_state": "active", "description": "NFS client services", "load_state": "loaded", "name": "nfs-client.target", "sub_state": "active" }, "nis-domainname.service": { "active_state": "active", "description": "Read and set NIS domainname from /etc/sysconfig/network", "load_state": "loaded", "name": "nis-domainname.service", "sub_state": "exited" }, "nss-user-lookup.target": { "active_state": "active", "description": "User and Group Name Lookups", "load_state": "loaded", "name": "nss-user-lookup.target", "sub_state": "active" }, "paths.target": { "active_state": "active", "description": "Paths", "load_state": "loaded", "name": "paths.target", "sub_state": "active" }, "plymouth-quit-wait.service": { "active_state": "active", "description": "Hold until boot process finishes up", "load_state": "loaded", "name": "plymouth-quit-wait.service", "sub_state": "exited" }, "plymouth-quit.service": { "active_state": "active", "description": "Terminate Plymouth Boot Screen", "load_state": "loaded", "name": "plymouth-quit.service", "sub_state": "exited" }, "plymouth-read-write.service": { "active_state": "active", "description": "Tell Plymouth To Write Out Runtime Data", "load_state": "loaded", "name": "plymouth-read-write.service", "sub_state": "exited" }, "plymouth-start.service": { "active_state": "active", "description": "Show Plymouth Boot Screen", "load_state": "loaded", "name": "plymouth-start.service", "sub_state": "exited" }, "polkit.service": { "active_state": "active", "description": "Authorization Manager", "load_state": "loaded", "name": "polkit.service", "sub_state": "running" }, "proc-sys-fs-binfmt_misc.automount": { "active_state": "active", "description": "Arbitrary Executable File Formats File System Automount Point", "load_state": "loaded", "name": "proc-sys-fs-binfmt_misc.automount", "sub_state": "waiting" }, "remote-fs-pre.target": { "active_state": "active", "description": "Remote File Systems (Pre)", "load_state": "loaded", "name": "remote-fs-pre.target", "sub_state": "active" }, "remote-fs.target": { "active_state": "active", "description": "Remote File Systems", "load_state": "loaded", "name": "remote-fs.target", "sub_state": "active" }, "restraintd.service": { "active_state": "active", "description": "The restraint harness.", "load_state": "loaded", "name": "restraintd.service", "sub_state": "running" }, "rngd.service": { "active_state": "active", "description": "Hardware RNG Entropy Gatherer Daemon", "load_state": "loaded", "name": "rngd.service", "sub_state": "running" }, "rpc-statd-notify.service": { "active_state": "active", "description": "Notify NFS peers of a restart", "load_state": "loaded", "name": "rpc-statd-notify.service", "sub_state": "exited" }, "rpc_pipefs.target": { "active_state": "active", "description": "rpc_pipefs.target", "load_state": "loaded", "name": "rpc_pipefs.target", "sub_state": "active" }, "rpcbind.service": { "active_state": "active", "description": "RPC Bind", "load_state": "loaded", "name": "rpcbind.service", "sub_state": "running" }, "rpcbind.socket": { "active_state": "active", "description": "RPCbind Server Activation Socket", "load_state": "loaded", "name": "rpcbind.socket", "sub_state": "running" }, "rpcbind.target": { "active_state": "active", "description": "RPC Port Mapper", "load_state": "loaded", "name": "rpcbind.target", "sub_state": "active" }, "rsyslog.service": { "active_state": "active", "description": "System Logging Service", "load_state": "loaded", "name": "rsyslog.service", "sub_state": "running" }, "run-user-0.mount": { "active_state": "active", "description": "/run/user/0", "load_state": "loaded", "name": "run-user-0.mount", "sub_state": "mounted" }, "session-3.scope": { "active_state": "active", "description": "Session 3 of user root", "load_state": "loaded", "name": "session-3.scope", "sub_state": "running" }, "session-5.scope": { "active_state": "active", "description": "Session 5 of user root", "load_state": "loaded", "name": "session-5.scope", "sub_state": "running" }, "slices.target": { "active_state": "active", "description": "Slices", "load_state": "loaded", "name": "slices.target", "sub_state": "active" }, "sockets.target": { "active_state": "active", "description": "Sockets", "load_state": "loaded", "name": "sockets.target", "sub_state": "active" }, "sshd-keygen.target": { "active_state": "active", "description": "sshd-keygen.target", "load_state": "loaded", "name": "sshd-keygen.target", "sub_state": "active" }, "sshd.service": { "active_state": "active", "description": "OpenSSH server daemon", "load_state": "loaded", "name": "sshd.service", "sub_state": "running" }, "sssd-kcm.socket": { "active_state": "active", "description": "SSSD Kerberos Cache Manager responder socket", "load_state": "loaded", "name": "sssd-kcm.socket", "sub_state": "listening" }, "swap.target": { "active_state": "active", "description": "Swap", "load_state": "loaded", "name": "swap.target", "sub_state": "active" }, "sys-devices-platform-serial8250-tty-ttyS1.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS1", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS1.device", "sub_state": "plugged" }, "sys-devices-platform-serial8250-tty-ttyS2.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS2", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS2.device", "sub_state": "plugged" }, "sys-devices-platform-serial8250-tty-ttyS3.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS3", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS3.device", "sub_state": "plugged" }, "sys-devices-pnp0-00:06-tty-ttyS0.device": { "active_state": "active", "description": "/sys/devices/pnp0/00:06/tty/ttyS0", "load_state": "loaded", "name": "sys-devices-pnp0-00:06-tty-ttyS0.device", "sub_state": "plugged" }, "sys-devices-vbd\\x2d768-block-xvda-xvda1.device": { "active_state": "active", "description": "/sys/devices/vbd-768/block/xvda/xvda1", "load_state": "loaded", "name": "sys-devices-vbd\\x2d768-block-xvda-xvda1.device", "sub_state": "plugged" }, "sys-devices-vbd\\x2d768-block-xvda.device": { "active_state": "active", "description": "/sys/devices/vbd-768/block/xvda", "load_state": "loaded", "name": "sys-devices-vbd\\x2d768-block-xvda.device", "sub_state": "plugged" }, "sys-devices-vif\\x2d0-net-eth0.device": { "active_state": "active", "description": "/sys/devices/vif-0/net/eth0", "load_state": "loaded", "name": "sys-devices-vif\\x2d0-net-eth0.device", "sub_state": "plugged" }, "sys-kernel-config.mount": { "active_state": "active", "description": "Kernel Configuration File System", "load_state": "loaded", "name": "sys-kernel-config.mount", "sub_state": "mounted" }, "sys-kernel-debug.mount": { "active_state": "active", "description": "Kernel Debug File System", "load_state": "loaded", "name": "sys-kernel-debug.mount", "sub_state": "mounted" }, "sys-kernel-tracing.mount": { "active_state": "active", "description": "/sys/kernel/tracing", "load_state": "loaded", "name": "sys-kernel-tracing.mount", "sub_state": "mounted" }, "sys-module-configfs.device": { "active_state": "active", "description": "/sys/module/configfs", "load_state": "loaded", "name": "sys-module-configfs.device", "sub_state": "plugged" }, "sys-subsystem-net-devices-eth0.device": { "active_state": "active", "description": "/sys/subsystem/net/devices/eth0", "load_state": "loaded", "name": "sys-subsystem-net-devices-eth0.device", "sub_state": "plugged" }, "sysinit.target": { "active_state": "active", "description": "System Initialization", "load_state": "loaded", "name": "sysinit.target", "sub_state": "active" }, "system-getty.slice": { "active_state": "active", "description": "system-getty.slice", "load_state": "loaded", "name": "system-getty.slice", "sub_state": "active" }, "system-sshd\\x2dkeygen.slice": { "active_state": "active", "description": "system-sshd\\x2dkeygen.slice", "load_state": "loaded", "name": "system-sshd\\x2dkeygen.slice", "sub_state": "active" }, "system.slice": { "active_state": "active", "description": "System Slice", "load_state": "loaded", "name": "system.slice", "sub_state": "active" }, "systemd-ask-password-plymouth.path": { "active_state": "active", "description": "Forward Password Requests to Plymouth Directory Watch", "load_state": "loaded", "name": "systemd-ask-password-plymouth.path", "sub_state": "waiting" }, "systemd-ask-password-wall.path": { "active_state": "active", "description": "Forward Password Requests to Wall Directory Watch", "load_state": "loaded", "name": "systemd-ask-password-wall.path", "sub_state": "waiting" }, "systemd-coredump.socket": { "active_state": "active", "description": "Process Core Dump Socket", "load_state": "loaded", "name": "systemd-coredump.socket", "sub_state": "listening" }, "systemd-initctl.socket": { "active_state": "active", "description": "initctl Compatibility Named Pipe", "load_state": "loaded", "name": "systemd-initctl.socket", "sub_state": "listening" }, "systemd-journal-flush.service": { "active_state": "active", "description": "Flush Journal to Persistent Storage", "load_state": "loaded", "name": "systemd-journal-flush.service", "sub_state": "exited" }, "systemd-journald-dev-log.socket": { "active_state": "active", "description": "Journal Socket (/dev/log)", "load_state": "loaded", "name": "systemd-journald-dev-log.socket", "sub_state": "running" }, "systemd-journald.service": { "active_state": "active", "description": "Journal Service", "load_state": "loaded", "name": "systemd-journald.service", "sub_state": "running" }, "systemd-journald.socket": { "active_state": "active", "description": "Journal Socket", "load_state": "loaded", "name": "systemd-journald.socket", "sub_state": "running" }, "systemd-logind.service": { "active_state": "active", "description": "Login Service", "load_state": "loaded", "name": "systemd-logind.service", "sub_state": "running" }, "systemd-machine-id-commit.service": { "active_state": "active", "description": "Commit a transient machine-id on disk", "load_state": "loaded", "name": "systemd-machine-id-commit.service", "sub_state": "exited" }, "systemd-random-seed.service": { "active_state": "active", "description": "Load/Save Random Seed", "load_state": "loaded", "name": "systemd-random-seed.service", "sub_state": "exited" }, "systemd-remount-fs.service": { "active_state": "active", "description": "Remount Root and Kernel File Systems", "load_state": "loaded", "name": "systemd-remount-fs.service", "sub_state": "exited" }, "systemd-sysctl.service": { "active_state": "active", "description": "Apply Kernel Variables", "load_state": "loaded", "name": "systemd-sysctl.service", "sub_state": "exited" }, "systemd-tmpfiles-clean.timer": { "active_state": "active", "description": "Daily Cleanup of Temporary Directories", "load_state": "loaded", "name": "systemd-tmpfiles-clean.timer", "sub_state": "waiting" }, "systemd-tmpfiles-setup-dev.service": { "active_state": "active", "description": "Create Static Device Nodes in /dev", "load_state": "loaded", "name": "systemd-tmpfiles-setup-dev.service", "sub_state": "exited" }, "systemd-tmpfiles-setup.service": { "active_state": "active", "description": "Create Volatile Files and Directories", "load_state": "loaded", "name": "systemd-tmpfiles-setup.service", "sub_state": "exited" }, "systemd-udev-trigger.service": { "active_state": "active", "description": "udev Coldplug all Devices", "load_state": "loaded", "name": "systemd-udev-trigger.service", "sub_state": "exited" }, "systemd-udevd-control.socket": { "active_state": "active", "description": "udev Control Socket", "load_state": "loaded", "name": "systemd-udevd-control.socket", "sub_state": "running" }, "systemd-udevd-kernel.socket": { "active_state": "active", "description": "udev Kernel Socket", "load_state": "loaded", "name": "systemd-udevd-kernel.socket", "sub_state": "running" }, "systemd-udevd.service": { "active_state": "active", "description": "udev Kernel Device Manager", "load_state": "loaded", "name": "systemd-udevd.service", "sub_state": "running" }, "systemd-update-utmp.service": { "active_state": "active", "description": "Update UTMP about System Boot/Shutdown", "load_state": "loaded", "name": "systemd-update-utmp.service", "sub_state": "exited" }, "systemd-user-sessions.service": { "active_state": "active", "description": "Permit User Sessions", "load_state": "loaded", "name": "systemd-user-sessions.service", "sub_state": "exited" }, "timers.target": { "active_state": "active", "description": "Timers", "load_state": "loaded", "name": "timers.target", "sub_state": "active" }, "tuned.service": { "active_state": "active", "description": "Dynamic System Tuning Daemon", "load_state": "loaded", "name": "tuned.service", "sub_state": "running" }, "unbound-anchor.timer": { "active_state": "active", "description": "daily update of the root trust anchor for DNSSEC", "load_state": "loaded", "name": "unbound-anchor.timer", "sub_state": "waiting" }, "user-0.slice": { "active_state": "active", "description": "User Slice of UID 0", "load_state": "loaded", "name": "user-0.slice", "sub_state": "active" }, "user-runtime-dir@0.service": { "active_state": "active", "description": "User runtime directory /run/user/0", "load_state": "loaded", "name": "user-runtime-dir@0.service", "sub_state": "exited" }, "user.slice": { "active_state": "active", "description": "User and Session Slice", "load_state": "loaded", "name": "user.slice", "sub_state": "active" }, "user@0.service": { "active_state": "active", "description": "User Manager for UID 0", "load_state": "loaded", "name": "user@0.service", "sub_state": "running" }, "var-lib-nfs-rpc_pipefs.mount": { "active_state": "active", "description": "RPC Pipe File System", "load_state": "loaded", "name": "var-lib-nfs-rpc_pipefs.mount", "sub_state": "mounted" } }, "systemd_units_user": { "root": { "-.mount": { "active_state": "active", "description": "Root Mount", "load_state": "loaded", "name": "-.mount", "sub_state": "mounted" }, "-.slice": { "active_state": "active", "description": "Root Slice", "load_state": "loaded", "name": "-.slice", "sub_state": "active" }, "NetworkManager-wait-online.service": { "active_state": "active", "description": "Network Manager Wait Online", "load_state": "loaded", "name": "NetworkManager-wait-online.service", "sub_state": "exited" }, "NetworkManager.service": { "active_state": "active", "description": "Network Manager", "load_state": "loaded", "name": "NetworkManager.service", "sub_state": "running" }, "auditd.service": { "active_state": "active", "description": "Security Auditing Service", "load_state": "loaded", "name": "auditd.service", "sub_state": "running" }, "basic.target": { "active_state": "active", "description": "Basic System", "load_state": "loaded", "name": "basic.target", "sub_state": "active" }, "chronyd.service": { "active_state": "active", "description": "NTP client/server", "load_state": "loaded", "name": "chronyd.service", "sub_state": "running" }, "cloud-config.service": { "active_state": "active", "description": "Apply the settings specified in cloud-config", "load_state": "loaded", "name": "cloud-config.service", "sub_state": "exited" }, "cloud-config.target": { "active_state": "active", "description": "Cloud-config availability", "load_state": "loaded", "name": "cloud-config.target", "sub_state": "active" }, "cloud-final.service": { "active_state": "active", "description": "Execute cloud user/final scripts", "load_state": "loaded", "name": "cloud-final.service", "sub_state": "exited" }, "cloud-init-local.service": { "active_state": "active", "description": "Initial cloud-init job (pre-networking)", "load_state": "loaded", "name": "cloud-init-local.service", "sub_state": "exited" }, "cloud-init.service": { "active_state": "active", "description": "Initial cloud-init job (metadata service crawler)", "load_state": "loaded", "name": "cloud-init.service", "sub_state": "exited" }, "cloud-init.target": { "active_state": "active", "description": "Cloud-init target", "load_state": "loaded", "name": "cloud-init.target", "sub_state": "active" }, "crond.service": { "active_state": "active", "description": "Command Scheduler", "load_state": "loaded", "name": "crond.service", "sub_state": "running" }, "cryptsetup.target": { "active_state": "active", "description": "Local Encrypted Volumes", "load_state": "loaded", "name": "cryptsetup.target", "sub_state": "active" }, "dbus.service": { "active_state": "active", "description": "D-Bus System Message Bus", "load_state": "loaded", "name": "dbus.service", "sub_state": "running" }, "dbus.socket": { "active_state": "active", "description": "D-Bus System Message Bus Socket", "load_state": "loaded", "name": "dbus.socket", "sub_state": "running" }, "dev-hugepages.mount": { "active_state": "active", "description": "Huge Pages File System", "load_state": "loaded", "name": "dev-hugepages.mount", "sub_state": "mounted" }, "dev-mqueue.mount": { "active_state": "active", "description": "POSIX Message Queue File System", "load_state": "loaded", "name": "dev-mqueue.mount", "sub_state": "mounted" }, "dnf-makecache.timer": { "active_state": "active", "description": "dnf makecache --timer", "load_state": "loaded", "name": "dnf-makecache.timer", "sub_state": "waiting" }, "dracut-shutdown.service": { "active_state": "active", "description": "Restore /run/initramfs on shutdown", "load_state": "loaded", "name": "dracut-shutdown.service", "sub_state": "exited" }, "foo.service": { "active_state": "active", "description": "foo.service", "load_state": "loaded", "name": "foo.service", "sub_state": "running" }, "getty.target": { "active_state": "active", "description": "Login Prompts", "load_state": "loaded", "name": "getty.target", "sub_state": "active" }, "getty@tty1.service": { "active_state": "active", "description": "Getty on tty1", "load_state": "loaded", "name": "getty@tty1.service", "sub_state": "running" }, "gssproxy.service": { "active_state": "active", "description": "GSSAPI Proxy Daemon", "load_state": "loaded", "name": "gssproxy.service", "sub_state": "running" }, "import-state.service": { "active_state": "active", "description": "Import network configuration from initramfs", "load_state": "loaded", "name": "import-state.service", "sub_state": "exited" }, "init.scope": { "active_state": "active", "description": "System and Service Manager", "load_state": "loaded", "name": "init.scope", "sub_state": "running" }, "irqbalance.service": { "active_state": "active", "description": "irqbalance daemon", "load_state": "loaded", "name": "irqbalance.service", "sub_state": "running" }, "kdump.service": { "active_state": "active", "description": "Crash recovery kernel arming", "load_state": "loaded", "name": "kdump.service", "sub_state": "exited" }, "kmod-static-nodes.service": { "active_state": "active", "description": "Create list of required static device nodes for the current kernel", "load_state": "loaded", "name": "kmod-static-nodes.service", "sub_state": "exited" }, "local-fs-pre.target": { "active_state": "active", "description": "Local File Systems (Pre)", "load_state": "loaded", "name": "local-fs-pre.target", "sub_state": "active" }, "local-fs.target": { "active_state": "active", "description": "Local File Systems", "load_state": "loaded", "name": "local-fs.target", "sub_state": "active" }, "multi-user.target": { "active_state": "active", "description": "Multi-User System", "load_state": "loaded", "name": "multi-user.target", "sub_state": "active" }, "network-online.target": { "active_state": "active", "description": "Network is Online", "load_state": "loaded", "name": "network-online.target", "sub_state": "active" }, "network-pre.target": { "active_state": "active", "description": "Network (Pre)", "load_state": "loaded", "name": "network-pre.target", "sub_state": "active" }, "network.target": { "active_state": "active", "description": "Network", "load_state": "loaded", "name": "network.target", "sub_state": "active" }, "nfs-client.target": { "active_state": "active", "description": "NFS client services", "load_state": "loaded", "name": "nfs-client.target", "sub_state": "active" }, "nis-domainname.service": { "active_state": "active", "description": "Read and set NIS domainname from /etc/sysconfig/network", "load_state": "loaded", "name": "nis-domainname.service", "sub_state": "exited" }, "nss-user-lookup.target": { "active_state": "active", "description": "User and Group Name Lookups", "load_state": "loaded", "name": "nss-user-lookup.target", "sub_state": "active" }, "paths.target": { "active_state": "active", "description": "Paths", "load_state": "loaded", "name": "paths.target", "sub_state": "active" }, "plymouth-quit-wait.service": { "active_state": "active", "description": "Hold until boot process finishes up", "load_state": "loaded", "name": "plymouth-quit-wait.service", "sub_state": "exited" }, "plymouth-quit.service": { "active_state": "active", "description": "Terminate Plymouth Boot Screen", "load_state": "loaded", "name": "plymouth-quit.service", "sub_state": "exited" }, "plymouth-read-write.service": { "active_state": "active", "description": "Tell Plymouth To Write Out Runtime Data", "load_state": "loaded", "name": "plymouth-read-write.service", "sub_state": "exited" }, "plymouth-start.service": { "active_state": "active", "description": "Show Plymouth Boot Screen", "load_state": "loaded", "name": "plymouth-start.service", "sub_state": "exited" }, "polkit.service": { "active_state": "active", "description": "Authorization Manager", "load_state": "loaded", "name": "polkit.service", "sub_state": "running" }, "proc-sys-fs-binfmt_misc.automount": { "active_state": "active", "description": "Arbitrary Executable File Formats File System Automount Point", "load_state": "loaded", "name": "proc-sys-fs-binfmt_misc.automount", "sub_state": "waiting" }, "remote-fs-pre.target": { "active_state": "active", "description": "Remote File Systems (Pre)", "load_state": "loaded", "name": "remote-fs-pre.target", "sub_state": "active" }, "remote-fs.target": { "active_state": "active", "description": "Remote File Systems", "load_state": "loaded", "name": "remote-fs.target", "sub_state": "active" }, "restraintd.service": { "active_state": "active", "description": "The restraint harness.", "load_state": "loaded", "name": "restraintd.service", "sub_state": "running" }, "rngd.service": { "active_state": "active", "description": "Hardware RNG Entropy Gatherer Daemon", "load_state": "loaded", "name": "rngd.service", "sub_state": "running" }, "rpc-statd-notify.service": { "active_state": "active", "description": "Notify NFS peers of a restart", "load_state": "loaded", "name": "rpc-statd-notify.service", "sub_state": "exited" }, "rpc_pipefs.target": { "active_state": "active", "description": "rpc_pipefs.target", "load_state": "loaded", "name": "rpc_pipefs.target", "sub_state": "active" }, "rpcbind.service": { "active_state": "active", "description": "RPC Bind", "load_state": "loaded", "name": "rpcbind.service", "sub_state": "running" }, "rpcbind.socket": { "active_state": "active", "description": "RPCbind Server Activation Socket", "load_state": "loaded", "name": "rpcbind.socket", "sub_state": "running" }, "rpcbind.target": { "active_state": "active", "description": "RPC Port Mapper", "load_state": "loaded", "name": "rpcbind.target", "sub_state": "active" }, "rsyslog.service": { "active_state": "active", "description": "System Logging Service", "load_state": "loaded", "name": "rsyslog.service", "sub_state": "running" }, "run-user-0.mount": { "active_state": "active", "description": "/run/user/0", "load_state": "loaded", "name": "run-user-0.mount", "sub_state": "mounted" }, "session-3.scope": { "active_state": "active", "description": "Session 3 of user root", "load_state": "loaded", "name": "session-3.scope", "sub_state": "running" }, "session-5.scope": { "active_state": "active", "description": "Session 5 of user root", "load_state": "loaded", "name": "session-5.scope", "sub_state": "running" }, "slices.target": { "active_state": "active", "description": "Slices", "load_state": "loaded", "name": "slices.target", "sub_state": "active" }, "sockets.target": { "active_state": "active", "description": "Sockets", "load_state": "loaded", "name": "sockets.target", "sub_state": "active" }, "sshd-keygen.target": { "active_state": "active", "description": "sshd-keygen.target", "load_state": "loaded", "name": "sshd-keygen.target", "sub_state": "active" }, "sshd.service": { "active_state": "active", "description": "OpenSSH server daemon", "load_state": "loaded", "name": "sshd.service", "sub_state": "running" }, "sssd-kcm.socket": { "active_state": "active", "description": "SSSD Kerberos Cache Manager responder socket", "load_state": "loaded", "name": "sssd-kcm.socket", "sub_state": "listening" }, "swap.target": { "active_state": "active", "description": "Swap", "load_state": "loaded", "name": "swap.target", "sub_state": "active" }, "sys-devices-platform-serial8250-tty-ttyS1.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS1", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS1.device", "sub_state": "plugged" }, "sys-devices-platform-serial8250-tty-ttyS2.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS2", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS2.device", "sub_state": "plugged" }, "sys-devices-platform-serial8250-tty-ttyS3.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS3", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS3.device", "sub_state": "plugged" }, "sys-devices-pnp0-00:06-tty-ttyS0.device": { "active_state": "active", "description": "/sys/devices/pnp0/00:06/tty/ttyS0", "load_state": "loaded", "name": "sys-devices-pnp0-00:06-tty-ttyS0.device", "sub_state": "plugged" }, "sys-devices-vbd\\x2d768-block-xvda-xvda1.device": { "active_state": "active", "description": "/sys/devices/vbd-768/block/xvda/xvda1", "load_state": "loaded", "name": "sys-devices-vbd\\x2d768-block-xvda-xvda1.device", "sub_state": "plugged" }, "sys-devices-vbd\\x2d768-block-xvda.device": { "active_state": "active", "description": "/sys/devices/vbd-768/block/xvda", "load_state": "loaded", "name": "sys-devices-vbd\\x2d768-block-xvda.device", "sub_state": "plugged" }, "sys-devices-vif\\x2d0-net-eth0.device": { "active_state": "active", "description": "/sys/devices/vif-0/net/eth0", "load_state": "loaded", "name": "sys-devices-vif\\x2d0-net-eth0.device", "sub_state": "plugged" }, "sys-kernel-config.mount": { "active_state": "active", "description": "Kernel Configuration File System", "load_state": "loaded", "name": "sys-kernel-config.mount", "sub_state": "mounted" }, "sys-kernel-debug.mount": { "active_state": "active", "description": "Kernel Debug File System", "load_state": "loaded", "name": "sys-kernel-debug.mount", "sub_state": "mounted" }, "sys-kernel-tracing.mount": { "active_state": "active", "description": "/sys/kernel/tracing", "load_state": "loaded", "name": "sys-kernel-tracing.mount", "sub_state": "mounted" }, "sys-module-configfs.device": { "active_state": "active", "description": "/sys/module/configfs", "load_state": "loaded", "name": "sys-module-configfs.device", "sub_state": "plugged" }, "sys-subsystem-net-devices-eth0.device": { "active_state": "active", "description": "/sys/subsystem/net/devices/eth0", "load_state": "loaded", "name": "sys-subsystem-net-devices-eth0.device", "sub_state": "plugged" }, "sysinit.target": { "active_state": "active", "description": "System Initialization", "load_state": "loaded", "name": "sysinit.target", "sub_state": "active" }, "system-getty.slice": { "active_state": "active", "description": "system-getty.slice", "load_state": "loaded", "name": "system-getty.slice", "sub_state": "active" }, "system-sshd\\x2dkeygen.slice": { "active_state": "active", "description": "system-sshd\\x2dkeygen.slice", "load_state": "loaded", "name": "system-sshd\\x2dkeygen.slice", "sub_state": "active" }, "system.slice": { "active_state": "active", "description": "System Slice", "load_state": "loaded", "name": "system.slice", "sub_state": "active" }, "systemd-ask-password-plymouth.path": { "active_state": "active", "description": "Forward Password Requests to Plymouth Directory Watch", "load_state": "loaded", "name": "systemd-ask-password-plymouth.path", "sub_state": "waiting" }, "systemd-ask-password-wall.path": { "active_state": "active", "description": "Forward Password Requests to Wall Directory Watch", "load_state": "loaded", "name": "systemd-ask-password-wall.path", "sub_state": "waiting" }, "systemd-coredump.socket": { "active_state": "active", "description": "Process Core Dump Socket", "load_state": "loaded", "name": "systemd-coredump.socket", "sub_state": "listening" }, "systemd-initctl.socket": { "active_state": "active", "description": "initctl Compatibility Named Pipe", "load_state": "loaded", "name": "systemd-initctl.socket", "sub_state": "listening" }, "systemd-journal-flush.service": { "active_state": "active", "description": "Flush Journal to Persistent Storage", "load_state": "loaded", "name": "systemd-journal-flush.service", "sub_state": "exited" }, "systemd-journald-dev-log.socket": { "active_state": "active", "description": "Journal Socket (/dev/log)", "load_state": "loaded", "name": "systemd-journald-dev-log.socket", "sub_state": "running" }, "systemd-journald.service": { "active_state": "active", "description": "Journal Service", "load_state": "loaded", "name": "systemd-journald.service", "sub_state": "running" }, "systemd-journald.socket": { "active_state": "active", "description": "Journal Socket", "load_state": "loaded", "name": "systemd-journald.socket", "sub_state": "running" }, "systemd-logind.service": { "active_state": "active", "description": "Login Service", "load_state": "loaded", "name": "systemd-logind.service", "sub_state": "running" }, "systemd-machine-id-commit.service": { "active_state": "active", "description": "Commit a transient machine-id on disk", "load_state": "loaded", "name": "systemd-machine-id-commit.service", "sub_state": "exited" }, "systemd-random-seed.service": { "active_state": "active", "description": "Load/Save Random Seed", "load_state": "loaded", "name": "systemd-random-seed.service", "sub_state": "exited" }, "systemd-remount-fs.service": { "active_state": "active", "description": "Remount Root and Kernel File Systems", "load_state": "loaded", "name": "systemd-remount-fs.service", "sub_state": "exited" }, "systemd-sysctl.service": { "active_state": "active", "description": "Apply Kernel Variables", "load_state": "loaded", "name": "systemd-sysctl.service", "sub_state": "exited" }, "systemd-tmpfiles-clean.timer": { "active_state": "active", "description": "Daily Cleanup of Temporary Directories", "load_state": "loaded", "name": "systemd-tmpfiles-clean.timer", "sub_state": "waiting" }, "systemd-tmpfiles-setup-dev.service": { "active_state": "active", "description": "Create Static Device Nodes in /dev", "load_state": "loaded", "name": "systemd-tmpfiles-setup-dev.service", "sub_state": "exited" }, "systemd-tmpfiles-setup.service": { "active_state": "active", "description": "Create Volatile Files and Directories", "load_state": "loaded", "name": "systemd-tmpfiles-setup.service", "sub_state": "exited" }, "systemd-udev-trigger.service": { "active_state": "active", "description": "udev Coldplug all Devices", "load_state": "loaded", "name": "systemd-udev-trigger.service", "sub_state": "exited" }, "systemd-udevd-control.socket": { "active_state": "active", "description": "udev Control Socket", "load_state": "loaded", "name": "systemd-udevd-control.socket", "sub_state": "running" }, "systemd-udevd-kernel.socket": { "active_state": "active", "description": "udev Kernel Socket", "load_state": "loaded", "name": "systemd-udevd-kernel.socket", "sub_state": "running" }, "systemd-udevd.service": { "active_state": "active", "description": "udev Kernel Device Manager", "load_state": "loaded", "name": "systemd-udevd.service", "sub_state": "running" }, "systemd-update-utmp.service": { "active_state": "active", "description": "Update UTMP about System Boot/Shutdown", "load_state": "loaded", "name": "systemd-update-utmp.service", "sub_state": "exited" }, "systemd-user-sessions.service": { "active_state": "active", "description": "Permit User Sessions", "load_state": "loaded", "name": "systemd-user-sessions.service", "sub_state": "exited" }, "timers.target": { "active_state": "active", "description": "Timers", "load_state": "loaded", "name": "timers.target", "sub_state": "active" }, "tuned.service": { "active_state": "active", "description": "Dynamic System Tuning Daemon", "load_state": "loaded", "name": "tuned.service", "sub_state": "running" }, "unbound-anchor.timer": { "active_state": "active", "description": "daily update of the root trust anchor for DNSSEC", "load_state": "loaded", "name": "unbound-anchor.timer", "sub_state": "waiting" }, "user-0.slice": { "active_state": "active", "description": "User Slice of UID 0", "load_state": "loaded", "name": "user-0.slice", "sub_state": "active" }, "user-runtime-dir@0.service": { "active_state": "active", "description": "User runtime directory /run/user/0", "load_state": "loaded", "name": "user-runtime-dir@0.service", "sub_state": "exited" }, "user.slice": { "active_state": "active", "description": "User and Session Slice", "load_state": "loaded", "name": "user.slice", "sub_state": "active" }, "user@0.service": { "active_state": "active", "description": "User Manager for UID 0", "load_state": "loaded", "name": "user@0.service", "sub_state": "running" }, "var-lib-nfs-rpc_pipefs.mount": { "active_state": "active", "description": "RPC Pipe File System", "load_state": "loaded", "name": "var-lib-nfs-rpc_pipefs.mount", "sub_state": "mounted" } } } }, "changed": false } TASK [fedora.linux_system_roles.systemd : DebugAfter] ************************** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:158 Monday 11 November 2024 18:52:27 -0500 (0:00:00.525) 0:01:12.061 ******* ok: [managed-node1] => {} MSG: facts { "root": { "-.mount": { "active_state": "active", "description": "Root Mount", "load_state": "loaded", "name": "-.mount", "sub_state": "mounted" }, "-.slice": { "active_state": "active", "description": "Root Slice", "load_state": "loaded", "name": "-.slice", "sub_state": "active" }, "NetworkManager-wait-online.service": { "active_state": "active", "description": "Network Manager Wait Online", "load_state": "loaded", "name": "NetworkManager-wait-online.service", "sub_state": "exited" }, "NetworkManager.service": { "active_state": "active", "description": "Network Manager", "load_state": "loaded", "name": "NetworkManager.service", "sub_state": "running" }, "auditd.service": { "active_state": "active", "description": "Security Auditing Service", "load_state": "loaded", "name": "auditd.service", "sub_state": "running" }, "basic.target": { "active_state": "active", "description": "Basic System", "load_state": "loaded", "name": "basic.target", "sub_state": "active" }, "chronyd.service": { "active_state": "active", "description": "NTP client/server", "load_state": "loaded", "name": "chronyd.service", "sub_state": "running" }, "cloud-config.service": { "active_state": "active", "description": "Apply the settings specified in cloud-config", "load_state": "loaded", "name": "cloud-config.service", "sub_state": "exited" }, "cloud-config.target": { "active_state": "active", "description": "Cloud-config availability", "load_state": "loaded", "name": "cloud-config.target", "sub_state": "active" }, "cloud-final.service": { "active_state": "active", "description": "Execute cloud user/final scripts", "load_state": "loaded", "name": "cloud-final.service", "sub_state": "exited" }, "cloud-init-local.service": { "active_state": "active", "description": "Initial cloud-init job (pre-networking)", "load_state": "loaded", "name": "cloud-init-local.service", "sub_state": "exited" }, "cloud-init.service": { "active_state": "active", "description": "Initial cloud-init job (metadata service crawler)", "load_state": "loaded", "name": "cloud-init.service", "sub_state": "exited" }, "cloud-init.target": { "active_state": "active", "description": "Cloud-init target", "load_state": "loaded", "name": "cloud-init.target", "sub_state": "active" }, "crond.service": { "active_state": "active", "description": "Command Scheduler", "load_state": "loaded", "name": "crond.service", "sub_state": "running" }, "cryptsetup.target": { "active_state": "active", "description": "Local Encrypted Volumes", "load_state": "loaded", "name": "cryptsetup.target", "sub_state": "active" }, "dbus.service": { "active_state": "active", "description": "D-Bus System Message Bus", "load_state": "loaded", "name": "dbus.service", "sub_state": "running" }, "dbus.socket": { "active_state": "active", "description": "D-Bus System Message Bus Socket", "load_state": "loaded", "name": "dbus.socket", "sub_state": "running" }, "dev-hugepages.mount": { "active_state": "active", "description": "Huge Pages File System", "load_state": "loaded", "name": "dev-hugepages.mount", "sub_state": "mounted" }, "dev-mqueue.mount": { "active_state": "active", "description": "POSIX Message Queue File System", "load_state": "loaded", "name": "dev-mqueue.mount", "sub_state": "mounted" }, "dnf-makecache.timer": { "active_state": "active", "description": "dnf makecache --timer", "load_state": "loaded", "name": "dnf-makecache.timer", "sub_state": "waiting" }, "dracut-shutdown.service": { "active_state": "active", "description": "Restore /run/initramfs on shutdown", "load_state": "loaded", "name": "dracut-shutdown.service", "sub_state": "exited" }, "foo.service": { "active_state": "active", "description": "foo.service", "load_state": "loaded", "name": "foo.service", "sub_state": "running" }, "getty.target": { "active_state": "active", "description": "Login Prompts", "load_state": "loaded", "name": "getty.target", "sub_state": "active" }, "getty@tty1.service": { "active_state": "active", "description": "Getty on tty1", "load_state": "loaded", "name": "getty@tty1.service", "sub_state": "running" }, "gssproxy.service": { "active_state": "active", "description": "GSSAPI Proxy Daemon", "load_state": "loaded", "name": "gssproxy.service", "sub_state": "running" }, "import-state.service": { "active_state": "active", "description": "Import network configuration from initramfs", "load_state": "loaded", "name": "import-state.service", "sub_state": "exited" }, "init.scope": { "active_state": "active", "description": "System and Service Manager", "load_state": "loaded", "name": "init.scope", "sub_state": "running" }, "irqbalance.service": { "active_state": "active", "description": "irqbalance daemon", "load_state": "loaded", "name": "irqbalance.service", "sub_state": "running" }, "kdump.service": { "active_state": "active", "description": "Crash recovery kernel arming", "load_state": "loaded", "name": "kdump.service", "sub_state": "exited" }, "kmod-static-nodes.service": { "active_state": "active", "description": "Create list of required static device nodes for the current kernel", "load_state": "loaded", "name": "kmod-static-nodes.service", "sub_state": "exited" }, "local-fs-pre.target": { "active_state": "active", "description": "Local File Systems (Pre)", "load_state": "loaded", "name": "local-fs-pre.target", "sub_state": "active" }, "local-fs.target": { "active_state": "active", "description": "Local File Systems", "load_state": "loaded", "name": "local-fs.target", "sub_state": "active" }, "multi-user.target": { "active_state": "active", "description": "Multi-User System", "load_state": "loaded", "name": "multi-user.target", "sub_state": "active" }, "network-online.target": { "active_state": "active", "description": "Network is Online", "load_state": "loaded", "name": "network-online.target", "sub_state": "active" }, "network-pre.target": { "active_state": "active", "description": "Network (Pre)", "load_state": "loaded", "name": "network-pre.target", "sub_state": "active" }, "network.target": { "active_state": "active", "description": "Network", "load_state": "loaded", "name": "network.target", "sub_state": "active" }, "nfs-client.target": { "active_state": "active", "description": "NFS client services", "load_state": "loaded", "name": "nfs-client.target", "sub_state": "active" }, "nis-domainname.service": { "active_state": "active", "description": "Read and set NIS domainname from /etc/sysconfig/network", "load_state": "loaded", "name": "nis-domainname.service", "sub_state": "exited" }, "nss-user-lookup.target": { "active_state": "active", "description": "User and Group Name Lookups", "load_state": "loaded", "name": "nss-user-lookup.target", "sub_state": "active" }, "paths.target": { "active_state": "active", "description": "Paths", "load_state": "loaded", "name": "paths.target", "sub_state": "active" }, "plymouth-quit-wait.service": { "active_state": "active", "description": "Hold until boot process finishes up", "load_state": "loaded", "name": "plymouth-quit-wait.service", "sub_state": "exited" }, "plymouth-quit.service": { "active_state": "active", "description": "Terminate Plymouth Boot Screen", "load_state": "loaded", "name": "plymouth-quit.service", "sub_state": "exited" }, "plymouth-read-write.service": { "active_state": "active", "description": "Tell Plymouth To Write Out Runtime Data", "load_state": "loaded", "name": "plymouth-read-write.service", "sub_state": "exited" }, "plymouth-start.service": { "active_state": "active", "description": "Show Plymouth Boot Screen", "load_state": "loaded", "name": "plymouth-start.service", "sub_state": "exited" }, "polkit.service": { "active_state": "active", "description": "Authorization Manager", "load_state": "loaded", "name": "polkit.service", "sub_state": "running" }, "proc-sys-fs-binfmt_misc.automount": { "active_state": "active", "description": "Arbitrary Executable File Formats File System Automount Point", "load_state": "loaded", "name": "proc-sys-fs-binfmt_misc.automount", "sub_state": "waiting" }, "remote-fs-pre.target": { "active_state": "active", "description": "Remote File Systems (Pre)", "load_state": "loaded", "name": "remote-fs-pre.target", "sub_state": "active" }, "remote-fs.target": { "active_state": "active", "description": "Remote File Systems", "load_state": "loaded", "name": "remote-fs.target", "sub_state": "active" }, "restraintd.service": { "active_state": "active", "description": "The restraint harness.", "load_state": "loaded", "name": "restraintd.service", "sub_state": "running" }, "rngd.service": { "active_state": "active", "description": "Hardware RNG Entropy Gatherer Daemon", "load_state": "loaded", "name": "rngd.service", "sub_state": "running" }, "rpc-statd-notify.service": { "active_state": "active", "description": "Notify NFS peers of a restart", "load_state": "loaded", "name": "rpc-statd-notify.service", "sub_state": "exited" }, "rpc_pipefs.target": { "active_state": "active", "description": "rpc_pipefs.target", "load_state": "loaded", "name": "rpc_pipefs.target", "sub_state": "active" }, "rpcbind.service": { "active_state": "active", "description": "RPC Bind", "load_state": "loaded", "name": "rpcbind.service", "sub_state": "running" }, "rpcbind.socket": { "active_state": "active", "description": "RPCbind Server Activation Socket", "load_state": "loaded", "name": "rpcbind.socket", "sub_state": "running" }, "rpcbind.target": { "active_state": "active", "description": "RPC Port Mapper", "load_state": "loaded", "name": "rpcbind.target", "sub_state": "active" }, "rsyslog.service": { "active_state": "active", "description": "System Logging Service", "load_state": "loaded", "name": "rsyslog.service", "sub_state": "running" }, "run-user-0.mount": { "active_state": "active", "description": "/run/user/0", "load_state": "loaded", "name": "run-user-0.mount", "sub_state": "mounted" }, "session-3.scope": { "active_state": "active", "description": "Session 3 of user root", "load_state": "loaded", "name": "session-3.scope", "sub_state": "running" }, "session-5.scope": { "active_state": "active", "description": "Session 5 of user root", "load_state": "loaded", "name": "session-5.scope", "sub_state": "running" }, "slices.target": { "active_state": "active", "description": "Slices", "load_state": "loaded", "name": "slices.target", "sub_state": "active" }, "sockets.target": { "active_state": "active", "description": "Sockets", "load_state": "loaded", "name": "sockets.target", "sub_state": "active" }, "sshd-keygen.target": { "active_state": "active", "description": "sshd-keygen.target", "load_state": "loaded", "name": "sshd-keygen.target", "sub_state": "active" }, "sshd.service": { "active_state": "active", "description": "OpenSSH server daemon", "load_state": "loaded", "name": "sshd.service", "sub_state": "running" }, "sssd-kcm.socket": { "active_state": "active", "description": "SSSD Kerberos Cache Manager responder socket", "load_state": "loaded", "name": "sssd-kcm.socket", "sub_state": "listening" }, "swap.target": { "active_state": "active", "description": "Swap", "load_state": "loaded", "name": "swap.target", "sub_state": "active" }, "sys-devices-platform-serial8250-tty-ttyS1.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS1", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS1.device", "sub_state": "plugged" }, "sys-devices-platform-serial8250-tty-ttyS2.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS2", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS2.device", "sub_state": "plugged" }, "sys-devices-platform-serial8250-tty-ttyS3.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS3", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS3.device", "sub_state": "plugged" }, "sys-devices-pnp0-00:06-tty-ttyS0.device": { "active_state": "active", "description": "/sys/devices/pnp0/00:06/tty/ttyS0", "load_state": "loaded", "name": "sys-devices-pnp0-00:06-tty-ttyS0.device", "sub_state": "plugged" }, "sys-devices-vbd\\x2d768-block-xvda-xvda1.device": { "active_state": "active", "description": "/sys/devices/vbd-768/block/xvda/xvda1", "load_state": "loaded", "name": "sys-devices-vbd\\x2d768-block-xvda-xvda1.device", "sub_state": "plugged" }, "sys-devices-vbd\\x2d768-block-xvda.device": { "active_state": "active", "description": "/sys/devices/vbd-768/block/xvda", "load_state": "loaded", "name": "sys-devices-vbd\\x2d768-block-xvda.device", "sub_state": "plugged" }, "sys-devices-vif\\x2d0-net-eth0.device": { "active_state": "active", "description": "/sys/devices/vif-0/net/eth0", "load_state": "loaded", "name": "sys-devices-vif\\x2d0-net-eth0.device", "sub_state": "plugged" }, "sys-kernel-config.mount": { "active_state": "active", "description": "Kernel Configuration File System", "load_state": "loaded", "name": "sys-kernel-config.mount", "sub_state": "mounted" }, "sys-kernel-debug.mount": { "active_state": "active", "description": "Kernel Debug File System", "load_state": "loaded", "name": "sys-kernel-debug.mount", "sub_state": "mounted" }, "sys-kernel-tracing.mount": { "active_state": "active", "description": "/sys/kernel/tracing", "load_state": "loaded", "name": "sys-kernel-tracing.mount", "sub_state": "mounted" }, "sys-module-configfs.device": { "active_state": "active", "description": "/sys/module/configfs", "load_state": "loaded", "name": "sys-module-configfs.device", "sub_state": "plugged" }, "sys-subsystem-net-devices-eth0.device": { "active_state": "active", "description": "/sys/subsystem/net/devices/eth0", "load_state": "loaded", "name": "sys-subsystem-net-devices-eth0.device", "sub_state": "plugged" }, "sysinit.target": { "active_state": "active", "description": "System Initialization", "load_state": "loaded", "name": "sysinit.target", "sub_state": "active" }, "system-getty.slice": { "active_state": "active", "description": "system-getty.slice", "load_state": "loaded", "name": "system-getty.slice", "sub_state": "active" }, "system-sshd\\x2dkeygen.slice": { "active_state": "active", "description": "system-sshd\\x2dkeygen.slice", "load_state": "loaded", "name": "system-sshd\\x2dkeygen.slice", "sub_state": "active" }, "system.slice": { "active_state": "active", "description": "System Slice", "load_state": "loaded", "name": "system.slice", "sub_state": "active" }, "systemd-ask-password-plymouth.path": { "active_state": "active", "description": "Forward Password Requests to Plymouth Directory Watch", "load_state": "loaded", "name": "systemd-ask-password-plymouth.path", "sub_state": "waiting" }, "systemd-ask-password-wall.path": { "active_state": "active", "description": "Forward Password Requests to Wall Directory Watch", "load_state": "loaded", "name": "systemd-ask-password-wall.path", "sub_state": "waiting" }, "systemd-coredump.socket": { "active_state": "active", "description": "Process Core Dump Socket", "load_state": "loaded", "name": "systemd-coredump.socket", "sub_state": "listening" }, "systemd-initctl.socket": { "active_state": "active", "description": "initctl Compatibility Named Pipe", "load_state": "loaded", "name": "systemd-initctl.socket", "sub_state": "listening" }, "systemd-journal-flush.service": { "active_state": "active", "description": "Flush Journal to Persistent Storage", "load_state": "loaded", "name": "systemd-journal-flush.service", "sub_state": "exited" }, "systemd-journald-dev-log.socket": { "active_state": "active", "description": "Journal Socket (/dev/log)", "load_state": "loaded", "name": "systemd-journald-dev-log.socket", "sub_state": "running" }, "systemd-journald.service": { "active_state": "active", "description": "Journal Service", "load_state": "loaded", "name": "systemd-journald.service", "sub_state": "running" }, "systemd-journald.socket": { "active_state": "active", "description": "Journal Socket", "load_state": "loaded", "name": "systemd-journald.socket", "sub_state": "running" }, "systemd-logind.service": { "active_state": "active", "description": "Login Service", "load_state": "loaded", "name": "systemd-logind.service", "sub_state": "running" }, "systemd-machine-id-commit.service": { "active_state": "active", "description": "Commit a transient machine-id on disk", "load_state": "loaded", "name": "systemd-machine-id-commit.service", "sub_state": "exited" }, "systemd-random-seed.service": { "active_state": "active", "description": "Load/Save Random Seed", "load_state": "loaded", "name": "systemd-random-seed.service", "sub_state": "exited" }, "systemd-remount-fs.service": { "active_state": "active", "description": "Remount Root and Kernel File Systems", "load_state": "loaded", "name": "systemd-remount-fs.service", "sub_state": "exited" }, "systemd-sysctl.service": { "active_state": "active", "description": "Apply Kernel Variables", "load_state": "loaded", "name": "systemd-sysctl.service", "sub_state": "exited" }, "systemd-tmpfiles-clean.timer": { "active_state": "active", "description": "Daily Cleanup of Temporary Directories", "load_state": "loaded", "name": "systemd-tmpfiles-clean.timer", "sub_state": "waiting" }, "systemd-tmpfiles-setup-dev.service": { "active_state": "active", "description": "Create Static Device Nodes in /dev", "load_state": "loaded", "name": "systemd-tmpfiles-setup-dev.service", "sub_state": "exited" }, "systemd-tmpfiles-setup.service": { "active_state": "active", "description": "Create Volatile Files and Directories", "load_state": "loaded", "name": "systemd-tmpfiles-setup.service", "sub_state": "exited" }, "systemd-udev-trigger.service": { "active_state": "active", "description": "udev Coldplug all Devices", "load_state": "loaded", "name": "systemd-udev-trigger.service", "sub_state": "exited" }, "systemd-udevd-control.socket": { "active_state": "active", "description": "udev Control Socket", "load_state": "loaded", "name": "systemd-udevd-control.socket", "sub_state": "running" }, "systemd-udevd-kernel.socket": { "active_state": "active", "description": "udev Kernel Socket", "load_state": "loaded", "name": "systemd-udevd-kernel.socket", "sub_state": "running" }, "systemd-udevd.service": { "active_state": "active", "description": "udev Kernel Device Manager", "load_state": "loaded", "name": "systemd-udevd.service", "sub_state": "running" }, "systemd-update-utmp.service": { "active_state": "active", "description": "Update UTMP about System Boot/Shutdown", "load_state": "loaded", "name": "systemd-update-utmp.service", "sub_state": "exited" }, "systemd-user-sessions.service": { "active_state": "active", "description": "Permit User Sessions", "load_state": "loaded", "name": "systemd-user-sessions.service", "sub_state": "exited" }, "timers.target": { "active_state": "active", "description": "Timers", "load_state": "loaded", "name": "timers.target", "sub_state": "active" }, "tuned.service": { "active_state": "active", "description": "Dynamic System Tuning Daemon", "load_state": "loaded", "name": "tuned.service", "sub_state": "running" }, "unbound-anchor.timer": { "active_state": "active", "description": "daily update of the root trust anchor for DNSSEC", "load_state": "loaded", "name": "unbound-anchor.timer", "sub_state": "waiting" }, "user-0.slice": { "active_state": "active", "description": "User Slice of UID 0", "load_state": "loaded", "name": "user-0.slice", "sub_state": "active" }, "user-runtime-dir@0.service": { "active_state": "active", "description": "User runtime directory /run/user/0", "load_state": "loaded", "name": "user-runtime-dir@0.service", "sub_state": "exited" }, "user.slice": { "active_state": "active", "description": "User and Session Slice", "load_state": "loaded", "name": "user.slice", "sub_state": "active" }, "user@0.service": { "active_state": "active", "description": "User Manager for UID 0", "load_state": "loaded", "name": "user@0.service", "sub_state": "running" }, "var-lib-nfs-rpc_pipefs.mount": { "active_state": "active", "description": "RPC Pipe File System", "load_state": "loaded", "name": "var-lib-nfs-rpc_pipefs.mount", "sub_state": "mounted" } } } TASK [fedora.linux_system_roles.systemd : Set legacy systemd_units output variable] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:162 Monday 11 November 2024 18:52:27 -0500 (0:00:00.063) 0:01:12.124 ******* ok: [managed-node1] => { "ansible_facts": { "systemd_units": { "-.mount": { "active_state": "active", "description": "Root Mount", "load_state": "loaded", "name": "-.mount", "sub_state": "mounted" }, "-.slice": { "active_state": "active", "description": "Root Slice", "load_state": "loaded", "name": "-.slice", "sub_state": "active" }, "NetworkManager-wait-online.service": { "active_state": "active", "description": "Network Manager Wait Online", "load_state": "loaded", "name": "NetworkManager-wait-online.service", "sub_state": "exited" }, "NetworkManager.service": { "active_state": "active", "description": "Network Manager", "load_state": "loaded", "name": "NetworkManager.service", "sub_state": "running" }, "auditd.service": { "active_state": "active", "description": "Security Auditing Service", "load_state": "loaded", "name": "auditd.service", "sub_state": "running" }, "basic.target": { "active_state": "active", "description": "Basic System", "load_state": "loaded", "name": "basic.target", "sub_state": "active" }, "chronyd.service": { "active_state": "active", "description": "NTP client/server", "load_state": "loaded", "name": "chronyd.service", "sub_state": "running" }, "cloud-config.service": { "active_state": "active", "description": "Apply the settings specified in cloud-config", "load_state": "loaded", "name": "cloud-config.service", "sub_state": "exited" }, "cloud-config.target": { "active_state": "active", "description": "Cloud-config availability", "load_state": "loaded", "name": "cloud-config.target", "sub_state": "active" }, "cloud-final.service": { "active_state": "active", "description": "Execute cloud user/final scripts", "load_state": "loaded", "name": "cloud-final.service", "sub_state": "exited" }, "cloud-init-local.service": { "active_state": "active", "description": "Initial cloud-init job (pre-networking)", "load_state": "loaded", "name": "cloud-init-local.service", "sub_state": "exited" }, "cloud-init.service": { "active_state": "active", "description": "Initial cloud-init job (metadata service crawler)", "load_state": "loaded", "name": "cloud-init.service", "sub_state": "exited" }, "cloud-init.target": { "active_state": "active", "description": "Cloud-init target", "load_state": "loaded", "name": "cloud-init.target", "sub_state": "active" }, "crond.service": { "active_state": "active", "description": "Command Scheduler", "load_state": "loaded", "name": "crond.service", "sub_state": "running" }, "cryptsetup.target": { "active_state": "active", "description": "Local Encrypted Volumes", "load_state": "loaded", "name": "cryptsetup.target", "sub_state": "active" }, "dbus.service": { "active_state": "active", "description": "D-Bus System Message Bus", "load_state": "loaded", "name": "dbus.service", "sub_state": "running" }, "dbus.socket": { "active_state": "active", "description": "D-Bus System Message Bus Socket", "load_state": "loaded", "name": "dbus.socket", "sub_state": "running" }, "dev-hugepages.mount": { "active_state": "active", "description": "Huge Pages File System", "load_state": "loaded", "name": "dev-hugepages.mount", "sub_state": "mounted" }, "dev-mqueue.mount": { "active_state": "active", "description": "POSIX Message Queue File System", "load_state": "loaded", "name": "dev-mqueue.mount", "sub_state": "mounted" }, "dnf-makecache.timer": { "active_state": "active", "description": "dnf makecache --timer", "load_state": "loaded", "name": "dnf-makecache.timer", "sub_state": "waiting" }, "dracut-shutdown.service": { "active_state": "active", "description": "Restore /run/initramfs on shutdown", "load_state": "loaded", "name": "dracut-shutdown.service", "sub_state": "exited" }, "foo.service": { "active_state": "active", "description": "foo.service", "load_state": "loaded", "name": "foo.service", "sub_state": "running" }, "getty.target": { "active_state": "active", "description": "Login Prompts", "load_state": "loaded", "name": "getty.target", "sub_state": "active" }, "getty@tty1.service": { "active_state": "active", "description": "Getty on tty1", "load_state": "loaded", "name": "getty@tty1.service", "sub_state": "running" }, "gssproxy.service": { "active_state": "active", "description": "GSSAPI Proxy Daemon", "load_state": "loaded", "name": "gssproxy.service", "sub_state": "running" }, "import-state.service": { "active_state": "active", "description": "Import network configuration from initramfs", "load_state": "loaded", "name": "import-state.service", "sub_state": "exited" }, "init.scope": { "active_state": "active", "description": "System and Service Manager", "load_state": "loaded", "name": "init.scope", "sub_state": "running" }, "irqbalance.service": { "active_state": "active", "description": "irqbalance daemon", "load_state": "loaded", "name": "irqbalance.service", "sub_state": "running" }, "kdump.service": { "active_state": "active", "description": "Crash recovery kernel arming", "load_state": "loaded", "name": "kdump.service", "sub_state": "exited" }, "kmod-static-nodes.service": { "active_state": "active", "description": "Create list of required static device nodes for the current kernel", "load_state": "loaded", "name": "kmod-static-nodes.service", "sub_state": "exited" }, "local-fs-pre.target": { "active_state": "active", "description": "Local File Systems (Pre)", "load_state": "loaded", "name": "local-fs-pre.target", "sub_state": "active" }, "local-fs.target": { "active_state": "active", "description": "Local File Systems", "load_state": "loaded", "name": "local-fs.target", "sub_state": "active" }, "multi-user.target": { "active_state": "active", "description": "Multi-User System", "load_state": "loaded", "name": "multi-user.target", "sub_state": "active" }, "network-online.target": { "active_state": "active", "description": "Network is Online", "load_state": "loaded", "name": "network-online.target", "sub_state": "active" }, "network-pre.target": { "active_state": "active", "description": "Network (Pre)", "load_state": "loaded", "name": "network-pre.target", "sub_state": "active" }, "network.target": { "active_state": "active", "description": "Network", "load_state": "loaded", "name": "network.target", "sub_state": "active" }, "nfs-client.target": { "active_state": "active", "description": "NFS client services", "load_state": "loaded", "name": "nfs-client.target", "sub_state": "active" }, "nis-domainname.service": { "active_state": "active", "description": "Read and set NIS domainname from /etc/sysconfig/network", "load_state": "loaded", "name": "nis-domainname.service", "sub_state": "exited" }, "nss-user-lookup.target": { "active_state": "active", "description": "User and Group Name Lookups", "load_state": "loaded", "name": "nss-user-lookup.target", "sub_state": "active" }, "paths.target": { "active_state": "active", "description": "Paths", "load_state": "loaded", "name": "paths.target", "sub_state": "active" }, "plymouth-quit-wait.service": { "active_state": "active", "description": "Hold until boot process finishes up", "load_state": "loaded", "name": "plymouth-quit-wait.service", "sub_state": "exited" }, "plymouth-quit.service": { "active_state": "active", "description": "Terminate Plymouth Boot Screen", "load_state": "loaded", "name": "plymouth-quit.service", "sub_state": "exited" }, "plymouth-read-write.service": { "active_state": "active", "description": "Tell Plymouth To Write Out Runtime Data", "load_state": "loaded", "name": "plymouth-read-write.service", "sub_state": "exited" }, "plymouth-start.service": { "active_state": "active", "description": "Show Plymouth Boot Screen", "load_state": "loaded", "name": "plymouth-start.service", "sub_state": "exited" }, "polkit.service": { "active_state": "active", "description": "Authorization Manager", "load_state": "loaded", "name": "polkit.service", "sub_state": "running" }, "proc-sys-fs-binfmt_misc.automount": { "active_state": "active", "description": "Arbitrary Executable File Formats File System Automount Point", "load_state": "loaded", "name": "proc-sys-fs-binfmt_misc.automount", "sub_state": "waiting" }, "remote-fs-pre.target": { "active_state": "active", "description": "Remote File Systems (Pre)", "load_state": "loaded", "name": "remote-fs-pre.target", "sub_state": "active" }, "remote-fs.target": { "active_state": "active", "description": "Remote File Systems", "load_state": "loaded", "name": "remote-fs.target", "sub_state": "active" }, "restraintd.service": { "active_state": "active", "description": "The restraint harness.", "load_state": "loaded", "name": "restraintd.service", "sub_state": "running" }, "rngd.service": { "active_state": "active", "description": "Hardware RNG Entropy Gatherer Daemon", "load_state": "loaded", "name": "rngd.service", "sub_state": "running" }, "rpc-statd-notify.service": { "active_state": "active", "description": "Notify NFS peers of a restart", "load_state": "loaded", "name": "rpc-statd-notify.service", "sub_state": "exited" }, "rpc_pipefs.target": { "active_state": "active", "description": "rpc_pipefs.target", "load_state": "loaded", "name": "rpc_pipefs.target", "sub_state": "active" }, "rpcbind.service": { "active_state": "active", "description": "RPC Bind", "load_state": "loaded", "name": "rpcbind.service", "sub_state": "running" }, "rpcbind.socket": { "active_state": "active", "description": "RPCbind Server Activation Socket", "load_state": "loaded", "name": "rpcbind.socket", "sub_state": "running" }, "rpcbind.target": { "active_state": "active", "description": "RPC Port Mapper", "load_state": "loaded", "name": "rpcbind.target", "sub_state": "active" }, "rsyslog.service": { "active_state": "active", "description": "System Logging Service", "load_state": "loaded", "name": "rsyslog.service", "sub_state": "running" }, "run-user-0.mount": { "active_state": "active", "description": "/run/user/0", "load_state": "loaded", "name": "run-user-0.mount", "sub_state": "mounted" }, "session-3.scope": { "active_state": "active", "description": "Session 3 of user root", "load_state": "loaded", "name": "session-3.scope", "sub_state": "running" }, "session-5.scope": { "active_state": "active", "description": "Session 5 of user root", "load_state": "loaded", "name": "session-5.scope", "sub_state": "running" }, "slices.target": { "active_state": "active", "description": "Slices", "load_state": "loaded", "name": "slices.target", "sub_state": "active" }, "sockets.target": { "active_state": "active", "description": "Sockets", "load_state": "loaded", "name": "sockets.target", "sub_state": "active" }, "sshd-keygen.target": { "active_state": "active", "description": "sshd-keygen.target", "load_state": "loaded", "name": "sshd-keygen.target", "sub_state": "active" }, "sshd.service": { "active_state": "active", "description": "OpenSSH server daemon", "load_state": "loaded", "name": "sshd.service", "sub_state": "running" }, "sssd-kcm.socket": { "active_state": "active", "description": "SSSD Kerberos Cache Manager responder socket", "load_state": "loaded", "name": "sssd-kcm.socket", "sub_state": "listening" }, "swap.target": { "active_state": "active", "description": "Swap", "load_state": "loaded", "name": "swap.target", "sub_state": "active" }, "sys-devices-platform-serial8250-tty-ttyS1.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS1", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS1.device", "sub_state": "plugged" }, "sys-devices-platform-serial8250-tty-ttyS2.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS2", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS2.device", "sub_state": "plugged" }, "sys-devices-platform-serial8250-tty-ttyS3.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS3", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS3.device", "sub_state": "plugged" }, "sys-devices-pnp0-00:06-tty-ttyS0.device": { "active_state": "active", "description": "/sys/devices/pnp0/00:06/tty/ttyS0", "load_state": "loaded", "name": "sys-devices-pnp0-00:06-tty-ttyS0.device", "sub_state": "plugged" }, "sys-devices-vbd\\x2d768-block-xvda-xvda1.device": { "active_state": "active", "description": "/sys/devices/vbd-768/block/xvda/xvda1", "load_state": "loaded", "name": "sys-devices-vbd\\x2d768-block-xvda-xvda1.device", "sub_state": "plugged" }, "sys-devices-vbd\\x2d768-block-xvda.device": { "active_state": "active", "description": "/sys/devices/vbd-768/block/xvda", "load_state": "loaded", "name": "sys-devices-vbd\\x2d768-block-xvda.device", "sub_state": "plugged" }, "sys-devices-vif\\x2d0-net-eth0.device": { "active_state": "active", "description": "/sys/devices/vif-0/net/eth0", "load_state": "loaded", "name": "sys-devices-vif\\x2d0-net-eth0.device", "sub_state": "plugged" }, "sys-kernel-config.mount": { "active_state": "active", "description": "Kernel Configuration File System", "load_state": "loaded", "name": "sys-kernel-config.mount", "sub_state": "mounted" }, "sys-kernel-debug.mount": { "active_state": "active", "description": "Kernel Debug File System", "load_state": "loaded", "name": "sys-kernel-debug.mount", "sub_state": "mounted" }, "sys-kernel-tracing.mount": { "active_state": "active", "description": "/sys/kernel/tracing", "load_state": "loaded", "name": "sys-kernel-tracing.mount", "sub_state": "mounted" }, "sys-module-configfs.device": { "active_state": "active", "description": "/sys/module/configfs", "load_state": "loaded", "name": "sys-module-configfs.device", "sub_state": "plugged" }, "sys-subsystem-net-devices-eth0.device": { "active_state": "active", "description": "/sys/subsystem/net/devices/eth0", "load_state": "loaded", "name": "sys-subsystem-net-devices-eth0.device", "sub_state": "plugged" }, "sysinit.target": { "active_state": "active", "description": "System Initialization", "load_state": "loaded", "name": "sysinit.target", "sub_state": "active" }, "system-getty.slice": { "active_state": "active", "description": "system-getty.slice", "load_state": "loaded", "name": "system-getty.slice", "sub_state": "active" }, "system-sshd\\x2dkeygen.slice": { "active_state": "active", "description": "system-sshd\\x2dkeygen.slice", "load_state": "loaded", "name": "system-sshd\\x2dkeygen.slice", "sub_state": "active" }, "system.slice": { "active_state": "active", "description": "System Slice", "load_state": "loaded", "name": "system.slice", "sub_state": "active" }, "systemd-ask-password-plymouth.path": { "active_state": "active", "description": "Forward Password Requests to Plymouth Directory Watch", "load_state": "loaded", "name": "systemd-ask-password-plymouth.path", "sub_state": "waiting" }, "systemd-ask-password-wall.path": { "active_state": "active", "description": "Forward Password Requests to Wall Directory Watch", "load_state": "loaded", "name": "systemd-ask-password-wall.path", "sub_state": "waiting" }, "systemd-coredump.socket": { "active_state": "active", "description": "Process Core Dump Socket", "load_state": "loaded", "name": "systemd-coredump.socket", "sub_state": "listening" }, "systemd-initctl.socket": { "active_state": "active", "description": "initctl Compatibility Named Pipe", "load_state": "loaded", "name": "systemd-initctl.socket", "sub_state": "listening" }, "systemd-journal-flush.service": { "active_state": "active", "description": "Flush Journal to Persistent Storage", "load_state": "loaded", "name": "systemd-journal-flush.service", "sub_state": "exited" }, "systemd-journald-dev-log.socket": { "active_state": "active", "description": "Journal Socket (/dev/log)", "load_state": "loaded", "name": "systemd-journald-dev-log.socket", "sub_state": "running" }, "systemd-journald.service": { "active_state": "active", "description": "Journal Service", "load_state": "loaded", "name": "systemd-journald.service", "sub_state": "running" }, "systemd-journald.socket": { "active_state": "active", "description": "Journal Socket", "load_state": "loaded", "name": "systemd-journald.socket", "sub_state": "running" }, "systemd-logind.service": { "active_state": "active", "description": "Login Service", "load_state": "loaded", "name": "systemd-logind.service", "sub_state": "running" }, "systemd-machine-id-commit.service": { "active_state": "active", "description": "Commit a transient machine-id on disk", "load_state": "loaded", "name": "systemd-machine-id-commit.service", "sub_state": "exited" }, "systemd-random-seed.service": { "active_state": "active", "description": "Load/Save Random Seed", "load_state": "loaded", "name": "systemd-random-seed.service", "sub_state": "exited" }, "systemd-remount-fs.service": { "active_state": "active", "description": "Remount Root and Kernel File Systems", "load_state": "loaded", "name": "systemd-remount-fs.service", "sub_state": "exited" }, "systemd-sysctl.service": { "active_state": "active", "description": "Apply Kernel Variables", "load_state": "loaded", "name": "systemd-sysctl.service", "sub_state": "exited" }, "systemd-tmpfiles-clean.timer": { "active_state": "active", "description": "Daily Cleanup of Temporary Directories", "load_state": "loaded", "name": "systemd-tmpfiles-clean.timer", "sub_state": "waiting" }, "systemd-tmpfiles-setup-dev.service": { "active_state": "active", "description": "Create Static Device Nodes in /dev", "load_state": "loaded", "name": "systemd-tmpfiles-setup-dev.service", "sub_state": "exited" }, "systemd-tmpfiles-setup.service": { "active_state": "active", "description": "Create Volatile Files and Directories", "load_state": "loaded", "name": "systemd-tmpfiles-setup.service", "sub_state": "exited" }, "systemd-udev-trigger.service": { "active_state": "active", "description": "udev Coldplug all Devices", "load_state": "loaded", "name": "systemd-udev-trigger.service", "sub_state": "exited" }, "systemd-udevd-control.socket": { "active_state": "active", "description": "udev Control Socket", "load_state": "loaded", "name": "systemd-udevd-control.socket", "sub_state": "running" }, "systemd-udevd-kernel.socket": { "active_state": "active", "description": "udev Kernel Socket", "load_state": "loaded", "name": "systemd-udevd-kernel.socket", "sub_state": "running" }, "systemd-udevd.service": { "active_state": "active", "description": "udev Kernel Device Manager", "load_state": "loaded", "name": "systemd-udevd.service", "sub_state": "running" }, "systemd-update-utmp.service": { "active_state": "active", "description": "Update UTMP about System Boot/Shutdown", "load_state": "loaded", "name": "systemd-update-utmp.service", "sub_state": "exited" }, "systemd-user-sessions.service": { "active_state": "active", "description": "Permit User Sessions", "load_state": "loaded", "name": "systemd-user-sessions.service", "sub_state": "exited" }, "timers.target": { "active_state": "active", "description": "Timers", "load_state": "loaded", "name": "timers.target", "sub_state": "active" }, "tuned.service": { "active_state": "active", "description": "Dynamic System Tuning Daemon", "load_state": "loaded", "name": "tuned.service", "sub_state": "running" }, "unbound-anchor.timer": { "active_state": "active", "description": "daily update of the root trust anchor for DNSSEC", "load_state": "loaded", "name": "unbound-anchor.timer", "sub_state": "waiting" }, "user-0.slice": { "active_state": "active", "description": "User Slice of UID 0", "load_state": "loaded", "name": "user-0.slice", "sub_state": "active" }, "user-runtime-dir@0.service": { "active_state": "active", "description": "User runtime directory /run/user/0", "load_state": "loaded", "name": "user-runtime-dir@0.service", "sub_state": "exited" }, "user.slice": { "active_state": "active", "description": "User and Session Slice", "load_state": "loaded", "name": "user.slice", "sub_state": "active" }, "user@0.service": { "active_state": "active", "description": "User Manager for UID 0", "load_state": "loaded", "name": "user@0.service", "sub_state": "running" }, "var-lib-nfs-rpc_pipefs.mount": { "active_state": "active", "description": "RPC Pipe File System", "load_state": "loaded", "name": "var-lib-nfs-rpc_pipefs.mount", "sub_state": "mounted" } } }, "changed": false } TASK [fedora.linux_system_roles.systemd : Cancel linger for users if necessary] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:166 Monday 11 November 2024 18:52:27 -0500 (0:00:00.064) 0:01:12.189 ******* included: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/cancel_linger.yml for managed-node1 TASK [fedora.linux_system_roles.systemd : Cancel linger for given user] ******** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/cancel_linger.yml:10 Monday 11 November 2024 18:52:27 -0500 (0:00:00.056) 0:01:12.246 ******* skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Get UnitFileState=] ****************************************************** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/tests/systemd/tests_basic.yml:140 Monday 11 November 2024 18:52:27 -0500 (0:00:00.065) 0:01:12.311 ******* ok: [managed-node1] => { "changed": false, "cmd": [ "systemctl", "show", "-p", "UnitFileState", "foo.service" ], "delta": "0:00:00.010395", "end": "2024-11-11 18:52:27.982047", "rc": 0, "start": "2024-11-11 18:52:27.971652" } STDOUT: UnitFileState=disabled TASK [Check that foo.service is disabled] ************************************** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/tests/systemd/tests_basic.yml:146 Monday 11 November 2024 18:52:28 -0500 (0:00:00.373) 0:01:12.684 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed PLAY [Ensure that we can mask unit files] ************************************** TASK [Save UnitFileState before calling role] ********************************** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/tests/systemd/tests_basic.yml:161 Monday 11 November 2024 18:52:28 -0500 (0:00:00.029) 0:01:12.714 ******* ok: [managed-node1] => { "changed": false, "cmd": [ "systemctl", "show", "-p", "UnitFileState", "sshd.service" ], "delta": "0:00:00.009526", "end": "2024-11-11 18:52:28.382364", "rc": 0, "start": "2024-11-11 18:52:28.372838" } STDOUT: UnitFileState=enabled TASK [fedora.linux_system_roles.systemd : Ensure ansible_facts used by role] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:3 Monday 11 November 2024 18:52:28 -0500 (0:00:00.370) 0:01:13.085 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "__required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Support for user units only available in EL7 and later] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:13 Monday 11 November 2024 18:52:28 -0500 (0:00:00.042) 0:01:13.128 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "ansible_facts[\"distribution_major_version\"] is version(\"8\", \"<\")", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Support for user units only available in EL7 and later] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:27 Monday 11 November 2024 18:52:28 -0500 (0:00:00.025) 0:01:13.153 ******* META: end_host conditional evaluated to False, continuing execution for managed-node1 skipping: [managed-node1] => { "skip_reason": "end_host conditional evaluated to False, continuing execution for managed-node1" } MSG: end_host conditional evaluated to false, continuing execution for managed-node1 TASK [fedora.linux_system_roles.systemd : Check if system is ostree] *********** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:40 Monday 11 November 2024 18:52:28 -0500 (0:00:00.013) 0:01:13.167 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "not __systemd_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Set flag to indicate system is ostree] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:45 Monday 11 November 2024 18:52:28 -0500 (0:00:00.022) 0:01:13.190 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "not __systemd_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Check if transactional-update exists in /sbin] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:52 Monday 11 November 2024 18:52:28 -0500 (0:00:00.029) 0:01:13.220 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "not __systemd_is_transactional is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Set flag if transactional-update exists] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:57 Monday 11 November 2024 18:52:28 -0500 (0:00:00.027) 0:01:13.248 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "not __systemd_is_transactional is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure required packages are installed] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:61 Monday 11 November 2024 18:52:28 -0500 (0:00:00.029) 0:01:13.277 ******* ok: [managed-node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.systemd : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:73 Monday 11 November 2024 18:52:31 -0500 (0:00:02.863) 0:01:16.141 ******* skipping: [managed-node1] => { "false_condition": "__systemd_is_transactional | d(false)" } TASK [fedora.linux_system_roles.systemd : Reboot transactional update systems] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:78 Monday 11 November 2024 18:52:31 -0500 (0:00:00.038) 0:01:16.179 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "__systemd_is_transactional | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Fail if reboot is needed and not set] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:83 Monday 11 November 2024 18:52:31 -0500 (0:00:00.037) 0:01:16.216 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "__systemd_is_transactional | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Reset __systemd_user_info] *********** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:90 Monday 11 November 2024 18:52:31 -0500 (0:00:00.043) 0:01:16.260 ******* ok: [managed-node1] => { "ansible_facts": { "__systemd_user_info": {} }, "changed": false } TASK [fedora.linux_system_roles.systemd : Manage files and templates and their directories] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:94 Monday 11 November 2024 18:52:31 -0500 (0:00:00.018) 0:01:16.278 ******* included: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml for managed-node1 => (item=systemd_unit_files) included: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml for managed-node1 => (item=systemd_unit_file_templates) included: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml for managed-node1 => (item=systemd_dropins) TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:17 Monday 11 November 2024 18:52:31 -0500 (0:00:00.070) 0:01:16.349 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "__systemd_list | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure directories are present for users] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:29 Monday 11 November 2024 18:52:31 -0500 (0:00:00.045) 0:01:16.394 ******* skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.systemd : Ensure directories are present for dropins] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:37 Monday 11 November 2024 18:52:31 -0500 (0:00:00.044) 0:01:16.439 ******* skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__systemd_list | length > 0", "item": { "dir_mode": "0755", "group": "0", "item": "foo.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.systemd : Ensure unit files are present] ******* task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:46 Monday 11 November 2024 18:52:31 -0500 (0:00:00.056) 0:01:16.496 ******* skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__systemd_list | length > 0", "item": { "dir_mode": "0755", "group": "0", "item": "foo.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.systemd : Ensure unit file templates are present] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:57 Monday 11 November 2024 18:52:31 -0500 (0:00:00.050) 0:01:16.546 ******* skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__systemd_list | length > 0", "item": { "dir_mode": "0755", "group": "0", "item": "foo.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.systemd : Ensure unit files are absent] ******** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:68 Monday 11 November 2024 18:52:31 -0500 (0:00:00.050) 0:01:16.597 ******* skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.systemd : Find files in dropins directory] ***** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:76 Monday 11 November 2024 18:52:31 -0500 (0:00:00.041) 0:01:16.638 ******* skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.systemd : Remove dropin directory if no more files] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:83 Monday 11 November 2024 18:52:32 -0500 (0:00:00.041) 0:01:16.679 ******* skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:17 Monday 11 November 2024 18:52:32 -0500 (0:00:00.045) 0:01:16.725 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "__systemd_list | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure directories are present for users] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:29 Monday 11 November 2024 18:52:32 -0500 (0:00:00.043) 0:01:16.768 ******* skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.systemd : Ensure directories are present for dropins] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:37 Monday 11 November 2024 18:52:32 -0500 (0:00:00.039) 0:01:16.807 ******* skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__systemd_list | length > 0", "item": { "dir_mode": "0755", "group": "0", "item": "foo.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.systemd : Ensure unit files are present] ******* task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:46 Monday 11 November 2024 18:52:32 -0500 (0:00:00.051) 0:01:16.859 ******* skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__systemd_list | length > 0", "item": { "dir_mode": "0755", "group": "0", "item": "foo.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.systemd : Ensure unit file templates are present] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:57 Monday 11 November 2024 18:52:32 -0500 (0:00:00.063) 0:01:16.923 ******* skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__systemd_list | length > 0", "item": { "dir_mode": "0755", "group": "0", "item": "foo.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.systemd : Ensure unit files are absent] ******** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:68 Monday 11 November 2024 18:52:32 -0500 (0:00:00.060) 0:01:16.983 ******* skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.systemd : Find files in dropins directory] ***** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:76 Monday 11 November 2024 18:52:32 -0500 (0:00:00.043) 0:01:17.027 ******* skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.systemd : Remove dropin directory if no more files] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:83 Monday 11 November 2024 18:52:32 -0500 (0:00:00.047) 0:01:17.075 ******* skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:17 Monday 11 November 2024 18:52:32 -0500 (0:00:00.037) 0:01:17.113 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "__systemd_list | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure directories are present for users] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:29 Monday 11 November 2024 18:52:32 -0500 (0:00:00.043) 0:01:17.156 ******* skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.systemd : Ensure directories are present for dropins] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:37 Monday 11 November 2024 18:52:32 -0500 (0:00:00.043) 0:01:17.200 ******* skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__systemd_list | length > 0", "item": { "dir_mode": "0755", "group": "0", "item": "foo.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.systemd : Ensure unit files are present] ******* task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:46 Monday 11 November 2024 18:52:32 -0500 (0:00:00.052) 0:01:17.252 ******* skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__systemd_list | length > 0", "item": { "dir_mode": "0755", "group": "0", "item": "foo.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.systemd : Ensure unit file templates are present] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:57 Monday 11 November 2024 18:52:32 -0500 (0:00:00.054) 0:01:17.306 ******* skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__systemd_list | length > 0", "item": { "dir_mode": "0755", "group": "0", "item": "foo.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.systemd : Ensure unit files are absent] ******** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:68 Monday 11 November 2024 18:52:32 -0500 (0:00:00.048) 0:01:17.355 ******* skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.systemd : Find files in dropins directory] ***** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:76 Monday 11 November 2024 18:52:32 -0500 (0:00:00.038) 0:01:17.393 ******* skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.systemd : Remove dropin directory if no more files] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:83 Monday 11 November 2024 18:52:32 -0500 (0:00:00.038) 0:01:17.432 ******* skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.systemd : Reload systemd] ********************** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:106 Monday 11 November 2024 18:52:32 -0500 (0:00:00.036) 0:01:17.469 ******* skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.systemd : Manage units] ************************ task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:119 Monday 11 November 2024 18:52:32 -0500 (0:00:00.044) 0:01:17.513 ******* included: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 => (item={'name': 'systemd_started_units', 'state': 'started'}) included: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 => (item={'name': 'systemd_stopped_units', 'state': 'stopped'}) included: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 => (item={'name': 'systemd_restarted_units', 'state': 'restarted'}) included: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 => (item={'name': 'systemd_reloaded_units', 'state': 'reloaded'}) included: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 => (item={'name': 'systemd_enabled_units', 'enabled': 'true'}) included: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 => (item={'name': 'systemd_disabled_units', 'enabled': 'false'}) included: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 => (item={'name': 'systemd_masked_units', 'masked': 'true'}) included: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 => (item={'name': 'systemd_unmasked_units', 'masked': 'false'}) TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 18:52:32 -0500 (0:00:00.079) 0:01:17.592 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "__systemd_list | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 18:52:32 -0500 (0:00:00.056) 0:01:17.649 ******* skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__systemd_list | length > 0", "item": { "dir_mode": "0755", "group": "0", "item": "foo.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 18:52:33 -0500 (0:00:00.052) 0:01:17.701 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "__systemd_list | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 18:52:33 -0500 (0:00:00.056) 0:01:17.758 ******* skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__systemd_list | length > 0", "item": { "dir_mode": "0755", "group": "0", "item": "foo.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 18:52:33 -0500 (0:00:00.050) 0:01:17.808 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "__systemd_list | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 18:52:33 -0500 (0:00:00.043) 0:01:17.852 ******* skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__systemd_list | length > 0", "item": { "dir_mode": "0755", "group": "0", "item": "foo.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 18:52:33 -0500 (0:00:00.047) 0:01:17.900 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "__systemd_list | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 18:52:33 -0500 (0:00:00.043) 0:01:17.943 ******* skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__systemd_list | length > 0", "item": { "dir_mode": "0755", "group": "0", "item": "foo.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 18:52:33 -0500 (0:00:00.048) 0:01:17.991 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "__systemd_list | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 18:52:33 -0500 (0:00:00.043) 0:01:18.035 ******* skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__systemd_list | length > 0", "item": { "dir_mode": "0755", "group": "0", "item": "foo.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 18:52:33 -0500 (0:00:00.050) 0:01:18.086 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "__systemd_list | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 18:52:33 -0500 (0:00:00.050) 0:01:18.136 ******* skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__systemd_list | length > 0", "item": { "dir_mode": "0755", "group": "0", "item": "foo.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 18:52:33 -0500 (0:00:00.066) 0:01:18.203 ******* included: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_user_info.yml for managed-node1 TASK [fedora.linux_system_roles.systemd : Get user information] **************** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_user_info.yml:27 Monday 11 November 2024 18:52:33 -0500 (0:00:00.083) 0:01:18.286 ******* included: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_update_user_info.yml for managed-node1 => (item=root) TASK [fedora.linux_system_roles.systemd : Get user information] **************** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_update_user_info.yml:7 Monday 11 November 2024 18:52:33 -0500 (0:00:00.095) 0:01:18.382 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "'getent_passwd' not in ansible_facts or __systemd_user_name not in ansible_facts['getent_passwd']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Update systemd user info with new user info] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_update_user_info.yml:14 Monday 11 November 2024 18:52:33 -0500 (0:00:00.066) 0:01:18.448 ******* ok: [managed-node1] => { "ansible_facts": { "__systemd_user_info": { "root": { "group": "0", "units_dir": "/etc/systemd/system", "xdg_dir": "/run/user/0" } } }, "changed": false } TASK [fedora.linux_system_roles.systemd : Convert to list of dict with user data] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_user_info.yml:34 Monday 11 November 2024 18:52:33 -0500 (0:00:00.081) 0:01:18.530 ******* ok: [managed-node1] => { "ansible_facts": { "__systemd_dict_list": [ { "dir_mode": "0755", "group": "0", "item": "sshd.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" } ] }, "changed": false } TASK [fedora.linux_system_roles.systemd : Enable linger if needed] ************* task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_user_info.yml:71 Monday 11 November 2024 18:52:33 -0500 (0:00:00.096) 0:01:18.626 ******* skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 18:52:34 -0500 (0:00:00.068) 0:01:18.695 ******* changed: [managed-node1] => (item={'item': 'sshd.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": true, "item": { "dir_mode": "0755", "group": "0", "item": "sshd.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "name": "sshd.service", "status": { "ActiveEnterTimestamp": "Mon 2024-11-11 18:48:23 EST", "ActiveEnterTimestampMonotonic": "17210217", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "sshd-keygen.target system.slice network.target sysinit.target basic.target cloud-init.service systemd-journald.socket", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Mon 2024-11-11 18:48:23 EST", "AssertTimestampMonotonic": "17172658", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Mon 2024-11-11 18:48:23 EST", "ConditionTimestampMonotonic": "17172657", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ConsistsOf": "sshd-keygen.target", "ControlGroup": "/system.slice/sshd.service", "ControlPID": "0", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "OpenSSH server daemon", "DevicePolicy": "auto", "Documentation": "man:sshd(8) man:sshd_config(5)", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "EnvironmentFiles": "/etc/sysconfig/sshd (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "1018", "ExecMainStartTimestamp": "Mon 2024-11-11 18:48:23 EST", "ExecMainStartTimestampMonotonic": "17175958", "ExecMainStatus": "0", "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/sbin/sshd ; argv[]=/usr/sbin/sshd -D $OPTIONS $CRYPTO_POLICY ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/sshd.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "sshd.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Mon 2024-11-11 18:48:23 EST", "InactiveExitTimestampMonotonic": "17176036", "InvocationID": "f916379983e247c7aacd359af2f13a08", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "process", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "14003", "LimitNPROCSoft": "14003", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14003", "LimitSIGPENDINGSoft": "14003", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "1018", "MemoryAccounting": "yes", "MemoryCurrent": "6713344", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "sshd.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "main", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "sysinit.target system.slice", "Restart": "on-failure", "RestartUSec": "42s", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Mon 2024-11-11 18:48:23 EST", "StateChangeTimestampMonotonic": "17210217", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "1", "TasksMax": "22405", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "cloud-init.service multi-user.target", "Wants": "sshd-keygen.target", "WatchdogTimestamp": "Mon 2024-11-11 18:48:23 EST", "WatchdogTimestampMonotonic": "17210214", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 18:52:34 -0500 (0:00:00.723) 0:01:19.418 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "__systemd_list | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 18:52:34 -0500 (0:00:00.066) 0:01:19.484 ******* skipping: [managed-node1] => (item={'item': 'sshd.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__systemd_list | length > 0", "item": { "dir_mode": "0755", "group": "0", "item": "sshd.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.systemd : DebugBefore] ************************* task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:146 Monday 11 November 2024 18:52:34 -0500 (0:00:00.078) 0:01:19.563 ******* ok: [managed-node1] => {} MSG: facts { "root": { "-.mount": { "active_state": "active", "description": "Root Mount", "load_state": "loaded", "name": "-.mount", "sub_state": "mounted" }, "-.slice": { "active_state": "active", "description": "Root Slice", "load_state": "loaded", "name": "-.slice", "sub_state": "active" }, "NetworkManager-wait-online.service": { "active_state": "active", "description": "Network Manager Wait Online", "load_state": "loaded", "name": "NetworkManager-wait-online.service", "sub_state": "exited" }, "NetworkManager.service": { "active_state": "active", "description": "Network Manager", "load_state": "loaded", "name": "NetworkManager.service", "sub_state": "running" }, "auditd.service": { "active_state": "active", "description": "Security Auditing Service", "load_state": "loaded", "name": "auditd.service", "sub_state": "running" }, "basic.target": { "active_state": "active", "description": "Basic System", "load_state": "loaded", "name": "basic.target", "sub_state": "active" }, "chronyd.service": { "active_state": "active", "description": "NTP client/server", "load_state": "loaded", "name": "chronyd.service", "sub_state": "running" }, "cloud-config.service": { "active_state": "active", "description": "Apply the settings specified in cloud-config", "load_state": "loaded", "name": "cloud-config.service", "sub_state": "exited" }, "cloud-config.target": { "active_state": "active", "description": "Cloud-config availability", "load_state": "loaded", "name": "cloud-config.target", "sub_state": "active" }, "cloud-final.service": { "active_state": "active", "description": "Execute cloud user/final scripts", "load_state": "loaded", "name": "cloud-final.service", "sub_state": "exited" }, "cloud-init-local.service": { "active_state": "active", "description": "Initial cloud-init job (pre-networking)", "load_state": "loaded", "name": "cloud-init-local.service", "sub_state": "exited" }, "cloud-init.service": { "active_state": "active", "description": "Initial cloud-init job (metadata service crawler)", "load_state": "loaded", "name": "cloud-init.service", "sub_state": "exited" }, "cloud-init.target": { "active_state": "active", "description": "Cloud-init target", "load_state": "loaded", "name": "cloud-init.target", "sub_state": "active" }, "crond.service": { "active_state": "active", "description": "Command Scheduler", "load_state": "loaded", "name": "crond.service", "sub_state": "running" }, "cryptsetup.target": { "active_state": "active", "description": "Local Encrypted Volumes", "load_state": "loaded", "name": "cryptsetup.target", "sub_state": "active" }, "dbus.service": { "active_state": "active", "description": "D-Bus System Message Bus", "load_state": "loaded", "name": "dbus.service", "sub_state": "running" }, "dbus.socket": { "active_state": "active", "description": "D-Bus System Message Bus Socket", "load_state": "loaded", "name": "dbus.socket", "sub_state": "running" }, "dev-hugepages.mount": { "active_state": "active", "description": "Huge Pages File System", "load_state": "loaded", "name": "dev-hugepages.mount", "sub_state": "mounted" }, "dev-mqueue.mount": { "active_state": "active", "description": "POSIX Message Queue File System", "load_state": "loaded", "name": "dev-mqueue.mount", "sub_state": "mounted" }, "dnf-makecache.timer": { "active_state": "active", "description": "dnf makecache --timer", "load_state": "loaded", "name": "dnf-makecache.timer", "sub_state": "waiting" }, "dracut-shutdown.service": { "active_state": "active", "description": "Restore /run/initramfs on shutdown", "load_state": "loaded", "name": "dracut-shutdown.service", "sub_state": "exited" }, "foo.service": { "active_state": "active", "description": "foo.service", "load_state": "loaded", "name": "foo.service", "sub_state": "running" }, "getty.target": { "active_state": "active", "description": "Login Prompts", "load_state": "loaded", "name": "getty.target", "sub_state": "active" }, "getty@tty1.service": { "active_state": "active", "description": "Getty on tty1", "load_state": "loaded", "name": "getty@tty1.service", "sub_state": "running" }, "gssproxy.service": { "active_state": "active", "description": "GSSAPI Proxy Daemon", "load_state": "loaded", "name": "gssproxy.service", "sub_state": "running" }, "import-state.service": { "active_state": "active", "description": "Import network configuration from initramfs", "load_state": "loaded", "name": "import-state.service", "sub_state": "exited" }, "init.scope": { "active_state": "active", "description": "System and Service Manager", "load_state": "loaded", "name": "init.scope", "sub_state": "running" }, "irqbalance.service": { "active_state": "active", "description": "irqbalance daemon", "load_state": "loaded", "name": "irqbalance.service", "sub_state": "running" }, "kdump.service": { "active_state": "active", "description": "Crash recovery kernel arming", "load_state": "loaded", "name": "kdump.service", "sub_state": "exited" }, "kmod-static-nodes.service": { "active_state": "active", "description": "Create list of required static device nodes for the current kernel", "load_state": "loaded", "name": "kmod-static-nodes.service", "sub_state": "exited" }, "local-fs-pre.target": { "active_state": "active", "description": "Local File Systems (Pre)", "load_state": "loaded", "name": "local-fs-pre.target", "sub_state": "active" }, "local-fs.target": { "active_state": "active", "description": "Local File Systems", "load_state": "loaded", "name": "local-fs.target", "sub_state": "active" }, "multi-user.target": { "active_state": "active", "description": "Multi-User System", "load_state": "loaded", "name": "multi-user.target", "sub_state": "active" }, "network-online.target": { "active_state": "active", "description": "Network is Online", "load_state": "loaded", "name": "network-online.target", "sub_state": "active" }, "network-pre.target": { "active_state": "active", "description": "Network (Pre)", "load_state": "loaded", "name": "network-pre.target", "sub_state": "active" }, "network.target": { "active_state": "active", "description": "Network", "load_state": "loaded", "name": "network.target", "sub_state": "active" }, "nfs-client.target": { "active_state": "active", "description": "NFS client services", "load_state": "loaded", "name": "nfs-client.target", "sub_state": "active" }, "nis-domainname.service": { "active_state": "active", "description": "Read and set NIS domainname from /etc/sysconfig/network", "load_state": "loaded", "name": "nis-domainname.service", "sub_state": "exited" }, "nss-user-lookup.target": { "active_state": "active", "description": "User and Group Name Lookups", "load_state": "loaded", "name": "nss-user-lookup.target", "sub_state": "active" }, "paths.target": { "active_state": "active", "description": "Paths", "load_state": "loaded", "name": "paths.target", "sub_state": "active" }, "plymouth-quit-wait.service": { "active_state": "active", "description": "Hold until boot process finishes up", "load_state": "loaded", "name": "plymouth-quit-wait.service", "sub_state": "exited" }, "plymouth-quit.service": { "active_state": "active", "description": "Terminate Plymouth Boot Screen", "load_state": "loaded", "name": "plymouth-quit.service", "sub_state": "exited" }, "plymouth-read-write.service": { "active_state": "active", "description": "Tell Plymouth To Write Out Runtime Data", "load_state": "loaded", "name": "plymouth-read-write.service", "sub_state": "exited" }, "plymouth-start.service": { "active_state": "active", "description": "Show Plymouth Boot Screen", "load_state": "loaded", "name": "plymouth-start.service", "sub_state": "exited" }, "polkit.service": { "active_state": "active", "description": "Authorization Manager", "load_state": "loaded", "name": "polkit.service", "sub_state": "running" }, "proc-sys-fs-binfmt_misc.automount": { "active_state": "active", "description": "Arbitrary Executable File Formats File System Automount Point", "load_state": "loaded", "name": "proc-sys-fs-binfmt_misc.automount", "sub_state": "waiting" }, "remote-fs-pre.target": { "active_state": "active", "description": "Remote File Systems (Pre)", "load_state": "loaded", "name": "remote-fs-pre.target", "sub_state": "active" }, "remote-fs.target": { "active_state": "active", "description": "Remote File Systems", "load_state": "loaded", "name": "remote-fs.target", "sub_state": "active" }, "restraintd.service": { "active_state": "active", "description": "The restraint harness.", "load_state": "loaded", "name": "restraintd.service", "sub_state": "running" }, "rngd.service": { "active_state": "active", "description": "Hardware RNG Entropy Gatherer Daemon", "load_state": "loaded", "name": "rngd.service", "sub_state": "running" }, "rpc-statd-notify.service": { "active_state": "active", "description": "Notify NFS peers of a restart", "load_state": "loaded", "name": "rpc-statd-notify.service", "sub_state": "exited" }, "rpc_pipefs.target": { "active_state": "active", "description": "rpc_pipefs.target", "load_state": "loaded", "name": "rpc_pipefs.target", "sub_state": "active" }, "rpcbind.service": { "active_state": "active", "description": "RPC Bind", "load_state": "loaded", "name": "rpcbind.service", "sub_state": "running" }, "rpcbind.socket": { "active_state": "active", "description": "RPCbind Server Activation Socket", "load_state": "loaded", "name": "rpcbind.socket", "sub_state": "running" }, "rpcbind.target": { "active_state": "active", "description": "RPC Port Mapper", "load_state": "loaded", "name": "rpcbind.target", "sub_state": "active" }, "rsyslog.service": { "active_state": "active", "description": "System Logging Service", "load_state": "loaded", "name": "rsyslog.service", "sub_state": "running" }, "run-user-0.mount": { "active_state": "active", "description": "/run/user/0", "load_state": "loaded", "name": "run-user-0.mount", "sub_state": "mounted" }, "session-3.scope": { "active_state": "active", "description": "Session 3 of user root", "load_state": "loaded", "name": "session-3.scope", "sub_state": "running" }, "session-5.scope": { "active_state": "active", "description": "Session 5 of user root", "load_state": "loaded", "name": "session-5.scope", "sub_state": "running" }, "slices.target": { "active_state": "active", "description": "Slices", "load_state": "loaded", "name": "slices.target", "sub_state": "active" }, "sockets.target": { "active_state": "active", "description": "Sockets", "load_state": "loaded", "name": "sockets.target", "sub_state": "active" }, "sshd-keygen.target": { "active_state": "active", "description": "sshd-keygen.target", "load_state": "loaded", "name": "sshd-keygen.target", "sub_state": "active" }, "sshd.service": { "active_state": "active", "description": "OpenSSH server daemon", "load_state": "loaded", "name": "sshd.service", "sub_state": "running" }, "sssd-kcm.socket": { "active_state": "active", "description": "SSSD Kerberos Cache Manager responder socket", "load_state": "loaded", "name": "sssd-kcm.socket", "sub_state": "listening" }, "swap.target": { "active_state": "active", "description": "Swap", "load_state": "loaded", "name": "swap.target", "sub_state": "active" }, "sys-devices-platform-serial8250-tty-ttyS1.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS1", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS1.device", "sub_state": "plugged" }, "sys-devices-platform-serial8250-tty-ttyS2.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS2", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS2.device", "sub_state": "plugged" }, "sys-devices-platform-serial8250-tty-ttyS3.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS3", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS3.device", "sub_state": "plugged" }, "sys-devices-pnp0-00:06-tty-ttyS0.device": { "active_state": "active", "description": "/sys/devices/pnp0/00:06/tty/ttyS0", "load_state": "loaded", "name": "sys-devices-pnp0-00:06-tty-ttyS0.device", "sub_state": "plugged" }, "sys-devices-vbd\\x2d768-block-xvda-xvda1.device": { "active_state": "active", "description": "/sys/devices/vbd-768/block/xvda/xvda1", "load_state": "loaded", "name": "sys-devices-vbd\\x2d768-block-xvda-xvda1.device", "sub_state": "plugged" }, "sys-devices-vbd\\x2d768-block-xvda.device": { "active_state": "active", "description": "/sys/devices/vbd-768/block/xvda", "load_state": "loaded", "name": "sys-devices-vbd\\x2d768-block-xvda.device", "sub_state": "plugged" }, "sys-devices-vif\\x2d0-net-eth0.device": { "active_state": "active", "description": "/sys/devices/vif-0/net/eth0", "load_state": "loaded", "name": "sys-devices-vif\\x2d0-net-eth0.device", "sub_state": "plugged" }, "sys-kernel-config.mount": { "active_state": "active", "description": "Kernel Configuration File System", "load_state": "loaded", "name": "sys-kernel-config.mount", "sub_state": "mounted" }, "sys-kernel-debug.mount": { "active_state": "active", "description": "Kernel Debug File System", "load_state": "loaded", "name": "sys-kernel-debug.mount", "sub_state": "mounted" }, "sys-kernel-tracing.mount": { "active_state": "active", "description": "/sys/kernel/tracing", "load_state": "loaded", "name": "sys-kernel-tracing.mount", "sub_state": "mounted" }, "sys-module-configfs.device": { "active_state": "active", "description": "/sys/module/configfs", "load_state": "loaded", "name": "sys-module-configfs.device", "sub_state": "plugged" }, "sys-subsystem-net-devices-eth0.device": { "active_state": "active", "description": "/sys/subsystem/net/devices/eth0", "load_state": "loaded", "name": "sys-subsystem-net-devices-eth0.device", "sub_state": "plugged" }, "sysinit.target": { "active_state": "active", "description": "System Initialization", "load_state": "loaded", "name": "sysinit.target", "sub_state": "active" }, "system-getty.slice": { "active_state": "active", "description": "system-getty.slice", "load_state": "loaded", "name": "system-getty.slice", "sub_state": "active" }, "system-sshd\\x2dkeygen.slice": { "active_state": "active", "description": "system-sshd\\x2dkeygen.slice", "load_state": "loaded", "name": "system-sshd\\x2dkeygen.slice", "sub_state": "active" }, "system.slice": { "active_state": "active", "description": "System Slice", "load_state": "loaded", "name": "system.slice", "sub_state": "active" }, "systemd-ask-password-plymouth.path": { "active_state": "active", "description": "Forward Password Requests to Plymouth Directory Watch", "load_state": "loaded", "name": "systemd-ask-password-plymouth.path", "sub_state": "waiting" }, "systemd-ask-password-wall.path": { "active_state": "active", "description": "Forward Password Requests to Wall Directory Watch", "load_state": "loaded", "name": "systemd-ask-password-wall.path", "sub_state": "waiting" }, "systemd-coredump.socket": { "active_state": "active", "description": "Process Core Dump Socket", "load_state": "loaded", "name": "systemd-coredump.socket", "sub_state": "listening" }, "systemd-initctl.socket": { "active_state": "active", "description": "initctl Compatibility Named Pipe", "load_state": "loaded", "name": "systemd-initctl.socket", "sub_state": "listening" }, "systemd-journal-flush.service": { "active_state": "active", "description": "Flush Journal to Persistent Storage", "load_state": "loaded", "name": "systemd-journal-flush.service", "sub_state": "exited" }, "systemd-journald-dev-log.socket": { "active_state": "active", "description": "Journal Socket (/dev/log)", "load_state": "loaded", "name": "systemd-journald-dev-log.socket", "sub_state": "running" }, "systemd-journald.service": { "active_state": "active", "description": "Journal Service", "load_state": "loaded", "name": "systemd-journald.service", "sub_state": "running" }, "systemd-journald.socket": { "active_state": "active", "description": "Journal Socket", "load_state": "loaded", "name": "systemd-journald.socket", "sub_state": "running" }, "systemd-logind.service": { "active_state": "active", "description": "Login Service", "load_state": "loaded", "name": "systemd-logind.service", "sub_state": "running" }, "systemd-machine-id-commit.service": { "active_state": "active", "description": "Commit a transient machine-id on disk", "load_state": "loaded", "name": "systemd-machine-id-commit.service", "sub_state": "exited" }, "systemd-random-seed.service": { "active_state": "active", "description": "Load/Save Random Seed", "load_state": "loaded", "name": "systemd-random-seed.service", "sub_state": "exited" }, "systemd-remount-fs.service": { "active_state": "active", "description": "Remount Root and Kernel File Systems", "load_state": "loaded", "name": "systemd-remount-fs.service", "sub_state": "exited" }, "systemd-sysctl.service": { "active_state": "active", "description": "Apply Kernel Variables", "load_state": "loaded", "name": "systemd-sysctl.service", "sub_state": "exited" }, "systemd-tmpfiles-clean.timer": { "active_state": "active", "description": "Daily Cleanup of Temporary Directories", "load_state": "loaded", "name": "systemd-tmpfiles-clean.timer", "sub_state": "waiting" }, "systemd-tmpfiles-setup-dev.service": { "active_state": "active", "description": "Create Static Device Nodes in /dev", "load_state": "loaded", "name": "systemd-tmpfiles-setup-dev.service", "sub_state": "exited" }, "systemd-tmpfiles-setup.service": { "active_state": "active", "description": "Create Volatile Files and Directories", "load_state": "loaded", "name": "systemd-tmpfiles-setup.service", "sub_state": "exited" }, "systemd-udev-trigger.service": { "active_state": "active", "description": "udev Coldplug all Devices", "load_state": "loaded", "name": "systemd-udev-trigger.service", "sub_state": "exited" }, "systemd-udevd-control.socket": { "active_state": "active", "description": "udev Control Socket", "load_state": "loaded", "name": "systemd-udevd-control.socket", "sub_state": "running" }, "systemd-udevd-kernel.socket": { "active_state": "active", "description": "udev Kernel Socket", "load_state": "loaded", "name": "systemd-udevd-kernel.socket", "sub_state": "running" }, "systemd-udevd.service": { "active_state": "active", "description": "udev Kernel Device Manager", "load_state": "loaded", "name": "systemd-udevd.service", "sub_state": "running" }, "systemd-update-utmp.service": { "active_state": "active", "description": "Update UTMP about System Boot/Shutdown", "load_state": "loaded", "name": "systemd-update-utmp.service", "sub_state": "exited" }, "systemd-user-sessions.service": { "active_state": "active", "description": "Permit User Sessions", "load_state": "loaded", "name": "systemd-user-sessions.service", "sub_state": "exited" }, "timers.target": { "active_state": "active", "description": "Timers", "load_state": "loaded", "name": "timers.target", "sub_state": "active" }, "tuned.service": { "active_state": "active", "description": "Dynamic System Tuning Daemon", "load_state": "loaded", "name": "tuned.service", "sub_state": "running" }, "unbound-anchor.timer": { "active_state": "active", "description": "daily update of the root trust anchor for DNSSEC", "load_state": "loaded", "name": "unbound-anchor.timer", "sub_state": "waiting" }, "user-0.slice": { "active_state": "active", "description": "User Slice of UID 0", "load_state": "loaded", "name": "user-0.slice", "sub_state": "active" }, "user-runtime-dir@0.service": { "active_state": "active", "description": "User runtime directory /run/user/0", "load_state": "loaded", "name": "user-runtime-dir@0.service", "sub_state": "exited" }, "user.slice": { "active_state": "active", "description": "User and Session Slice", "load_state": "loaded", "name": "user.slice", "sub_state": "active" }, "user@0.service": { "active_state": "active", "description": "User Manager for UID 0", "load_state": "loaded", "name": "user@0.service", "sub_state": "running" }, "var-lib-nfs-rpc_pipefs.mount": { "active_state": "active", "description": "RPC Pipe File System", "load_state": "loaded", "name": "var-lib-nfs-rpc_pipefs.mount", "sub_state": "mounted" } } } TASK [fedora.linux_system_roles.systemd : Gather systemd units state for system and user units] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:150 Monday 11 November 2024 18:52:34 -0500 (0:00:00.055) 0:01:19.619 ******* included: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_systemd_units_info.yml for managed-node1 => (item={'key': 'root', 'value': {'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'group': '0'}}) TASK [fedora.linux_system_roles.systemd : Gather systemd units state for system and user units] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_systemd_units_info.yml:7 Monday 11 November 2024 18:52:35 -0500 (0:00:00.069) 0:01:19.689 ******* ok: [managed-node1] => { "ansible_facts": { "systemd_units": { "-.mount": { "active_state": "active", "description": "Root Mount", "load_state": "loaded", "name": "-.mount", "sub_state": "mounted" }, "-.slice": { "active_state": "active", "description": "Root Slice", "load_state": "loaded", "name": "-.slice", "sub_state": "active" }, "NetworkManager-wait-online.service": { "active_state": "active", "description": "Network Manager Wait Online", "load_state": "loaded", "name": "NetworkManager-wait-online.service", "sub_state": "exited" }, "NetworkManager.service": { "active_state": "active", "description": "Network Manager", "load_state": "loaded", "name": "NetworkManager.service", "sub_state": "running" }, "auditd.service": { "active_state": "active", "description": "Security Auditing Service", "load_state": "loaded", "name": "auditd.service", "sub_state": "running" }, "basic.target": { "active_state": "active", "description": "Basic System", "load_state": "loaded", "name": "basic.target", "sub_state": "active" }, "chronyd.service": { "active_state": "active", "description": "NTP client/server", "load_state": "loaded", "name": "chronyd.service", "sub_state": "running" }, "cloud-config.service": { "active_state": "active", "description": "Apply the settings specified in cloud-config", "load_state": "loaded", "name": "cloud-config.service", "sub_state": "exited" }, "cloud-config.target": { "active_state": "active", "description": "Cloud-config availability", "load_state": "loaded", "name": "cloud-config.target", "sub_state": "active" }, "cloud-final.service": { "active_state": "active", "description": "Execute cloud user/final scripts", "load_state": "loaded", "name": "cloud-final.service", "sub_state": "exited" }, "cloud-init-local.service": { "active_state": "active", "description": "Initial cloud-init job (pre-networking)", "load_state": "loaded", "name": "cloud-init-local.service", "sub_state": "exited" }, "cloud-init.service": { "active_state": "active", "description": "Initial cloud-init job (metadata service crawler)", "load_state": "loaded", "name": "cloud-init.service", "sub_state": "exited" }, "cloud-init.target": { "active_state": "active", "description": "Cloud-init target", "load_state": "loaded", "name": "cloud-init.target", "sub_state": "active" }, "crond.service": { "active_state": "active", "description": "Command Scheduler", "load_state": "loaded", "name": "crond.service", "sub_state": "running" }, "cryptsetup.target": { "active_state": "active", "description": "Local Encrypted Volumes", "load_state": "loaded", "name": "cryptsetup.target", "sub_state": "active" }, "dbus.service": { "active_state": "active", "description": "D-Bus System Message Bus", "load_state": "loaded", "name": "dbus.service", "sub_state": "running" }, "dbus.socket": { "active_state": "active", "description": "D-Bus System Message Bus Socket", "load_state": "loaded", "name": "dbus.socket", "sub_state": "running" }, "dev-hugepages.mount": { "active_state": "active", "description": "Huge Pages File System", "load_state": "loaded", "name": "dev-hugepages.mount", "sub_state": "mounted" }, "dev-mqueue.mount": { "active_state": "active", "description": "POSIX Message Queue File System", "load_state": "loaded", "name": "dev-mqueue.mount", "sub_state": "mounted" }, "dnf-makecache.timer": { "active_state": "active", "description": "dnf makecache --timer", "load_state": "loaded", "name": "dnf-makecache.timer", "sub_state": "waiting" }, "dracut-shutdown.service": { "active_state": "active", "description": "Restore /run/initramfs on shutdown", "load_state": "loaded", "name": "dracut-shutdown.service", "sub_state": "exited" }, "foo.service": { "active_state": "active", "description": "foo.service", "load_state": "loaded", "name": "foo.service", "sub_state": "running" }, "getty.target": { "active_state": "active", "description": "Login Prompts", "load_state": "loaded", "name": "getty.target", "sub_state": "active" }, "getty@tty1.service": { "active_state": "active", "description": "Getty on tty1", "load_state": "loaded", "name": "getty@tty1.service", "sub_state": "running" }, "gssproxy.service": { "active_state": "active", "description": "GSSAPI Proxy Daemon", "load_state": "loaded", "name": "gssproxy.service", "sub_state": "running" }, "import-state.service": { "active_state": "active", "description": "Import network configuration from initramfs", "load_state": "loaded", "name": "import-state.service", "sub_state": "exited" }, "init.scope": { "active_state": "active", "description": "System and Service Manager", "load_state": "loaded", "name": "init.scope", "sub_state": "running" }, "irqbalance.service": { "active_state": "active", "description": "irqbalance daemon", "load_state": "loaded", "name": "irqbalance.service", "sub_state": "running" }, "kdump.service": { "active_state": "active", "description": "Crash recovery kernel arming", "load_state": "loaded", "name": "kdump.service", "sub_state": "exited" }, "kmod-static-nodes.service": { "active_state": "active", "description": "Create list of required static device nodes for the current kernel", "load_state": "loaded", "name": "kmod-static-nodes.service", "sub_state": "exited" }, "local-fs-pre.target": { "active_state": "active", "description": "Local File Systems (Pre)", "load_state": "loaded", "name": "local-fs-pre.target", "sub_state": "active" }, "local-fs.target": { "active_state": "active", "description": "Local File Systems", "load_state": "loaded", "name": "local-fs.target", "sub_state": "active" }, "multi-user.target": { "active_state": "active", "description": "Multi-User System", "load_state": "loaded", "name": "multi-user.target", "sub_state": "active" }, "network-online.target": { "active_state": "active", "description": "Network is Online", "load_state": "loaded", "name": "network-online.target", "sub_state": "active" }, "network-pre.target": { "active_state": "active", "description": "Network (Pre)", "load_state": "loaded", "name": "network-pre.target", "sub_state": "active" }, "network.target": { "active_state": "active", "description": "Network", "load_state": "loaded", "name": "network.target", "sub_state": "active" }, "nfs-client.target": { "active_state": "active", "description": "NFS client services", "load_state": "loaded", "name": "nfs-client.target", "sub_state": "active" }, "nis-domainname.service": { "active_state": "active", "description": "Read and set NIS domainname from /etc/sysconfig/network", "load_state": "loaded", "name": "nis-domainname.service", "sub_state": "exited" }, "nss-user-lookup.target": { "active_state": "active", "description": "User and Group Name Lookups", "load_state": "loaded", "name": "nss-user-lookup.target", "sub_state": "active" }, "paths.target": { "active_state": "active", "description": "Paths", "load_state": "loaded", "name": "paths.target", "sub_state": "active" }, "plymouth-quit-wait.service": { "active_state": "active", "description": "Hold until boot process finishes up", "load_state": "loaded", "name": "plymouth-quit-wait.service", "sub_state": "exited" }, "plymouth-quit.service": { "active_state": "active", "description": "Terminate Plymouth Boot Screen", "load_state": "loaded", "name": "plymouth-quit.service", "sub_state": "exited" }, "plymouth-read-write.service": { "active_state": "active", "description": "Tell Plymouth To Write Out Runtime Data", "load_state": "loaded", "name": "plymouth-read-write.service", "sub_state": "exited" }, "plymouth-start.service": { "active_state": "active", "description": "Show Plymouth Boot Screen", "load_state": "loaded", "name": "plymouth-start.service", "sub_state": "exited" }, "polkit.service": { "active_state": "active", "description": "Authorization Manager", "load_state": "loaded", "name": "polkit.service", "sub_state": "running" }, "proc-sys-fs-binfmt_misc.automount": { "active_state": "active", "description": "Arbitrary Executable File Formats File System Automount Point", "load_state": "loaded", "name": "proc-sys-fs-binfmt_misc.automount", "sub_state": "waiting" }, "remote-fs-pre.target": { "active_state": "active", "description": "Remote File Systems (Pre)", "load_state": "loaded", "name": "remote-fs-pre.target", "sub_state": "active" }, "remote-fs.target": { "active_state": "active", "description": "Remote File Systems", "load_state": "loaded", "name": "remote-fs.target", "sub_state": "active" }, "restraintd.service": { "active_state": "active", "description": "The restraint harness.", "load_state": "loaded", "name": "restraintd.service", "sub_state": "running" }, "rngd.service": { "active_state": "active", "description": "Hardware RNG Entropy Gatherer Daemon", "load_state": "loaded", "name": "rngd.service", "sub_state": "running" }, "rpc-statd-notify.service": { "active_state": "active", "description": "Notify NFS peers of a restart", "load_state": "loaded", "name": "rpc-statd-notify.service", "sub_state": "exited" }, "rpc_pipefs.target": { "active_state": "active", "description": "rpc_pipefs.target", "load_state": "loaded", "name": "rpc_pipefs.target", "sub_state": "active" }, "rpcbind.service": { "active_state": "active", "description": "RPC Bind", "load_state": "loaded", "name": "rpcbind.service", "sub_state": "running" }, "rpcbind.socket": { "active_state": "active", "description": "RPCbind Server Activation Socket", "load_state": "loaded", "name": "rpcbind.socket", "sub_state": "running" }, "rpcbind.target": { "active_state": "active", "description": "RPC Port Mapper", "load_state": "loaded", "name": "rpcbind.target", "sub_state": "active" }, "rsyslog.service": { "active_state": "active", "description": "System Logging Service", "load_state": "loaded", "name": "rsyslog.service", "sub_state": "running" }, "run-user-0.mount": { "active_state": "active", "description": "/run/user/0", "load_state": "loaded", "name": "run-user-0.mount", "sub_state": "mounted" }, "session-3.scope": { "active_state": "active", "description": "Session 3 of user root", "load_state": "loaded", "name": "session-3.scope", "sub_state": "running" }, "session-5.scope": { "active_state": "active", "description": "Session 5 of user root", "load_state": "loaded", "name": "session-5.scope", "sub_state": "running" }, "slices.target": { "active_state": "active", "description": "Slices", "load_state": "loaded", "name": "slices.target", "sub_state": "active" }, "sockets.target": { "active_state": "active", "description": "Sockets", "load_state": "loaded", "name": "sockets.target", "sub_state": "active" }, "sshd-keygen.target": { "active_state": "active", "description": "sshd-keygen.target", "load_state": "loaded", "name": "sshd-keygen.target", "sub_state": "active" }, "sshd.service": { "active_state": "active", "description": "sshd.service", "load_state": "masked", "name": "sshd.service", "sub_state": "running" }, "sssd-kcm.socket": { "active_state": "active", "description": "SSSD Kerberos Cache Manager responder socket", "load_state": "loaded", "name": "sssd-kcm.socket", "sub_state": "listening" }, "swap.target": { "active_state": "active", "description": "Swap", "load_state": "loaded", "name": "swap.target", "sub_state": "active" }, "sys-devices-platform-serial8250-tty-ttyS1.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS1", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS1.device", "sub_state": "plugged" }, "sys-devices-platform-serial8250-tty-ttyS2.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS2", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS2.device", "sub_state": "plugged" }, "sys-devices-platform-serial8250-tty-ttyS3.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS3", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS3.device", "sub_state": "plugged" }, "sys-devices-pnp0-00:06-tty-ttyS0.device": { "active_state": "active", "description": "/sys/devices/pnp0/00:06/tty/ttyS0", "load_state": "loaded", "name": "sys-devices-pnp0-00:06-tty-ttyS0.device", "sub_state": "plugged" }, "sys-devices-vbd\\x2d768-block-xvda-xvda1.device": { "active_state": "active", "description": "/sys/devices/vbd-768/block/xvda/xvda1", "load_state": "loaded", "name": "sys-devices-vbd\\x2d768-block-xvda-xvda1.device", "sub_state": "plugged" }, "sys-devices-vbd\\x2d768-block-xvda.device": { "active_state": "active", "description": "/sys/devices/vbd-768/block/xvda", "load_state": "loaded", "name": "sys-devices-vbd\\x2d768-block-xvda.device", "sub_state": "plugged" }, "sys-devices-vif\\x2d0-net-eth0.device": { "active_state": "active", "description": "/sys/devices/vif-0/net/eth0", "load_state": "loaded", "name": "sys-devices-vif\\x2d0-net-eth0.device", "sub_state": "plugged" }, "sys-kernel-config.mount": { "active_state": "active", "description": "Kernel Configuration File System", "load_state": "loaded", "name": "sys-kernel-config.mount", "sub_state": "mounted" }, "sys-kernel-debug.mount": { "active_state": "active", "description": "Kernel Debug File System", "load_state": "loaded", "name": "sys-kernel-debug.mount", "sub_state": "mounted" }, "sys-kernel-tracing.mount": { "active_state": "active", "description": "/sys/kernel/tracing", "load_state": "loaded", "name": "sys-kernel-tracing.mount", "sub_state": "mounted" }, "sys-module-configfs.device": { "active_state": "active", "description": "/sys/module/configfs", "load_state": "loaded", "name": "sys-module-configfs.device", "sub_state": "plugged" }, "sys-subsystem-net-devices-eth0.device": { "active_state": "active", "description": "/sys/subsystem/net/devices/eth0", "load_state": "loaded", "name": "sys-subsystem-net-devices-eth0.device", "sub_state": "plugged" }, "sysinit.target": { "active_state": "active", "description": "System Initialization", "load_state": "loaded", "name": "sysinit.target", "sub_state": "active" }, "system-getty.slice": { "active_state": "active", "description": "system-getty.slice", "load_state": "loaded", "name": "system-getty.slice", "sub_state": "active" }, "system-sshd\\x2dkeygen.slice": { "active_state": "active", "description": "system-sshd\\x2dkeygen.slice", "load_state": "loaded", "name": "system-sshd\\x2dkeygen.slice", "sub_state": "active" }, "system.slice": { "active_state": "active", "description": "System Slice", "load_state": "loaded", "name": "system.slice", "sub_state": "active" }, "systemd-ask-password-plymouth.path": { "active_state": "active", "description": "Forward Password Requests to Plymouth Directory Watch", "load_state": "loaded", "name": "systemd-ask-password-plymouth.path", "sub_state": "waiting" }, "systemd-ask-password-wall.path": { "active_state": "active", "description": "Forward Password Requests to Wall Directory Watch", "load_state": "loaded", "name": "systemd-ask-password-wall.path", "sub_state": "waiting" }, "systemd-coredump.socket": { "active_state": "active", "description": "Process Core Dump Socket", "load_state": "loaded", "name": "systemd-coredump.socket", "sub_state": "listening" }, "systemd-initctl.socket": { "active_state": "active", "description": "initctl Compatibility Named Pipe", "load_state": "loaded", "name": "systemd-initctl.socket", "sub_state": "listening" }, "systemd-journal-flush.service": { "active_state": "active", "description": "Flush Journal to Persistent Storage", "load_state": "loaded", "name": "systemd-journal-flush.service", "sub_state": "exited" }, "systemd-journald-dev-log.socket": { "active_state": "active", "description": "Journal Socket (/dev/log)", "load_state": "loaded", "name": "systemd-journald-dev-log.socket", "sub_state": "running" }, "systemd-journald.service": { "active_state": "active", "description": "Journal Service", "load_state": "loaded", "name": "systemd-journald.service", "sub_state": "running" }, "systemd-journald.socket": { "active_state": "active", "description": "Journal Socket", "load_state": "loaded", "name": "systemd-journald.socket", "sub_state": "running" }, "systemd-logind.service": { "active_state": "active", "description": "Login Service", "load_state": "loaded", "name": "systemd-logind.service", "sub_state": "running" }, "systemd-machine-id-commit.service": { "active_state": "active", "description": "Commit a transient machine-id on disk", "load_state": "loaded", "name": "systemd-machine-id-commit.service", "sub_state": "exited" }, "systemd-random-seed.service": { "active_state": "active", "description": "Load/Save Random Seed", "load_state": "loaded", "name": "systemd-random-seed.service", "sub_state": "exited" }, "systemd-remount-fs.service": { "active_state": "active", "description": "Remount Root and Kernel File Systems", "load_state": "loaded", "name": "systemd-remount-fs.service", "sub_state": "exited" }, "systemd-sysctl.service": { "active_state": "active", "description": "Apply Kernel Variables", "load_state": "loaded", "name": "systemd-sysctl.service", "sub_state": "exited" }, "systemd-tmpfiles-clean.timer": { "active_state": "active", "description": "Daily Cleanup of Temporary Directories", "load_state": "loaded", "name": "systemd-tmpfiles-clean.timer", "sub_state": "waiting" }, "systemd-tmpfiles-setup-dev.service": { "active_state": "active", "description": "Create Static Device Nodes in /dev", "load_state": "loaded", "name": "systemd-tmpfiles-setup-dev.service", "sub_state": "exited" }, "systemd-tmpfiles-setup.service": { "active_state": "active", "description": "Create Volatile Files and Directories", "load_state": "loaded", "name": "systemd-tmpfiles-setup.service", "sub_state": "exited" }, "systemd-udev-trigger.service": { "active_state": "active", "description": "udev Coldplug all Devices", "load_state": "loaded", "name": "systemd-udev-trigger.service", "sub_state": "exited" }, "systemd-udevd-control.socket": { "active_state": "active", "description": "udev Control Socket", "load_state": "loaded", "name": "systemd-udevd-control.socket", "sub_state": "running" }, "systemd-udevd-kernel.socket": { "active_state": "active", "description": "udev Kernel Socket", "load_state": "loaded", "name": "systemd-udevd-kernel.socket", "sub_state": "running" }, "systemd-udevd.service": { "active_state": "active", "description": "udev Kernel Device Manager", "load_state": "loaded", "name": "systemd-udevd.service", "sub_state": "running" }, "systemd-update-utmp.service": { "active_state": "active", "description": "Update UTMP about System Boot/Shutdown", "load_state": "loaded", "name": "systemd-update-utmp.service", "sub_state": "exited" }, "systemd-user-sessions.service": { "active_state": "active", "description": "Permit User Sessions", "load_state": "loaded", "name": "systemd-user-sessions.service", "sub_state": "exited" }, "timers.target": { "active_state": "active", "description": "Timers", "load_state": "loaded", "name": "timers.target", "sub_state": "active" }, "tuned.service": { "active_state": "active", "description": "Dynamic System Tuning Daemon", "load_state": "loaded", "name": "tuned.service", "sub_state": "running" }, "unbound-anchor.timer": { "active_state": "active", "description": "daily update of the root trust anchor for DNSSEC", "load_state": "loaded", "name": "unbound-anchor.timer", "sub_state": "waiting" }, "user-0.slice": { "active_state": "active", "description": "User Slice of UID 0", "load_state": "loaded", "name": "user-0.slice", "sub_state": "active" }, "user-runtime-dir@0.service": { "active_state": "active", "description": "User runtime directory /run/user/0", "load_state": "loaded", "name": "user-runtime-dir@0.service", "sub_state": "exited" }, "user.slice": { "active_state": "active", "description": "User and Session Slice", "load_state": "loaded", "name": "user.slice", "sub_state": "active" }, "user@0.service": { "active_state": "active", "description": "User Manager for UID 0", "load_state": "loaded", "name": "user@0.service", "sub_state": "running" }, "var-lib-nfs-rpc_pipefs.mount": { "active_state": "active", "description": "RPC Pipe File System", "load_state": "loaded", "name": "var-lib-nfs-rpc_pipefs.mount", "sub_state": "mounted" } }, "systemd_units_user": { "root": { "-.mount": { "active_state": "active", "description": "Root Mount", "load_state": "loaded", "name": "-.mount", "sub_state": "mounted" }, "-.slice": { "active_state": "active", "description": "Root Slice", "load_state": "loaded", "name": "-.slice", "sub_state": "active" }, "NetworkManager-wait-online.service": { "active_state": "active", "description": "Network Manager Wait Online", "load_state": "loaded", "name": "NetworkManager-wait-online.service", "sub_state": "exited" }, "NetworkManager.service": { "active_state": "active", "description": "Network Manager", "load_state": "loaded", "name": "NetworkManager.service", "sub_state": "running" }, "auditd.service": { "active_state": "active", "description": "Security Auditing Service", "load_state": "loaded", "name": "auditd.service", "sub_state": "running" }, "basic.target": { "active_state": "active", "description": "Basic System", "load_state": "loaded", "name": "basic.target", "sub_state": "active" }, "chronyd.service": { "active_state": "active", "description": "NTP client/server", "load_state": "loaded", "name": "chronyd.service", "sub_state": "running" }, "cloud-config.service": { "active_state": "active", "description": "Apply the settings specified in cloud-config", "load_state": "loaded", "name": "cloud-config.service", "sub_state": "exited" }, "cloud-config.target": { "active_state": "active", "description": "Cloud-config availability", "load_state": "loaded", "name": "cloud-config.target", "sub_state": "active" }, "cloud-final.service": { "active_state": "active", "description": "Execute cloud user/final scripts", "load_state": "loaded", "name": "cloud-final.service", "sub_state": "exited" }, "cloud-init-local.service": { "active_state": "active", "description": "Initial cloud-init job (pre-networking)", "load_state": "loaded", "name": "cloud-init-local.service", "sub_state": "exited" }, "cloud-init.service": { "active_state": "active", "description": "Initial cloud-init job (metadata service crawler)", "load_state": "loaded", "name": "cloud-init.service", "sub_state": "exited" }, "cloud-init.target": { "active_state": "active", "description": "Cloud-init target", "load_state": "loaded", "name": "cloud-init.target", "sub_state": "active" }, "crond.service": { "active_state": "active", "description": "Command Scheduler", "load_state": "loaded", "name": "crond.service", "sub_state": "running" }, "cryptsetup.target": { "active_state": "active", "description": "Local Encrypted Volumes", "load_state": "loaded", "name": "cryptsetup.target", "sub_state": "active" }, "dbus.service": { "active_state": "active", "description": "D-Bus System Message Bus", "load_state": "loaded", "name": "dbus.service", "sub_state": "running" }, "dbus.socket": { "active_state": "active", "description": "D-Bus System Message Bus Socket", "load_state": "loaded", "name": "dbus.socket", "sub_state": "running" }, "dev-hugepages.mount": { "active_state": "active", "description": "Huge Pages File System", "load_state": "loaded", "name": "dev-hugepages.mount", "sub_state": "mounted" }, "dev-mqueue.mount": { "active_state": "active", "description": "POSIX Message Queue File System", "load_state": "loaded", "name": "dev-mqueue.mount", "sub_state": "mounted" }, "dnf-makecache.timer": { "active_state": "active", "description": "dnf makecache --timer", "load_state": "loaded", "name": "dnf-makecache.timer", "sub_state": "waiting" }, "dracut-shutdown.service": { "active_state": "active", "description": "Restore /run/initramfs on shutdown", "load_state": "loaded", "name": "dracut-shutdown.service", "sub_state": "exited" }, "foo.service": { "active_state": "active", "description": "foo.service", "load_state": "loaded", "name": "foo.service", "sub_state": "running" }, "getty.target": { "active_state": "active", "description": "Login Prompts", "load_state": "loaded", "name": "getty.target", "sub_state": "active" }, "getty@tty1.service": { "active_state": "active", "description": "Getty on tty1", "load_state": "loaded", "name": "getty@tty1.service", "sub_state": "running" }, "gssproxy.service": { "active_state": "active", "description": "GSSAPI Proxy Daemon", "load_state": "loaded", "name": "gssproxy.service", "sub_state": "running" }, "import-state.service": { "active_state": "active", "description": "Import network configuration from initramfs", "load_state": "loaded", "name": "import-state.service", "sub_state": "exited" }, "init.scope": { "active_state": "active", "description": "System and Service Manager", "load_state": "loaded", "name": "init.scope", "sub_state": "running" }, "irqbalance.service": { "active_state": "active", "description": "irqbalance daemon", "load_state": "loaded", "name": "irqbalance.service", "sub_state": "running" }, "kdump.service": { "active_state": "active", "description": "Crash recovery kernel arming", "load_state": "loaded", "name": "kdump.service", "sub_state": "exited" }, "kmod-static-nodes.service": { "active_state": "active", "description": "Create list of required static device nodes for the current kernel", "load_state": "loaded", "name": "kmod-static-nodes.service", "sub_state": "exited" }, "local-fs-pre.target": { "active_state": "active", "description": "Local File Systems (Pre)", "load_state": "loaded", "name": "local-fs-pre.target", "sub_state": "active" }, "local-fs.target": { "active_state": "active", "description": "Local File Systems", "load_state": "loaded", "name": "local-fs.target", "sub_state": "active" }, "multi-user.target": { "active_state": "active", "description": "Multi-User System", "load_state": "loaded", "name": "multi-user.target", "sub_state": "active" }, "network-online.target": { "active_state": "active", "description": "Network is Online", "load_state": "loaded", "name": "network-online.target", "sub_state": "active" }, "network-pre.target": { "active_state": "active", "description": "Network (Pre)", "load_state": "loaded", "name": "network-pre.target", "sub_state": "active" }, "network.target": { "active_state": "active", "description": "Network", "load_state": "loaded", "name": "network.target", "sub_state": "active" }, "nfs-client.target": { "active_state": "active", "description": "NFS client services", "load_state": "loaded", "name": "nfs-client.target", "sub_state": "active" }, "nis-domainname.service": { "active_state": "active", "description": "Read and set NIS domainname from /etc/sysconfig/network", "load_state": "loaded", "name": "nis-domainname.service", "sub_state": "exited" }, "nss-user-lookup.target": { "active_state": "active", "description": "User and Group Name Lookups", "load_state": "loaded", "name": "nss-user-lookup.target", "sub_state": "active" }, "paths.target": { "active_state": "active", "description": "Paths", "load_state": "loaded", "name": "paths.target", "sub_state": "active" }, "plymouth-quit-wait.service": { "active_state": "active", "description": "Hold until boot process finishes up", "load_state": "loaded", "name": "plymouth-quit-wait.service", "sub_state": "exited" }, "plymouth-quit.service": { "active_state": "active", "description": "Terminate Plymouth Boot Screen", "load_state": "loaded", "name": "plymouth-quit.service", "sub_state": "exited" }, "plymouth-read-write.service": { "active_state": "active", "description": "Tell Plymouth To Write Out Runtime Data", "load_state": "loaded", "name": "plymouth-read-write.service", "sub_state": "exited" }, "plymouth-start.service": { "active_state": "active", "description": "Show Plymouth Boot Screen", "load_state": "loaded", "name": "plymouth-start.service", "sub_state": "exited" }, "polkit.service": { "active_state": "active", "description": "Authorization Manager", "load_state": "loaded", "name": "polkit.service", "sub_state": "running" }, "proc-sys-fs-binfmt_misc.automount": { "active_state": "active", "description": "Arbitrary Executable File Formats File System Automount Point", "load_state": "loaded", "name": "proc-sys-fs-binfmt_misc.automount", "sub_state": "waiting" }, "remote-fs-pre.target": { "active_state": "active", "description": "Remote File Systems (Pre)", "load_state": "loaded", "name": "remote-fs-pre.target", "sub_state": "active" }, "remote-fs.target": { "active_state": "active", "description": "Remote File Systems", "load_state": "loaded", "name": "remote-fs.target", "sub_state": "active" }, "restraintd.service": { "active_state": "active", "description": "The restraint harness.", "load_state": "loaded", "name": "restraintd.service", "sub_state": "running" }, "rngd.service": { "active_state": "active", "description": "Hardware RNG Entropy Gatherer Daemon", "load_state": "loaded", "name": "rngd.service", "sub_state": "running" }, "rpc-statd-notify.service": { "active_state": "active", "description": "Notify NFS peers of a restart", "load_state": "loaded", "name": "rpc-statd-notify.service", "sub_state": "exited" }, "rpc_pipefs.target": { "active_state": "active", "description": "rpc_pipefs.target", "load_state": "loaded", "name": "rpc_pipefs.target", "sub_state": "active" }, "rpcbind.service": { "active_state": "active", "description": "RPC Bind", "load_state": "loaded", "name": "rpcbind.service", "sub_state": "running" }, "rpcbind.socket": { "active_state": "active", "description": "RPCbind Server Activation Socket", "load_state": "loaded", "name": "rpcbind.socket", "sub_state": "running" }, "rpcbind.target": { "active_state": "active", "description": "RPC Port Mapper", "load_state": "loaded", "name": "rpcbind.target", "sub_state": "active" }, "rsyslog.service": { "active_state": "active", "description": "System Logging Service", "load_state": "loaded", "name": "rsyslog.service", "sub_state": "running" }, "run-user-0.mount": { "active_state": "active", "description": "/run/user/0", "load_state": "loaded", "name": "run-user-0.mount", "sub_state": "mounted" }, "session-3.scope": { "active_state": "active", "description": "Session 3 of user root", "load_state": "loaded", "name": "session-3.scope", "sub_state": "running" }, "session-5.scope": { "active_state": "active", "description": "Session 5 of user root", "load_state": "loaded", "name": "session-5.scope", "sub_state": "running" }, "slices.target": { "active_state": "active", "description": "Slices", "load_state": "loaded", "name": "slices.target", "sub_state": "active" }, "sockets.target": { "active_state": "active", "description": "Sockets", "load_state": "loaded", "name": "sockets.target", "sub_state": "active" }, "sshd-keygen.target": { "active_state": "active", "description": "sshd-keygen.target", "load_state": "loaded", "name": "sshd-keygen.target", "sub_state": "active" }, "sshd.service": { "active_state": "active", "description": "sshd.service", "load_state": "masked", "name": "sshd.service", "sub_state": "running" }, "sssd-kcm.socket": { "active_state": "active", "description": "SSSD Kerberos Cache Manager responder socket", "load_state": "loaded", "name": "sssd-kcm.socket", "sub_state": "listening" }, "swap.target": { "active_state": "active", "description": "Swap", "load_state": "loaded", "name": "swap.target", "sub_state": "active" }, "sys-devices-platform-serial8250-tty-ttyS1.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS1", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS1.device", "sub_state": "plugged" }, "sys-devices-platform-serial8250-tty-ttyS2.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS2", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS2.device", "sub_state": "plugged" }, "sys-devices-platform-serial8250-tty-ttyS3.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS3", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS3.device", "sub_state": "plugged" }, "sys-devices-pnp0-00:06-tty-ttyS0.device": { "active_state": "active", "description": "/sys/devices/pnp0/00:06/tty/ttyS0", "load_state": "loaded", "name": "sys-devices-pnp0-00:06-tty-ttyS0.device", "sub_state": "plugged" }, "sys-devices-vbd\\x2d768-block-xvda-xvda1.device": { "active_state": "active", "description": "/sys/devices/vbd-768/block/xvda/xvda1", "load_state": "loaded", "name": "sys-devices-vbd\\x2d768-block-xvda-xvda1.device", "sub_state": "plugged" }, "sys-devices-vbd\\x2d768-block-xvda.device": { "active_state": "active", "description": "/sys/devices/vbd-768/block/xvda", "load_state": "loaded", "name": "sys-devices-vbd\\x2d768-block-xvda.device", "sub_state": "plugged" }, "sys-devices-vif\\x2d0-net-eth0.device": { "active_state": "active", "description": "/sys/devices/vif-0/net/eth0", "load_state": "loaded", "name": "sys-devices-vif\\x2d0-net-eth0.device", "sub_state": "plugged" }, "sys-kernel-config.mount": { "active_state": "active", "description": "Kernel Configuration File System", "load_state": "loaded", "name": "sys-kernel-config.mount", "sub_state": "mounted" }, "sys-kernel-debug.mount": { "active_state": "active", "description": "Kernel Debug File System", "load_state": "loaded", "name": "sys-kernel-debug.mount", "sub_state": "mounted" }, "sys-kernel-tracing.mount": { "active_state": "active", "description": "/sys/kernel/tracing", "load_state": "loaded", "name": "sys-kernel-tracing.mount", "sub_state": "mounted" }, "sys-module-configfs.device": { "active_state": "active", "description": "/sys/module/configfs", "load_state": "loaded", "name": "sys-module-configfs.device", "sub_state": "plugged" }, "sys-subsystem-net-devices-eth0.device": { "active_state": "active", "description": "/sys/subsystem/net/devices/eth0", "load_state": "loaded", "name": "sys-subsystem-net-devices-eth0.device", "sub_state": "plugged" }, "sysinit.target": { "active_state": "active", "description": "System Initialization", "load_state": "loaded", "name": "sysinit.target", "sub_state": "active" }, "system-getty.slice": { "active_state": "active", "description": "system-getty.slice", "load_state": "loaded", "name": "system-getty.slice", "sub_state": "active" }, "system-sshd\\x2dkeygen.slice": { "active_state": "active", "description": "system-sshd\\x2dkeygen.slice", "load_state": "loaded", "name": "system-sshd\\x2dkeygen.slice", "sub_state": "active" }, "system.slice": { "active_state": "active", "description": "System Slice", "load_state": "loaded", "name": "system.slice", "sub_state": "active" }, "systemd-ask-password-plymouth.path": { "active_state": "active", "description": "Forward Password Requests to Plymouth Directory Watch", "load_state": "loaded", "name": "systemd-ask-password-plymouth.path", "sub_state": "waiting" }, "systemd-ask-password-wall.path": { "active_state": "active", "description": "Forward Password Requests to Wall Directory Watch", "load_state": "loaded", "name": "systemd-ask-password-wall.path", "sub_state": "waiting" }, "systemd-coredump.socket": { "active_state": "active", "description": "Process Core Dump Socket", "load_state": "loaded", "name": "systemd-coredump.socket", "sub_state": "listening" }, "systemd-initctl.socket": { "active_state": "active", "description": "initctl Compatibility Named Pipe", "load_state": "loaded", "name": "systemd-initctl.socket", "sub_state": "listening" }, "systemd-journal-flush.service": { "active_state": "active", "description": "Flush Journal to Persistent Storage", "load_state": "loaded", "name": "systemd-journal-flush.service", "sub_state": "exited" }, "systemd-journald-dev-log.socket": { "active_state": "active", "description": "Journal Socket (/dev/log)", "load_state": "loaded", "name": "systemd-journald-dev-log.socket", "sub_state": "running" }, "systemd-journald.service": { "active_state": "active", "description": "Journal Service", "load_state": "loaded", "name": "systemd-journald.service", "sub_state": "running" }, "systemd-journald.socket": { "active_state": "active", "description": "Journal Socket", "load_state": "loaded", "name": "systemd-journald.socket", "sub_state": "running" }, "systemd-logind.service": { "active_state": "active", "description": "Login Service", "load_state": "loaded", "name": "systemd-logind.service", "sub_state": "running" }, "systemd-machine-id-commit.service": { "active_state": "active", "description": "Commit a transient machine-id on disk", "load_state": "loaded", "name": "systemd-machine-id-commit.service", "sub_state": "exited" }, "systemd-random-seed.service": { "active_state": "active", "description": "Load/Save Random Seed", "load_state": "loaded", "name": "systemd-random-seed.service", "sub_state": "exited" }, "systemd-remount-fs.service": { "active_state": "active", "description": "Remount Root and Kernel File Systems", "load_state": "loaded", "name": "systemd-remount-fs.service", "sub_state": "exited" }, "systemd-sysctl.service": { "active_state": "active", "description": "Apply Kernel Variables", "load_state": "loaded", "name": "systemd-sysctl.service", "sub_state": "exited" }, "systemd-tmpfiles-clean.timer": { "active_state": "active", "description": "Daily Cleanup of Temporary Directories", "load_state": "loaded", "name": "systemd-tmpfiles-clean.timer", "sub_state": "waiting" }, "systemd-tmpfiles-setup-dev.service": { "active_state": "active", "description": "Create Static Device Nodes in /dev", "load_state": "loaded", "name": "systemd-tmpfiles-setup-dev.service", "sub_state": "exited" }, "systemd-tmpfiles-setup.service": { "active_state": "active", "description": "Create Volatile Files and Directories", "load_state": "loaded", "name": "systemd-tmpfiles-setup.service", "sub_state": "exited" }, "systemd-udev-trigger.service": { "active_state": "active", "description": "udev Coldplug all Devices", "load_state": "loaded", "name": "systemd-udev-trigger.service", "sub_state": "exited" }, "systemd-udevd-control.socket": { "active_state": "active", "description": "udev Control Socket", "load_state": "loaded", "name": "systemd-udevd-control.socket", "sub_state": "running" }, "systemd-udevd-kernel.socket": { "active_state": "active", "description": "udev Kernel Socket", "load_state": "loaded", "name": "systemd-udevd-kernel.socket", "sub_state": "running" }, "systemd-udevd.service": { "active_state": "active", "description": "udev Kernel Device Manager", "load_state": "loaded", "name": "systemd-udevd.service", "sub_state": "running" }, "systemd-update-utmp.service": { "active_state": "active", "description": "Update UTMP about System Boot/Shutdown", "load_state": "loaded", "name": "systemd-update-utmp.service", "sub_state": "exited" }, "systemd-user-sessions.service": { "active_state": "active", "description": "Permit User Sessions", "load_state": "loaded", "name": "systemd-user-sessions.service", "sub_state": "exited" }, "timers.target": { "active_state": "active", "description": "Timers", "load_state": "loaded", "name": "timers.target", "sub_state": "active" }, "tuned.service": { "active_state": "active", "description": "Dynamic System Tuning Daemon", "load_state": "loaded", "name": "tuned.service", "sub_state": "running" }, "unbound-anchor.timer": { "active_state": "active", "description": "daily update of the root trust anchor for DNSSEC", "load_state": "loaded", "name": "unbound-anchor.timer", "sub_state": "waiting" }, "user-0.slice": { "active_state": "active", "description": "User Slice of UID 0", "load_state": "loaded", "name": "user-0.slice", "sub_state": "active" }, "user-runtime-dir@0.service": { "active_state": "active", "description": "User runtime directory /run/user/0", "load_state": "loaded", "name": "user-runtime-dir@0.service", "sub_state": "exited" }, "user.slice": { "active_state": "active", "description": "User and Session Slice", "load_state": "loaded", "name": "user.slice", "sub_state": "active" }, "user@0.service": { "active_state": "active", "description": "User Manager for UID 0", "load_state": "loaded", "name": "user@0.service", "sub_state": "running" }, "var-lib-nfs-rpc_pipefs.mount": { "active_state": "active", "description": "RPC Pipe File System", "load_state": "loaded", "name": "var-lib-nfs-rpc_pipefs.mount", "sub_state": "mounted" } } } }, "changed": false } TASK [fedora.linux_system_roles.systemd : DebugAfter] ************************** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:158 Monday 11 November 2024 18:52:35 -0500 (0:00:00.531) 0:01:20.220 ******* ok: [managed-node1] => {} MSG: facts { "root": { "-.mount": { "active_state": "active", "description": "Root Mount", "load_state": "loaded", "name": "-.mount", "sub_state": "mounted" }, "-.slice": { "active_state": "active", "description": "Root Slice", "load_state": "loaded", "name": "-.slice", "sub_state": "active" }, "NetworkManager-wait-online.service": { "active_state": "active", "description": "Network Manager Wait Online", "load_state": "loaded", "name": "NetworkManager-wait-online.service", "sub_state": "exited" }, "NetworkManager.service": { "active_state": "active", "description": "Network Manager", "load_state": "loaded", "name": "NetworkManager.service", "sub_state": "running" }, "auditd.service": { "active_state": "active", "description": "Security Auditing Service", "load_state": "loaded", "name": "auditd.service", "sub_state": "running" }, "basic.target": { "active_state": "active", "description": "Basic System", "load_state": "loaded", "name": "basic.target", "sub_state": "active" }, "chronyd.service": { "active_state": "active", "description": "NTP client/server", "load_state": "loaded", "name": "chronyd.service", "sub_state": "running" }, "cloud-config.service": { "active_state": "active", "description": "Apply the settings specified in cloud-config", "load_state": "loaded", "name": "cloud-config.service", "sub_state": "exited" }, "cloud-config.target": { "active_state": "active", "description": "Cloud-config availability", "load_state": "loaded", "name": "cloud-config.target", "sub_state": "active" }, "cloud-final.service": { "active_state": "active", "description": "Execute cloud user/final scripts", "load_state": "loaded", "name": "cloud-final.service", "sub_state": "exited" }, "cloud-init-local.service": { "active_state": "active", "description": "Initial cloud-init job (pre-networking)", "load_state": "loaded", "name": "cloud-init-local.service", "sub_state": "exited" }, "cloud-init.service": { "active_state": "active", "description": "Initial cloud-init job (metadata service crawler)", "load_state": "loaded", "name": "cloud-init.service", "sub_state": "exited" }, "cloud-init.target": { "active_state": "active", "description": "Cloud-init target", "load_state": "loaded", "name": "cloud-init.target", "sub_state": "active" }, "crond.service": { "active_state": "active", "description": "Command Scheduler", "load_state": "loaded", "name": "crond.service", "sub_state": "running" }, "cryptsetup.target": { "active_state": "active", "description": "Local Encrypted Volumes", "load_state": "loaded", "name": "cryptsetup.target", "sub_state": "active" }, "dbus.service": { "active_state": "active", "description": "D-Bus System Message Bus", "load_state": "loaded", "name": "dbus.service", "sub_state": "running" }, "dbus.socket": { "active_state": "active", "description": "D-Bus System Message Bus Socket", "load_state": "loaded", "name": "dbus.socket", "sub_state": "running" }, "dev-hugepages.mount": { "active_state": "active", "description": "Huge Pages File System", "load_state": "loaded", "name": "dev-hugepages.mount", "sub_state": "mounted" }, "dev-mqueue.mount": { "active_state": "active", "description": "POSIX Message Queue File System", "load_state": "loaded", "name": "dev-mqueue.mount", "sub_state": "mounted" }, "dnf-makecache.timer": { "active_state": "active", "description": "dnf makecache --timer", "load_state": "loaded", "name": "dnf-makecache.timer", "sub_state": "waiting" }, "dracut-shutdown.service": { "active_state": "active", "description": "Restore /run/initramfs on shutdown", "load_state": "loaded", "name": "dracut-shutdown.service", "sub_state": "exited" }, "foo.service": { "active_state": "active", "description": "foo.service", "load_state": "loaded", "name": "foo.service", "sub_state": "running" }, "getty.target": { "active_state": "active", "description": "Login Prompts", "load_state": "loaded", "name": "getty.target", "sub_state": "active" }, "getty@tty1.service": { "active_state": "active", "description": "Getty on tty1", "load_state": "loaded", "name": "getty@tty1.service", "sub_state": "running" }, "gssproxy.service": { "active_state": "active", "description": "GSSAPI Proxy Daemon", "load_state": "loaded", "name": "gssproxy.service", "sub_state": "running" }, "import-state.service": { "active_state": "active", "description": "Import network configuration from initramfs", "load_state": "loaded", "name": "import-state.service", "sub_state": "exited" }, "init.scope": { "active_state": "active", "description": "System and Service Manager", "load_state": "loaded", "name": "init.scope", "sub_state": "running" }, "irqbalance.service": { "active_state": "active", "description": "irqbalance daemon", "load_state": "loaded", "name": "irqbalance.service", "sub_state": "running" }, "kdump.service": { "active_state": "active", "description": "Crash recovery kernel arming", "load_state": "loaded", "name": "kdump.service", "sub_state": "exited" }, "kmod-static-nodes.service": { "active_state": "active", "description": "Create list of required static device nodes for the current kernel", "load_state": "loaded", "name": "kmod-static-nodes.service", "sub_state": "exited" }, "local-fs-pre.target": { "active_state": "active", "description": "Local File Systems (Pre)", "load_state": "loaded", "name": "local-fs-pre.target", "sub_state": "active" }, "local-fs.target": { "active_state": "active", "description": "Local File Systems", "load_state": "loaded", "name": "local-fs.target", "sub_state": "active" }, "multi-user.target": { "active_state": "active", "description": "Multi-User System", "load_state": "loaded", "name": "multi-user.target", "sub_state": "active" }, "network-online.target": { "active_state": "active", "description": "Network is Online", "load_state": "loaded", "name": "network-online.target", "sub_state": "active" }, "network-pre.target": { "active_state": "active", "description": "Network (Pre)", "load_state": "loaded", "name": "network-pre.target", "sub_state": "active" }, "network.target": { "active_state": "active", "description": "Network", "load_state": "loaded", "name": "network.target", "sub_state": "active" }, "nfs-client.target": { "active_state": "active", "description": "NFS client services", "load_state": "loaded", "name": "nfs-client.target", "sub_state": "active" }, "nis-domainname.service": { "active_state": "active", "description": "Read and set NIS domainname from /etc/sysconfig/network", "load_state": "loaded", "name": "nis-domainname.service", "sub_state": "exited" }, "nss-user-lookup.target": { "active_state": "active", "description": "User and Group Name Lookups", "load_state": "loaded", "name": "nss-user-lookup.target", "sub_state": "active" }, "paths.target": { "active_state": "active", "description": "Paths", "load_state": "loaded", "name": "paths.target", "sub_state": "active" }, "plymouth-quit-wait.service": { "active_state": "active", "description": "Hold until boot process finishes up", "load_state": "loaded", "name": "plymouth-quit-wait.service", "sub_state": "exited" }, "plymouth-quit.service": { "active_state": "active", "description": "Terminate Plymouth Boot Screen", "load_state": "loaded", "name": "plymouth-quit.service", "sub_state": "exited" }, "plymouth-read-write.service": { "active_state": "active", "description": "Tell Plymouth To Write Out Runtime Data", "load_state": "loaded", "name": "plymouth-read-write.service", "sub_state": "exited" }, "plymouth-start.service": { "active_state": "active", "description": "Show Plymouth Boot Screen", "load_state": "loaded", "name": "plymouth-start.service", "sub_state": "exited" }, "polkit.service": { "active_state": "active", "description": "Authorization Manager", "load_state": "loaded", "name": "polkit.service", "sub_state": "running" }, "proc-sys-fs-binfmt_misc.automount": { "active_state": "active", "description": "Arbitrary Executable File Formats File System Automount Point", "load_state": "loaded", "name": "proc-sys-fs-binfmt_misc.automount", "sub_state": "waiting" }, "remote-fs-pre.target": { "active_state": "active", "description": "Remote File Systems (Pre)", "load_state": "loaded", "name": "remote-fs-pre.target", "sub_state": "active" }, "remote-fs.target": { "active_state": "active", "description": "Remote File Systems", "load_state": "loaded", "name": "remote-fs.target", "sub_state": "active" }, "restraintd.service": { "active_state": "active", "description": "The restraint harness.", "load_state": "loaded", "name": "restraintd.service", "sub_state": "running" }, "rngd.service": { "active_state": "active", "description": "Hardware RNG Entropy Gatherer Daemon", "load_state": "loaded", "name": "rngd.service", "sub_state": "running" }, "rpc-statd-notify.service": { "active_state": "active", "description": "Notify NFS peers of a restart", "load_state": "loaded", "name": "rpc-statd-notify.service", "sub_state": "exited" }, "rpc_pipefs.target": { "active_state": "active", "description": "rpc_pipefs.target", "load_state": "loaded", "name": "rpc_pipefs.target", "sub_state": "active" }, "rpcbind.service": { "active_state": "active", "description": "RPC Bind", "load_state": "loaded", "name": "rpcbind.service", "sub_state": "running" }, "rpcbind.socket": { "active_state": "active", "description": "RPCbind Server Activation Socket", "load_state": "loaded", "name": "rpcbind.socket", "sub_state": "running" }, "rpcbind.target": { "active_state": "active", "description": "RPC Port Mapper", "load_state": "loaded", "name": "rpcbind.target", "sub_state": "active" }, "rsyslog.service": { "active_state": "active", "description": "System Logging Service", "load_state": "loaded", "name": "rsyslog.service", "sub_state": "running" }, "run-user-0.mount": { "active_state": "active", "description": "/run/user/0", "load_state": "loaded", "name": "run-user-0.mount", "sub_state": "mounted" }, "session-3.scope": { "active_state": "active", "description": "Session 3 of user root", "load_state": "loaded", "name": "session-3.scope", "sub_state": "running" }, "session-5.scope": { "active_state": "active", "description": "Session 5 of user root", "load_state": "loaded", "name": "session-5.scope", "sub_state": "running" }, "slices.target": { "active_state": "active", "description": "Slices", "load_state": "loaded", "name": "slices.target", "sub_state": "active" }, "sockets.target": { "active_state": "active", "description": "Sockets", "load_state": "loaded", "name": "sockets.target", "sub_state": "active" }, "sshd-keygen.target": { "active_state": "active", "description": "sshd-keygen.target", "load_state": "loaded", "name": "sshd-keygen.target", "sub_state": "active" }, "sshd.service": { "active_state": "active", "description": "sshd.service", "load_state": "masked", "name": "sshd.service", "sub_state": "running" }, "sssd-kcm.socket": { "active_state": "active", "description": "SSSD Kerberos Cache Manager responder socket", "load_state": "loaded", "name": "sssd-kcm.socket", "sub_state": "listening" }, "swap.target": { "active_state": "active", "description": "Swap", "load_state": "loaded", "name": "swap.target", "sub_state": "active" }, "sys-devices-platform-serial8250-tty-ttyS1.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS1", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS1.device", "sub_state": "plugged" }, "sys-devices-platform-serial8250-tty-ttyS2.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS2", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS2.device", "sub_state": "plugged" }, "sys-devices-platform-serial8250-tty-ttyS3.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS3", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS3.device", "sub_state": "plugged" }, "sys-devices-pnp0-00:06-tty-ttyS0.device": { "active_state": "active", "description": "/sys/devices/pnp0/00:06/tty/ttyS0", "load_state": "loaded", "name": "sys-devices-pnp0-00:06-tty-ttyS0.device", "sub_state": "plugged" }, "sys-devices-vbd\\x2d768-block-xvda-xvda1.device": { "active_state": "active", "description": "/sys/devices/vbd-768/block/xvda/xvda1", "load_state": "loaded", "name": "sys-devices-vbd\\x2d768-block-xvda-xvda1.device", "sub_state": "plugged" }, "sys-devices-vbd\\x2d768-block-xvda.device": { "active_state": "active", "description": "/sys/devices/vbd-768/block/xvda", "load_state": "loaded", "name": "sys-devices-vbd\\x2d768-block-xvda.device", "sub_state": "plugged" }, "sys-devices-vif\\x2d0-net-eth0.device": { "active_state": "active", "description": "/sys/devices/vif-0/net/eth0", "load_state": "loaded", "name": "sys-devices-vif\\x2d0-net-eth0.device", "sub_state": "plugged" }, "sys-kernel-config.mount": { "active_state": "active", "description": "Kernel Configuration File System", "load_state": "loaded", "name": "sys-kernel-config.mount", "sub_state": "mounted" }, "sys-kernel-debug.mount": { "active_state": "active", "description": "Kernel Debug File System", "load_state": "loaded", "name": "sys-kernel-debug.mount", "sub_state": "mounted" }, "sys-kernel-tracing.mount": { "active_state": "active", "description": "/sys/kernel/tracing", "load_state": "loaded", "name": "sys-kernel-tracing.mount", "sub_state": "mounted" }, "sys-module-configfs.device": { "active_state": "active", "description": "/sys/module/configfs", "load_state": "loaded", "name": "sys-module-configfs.device", "sub_state": "plugged" }, "sys-subsystem-net-devices-eth0.device": { "active_state": "active", "description": "/sys/subsystem/net/devices/eth0", "load_state": "loaded", "name": "sys-subsystem-net-devices-eth0.device", "sub_state": "plugged" }, "sysinit.target": { "active_state": "active", "description": "System Initialization", "load_state": "loaded", "name": "sysinit.target", "sub_state": "active" }, "system-getty.slice": { "active_state": "active", "description": "system-getty.slice", "load_state": "loaded", "name": "system-getty.slice", "sub_state": "active" }, "system-sshd\\x2dkeygen.slice": { "active_state": "active", "description": "system-sshd\\x2dkeygen.slice", "load_state": "loaded", "name": "system-sshd\\x2dkeygen.slice", "sub_state": "active" }, "system.slice": { "active_state": "active", "description": "System Slice", "load_state": "loaded", "name": "system.slice", "sub_state": "active" }, "systemd-ask-password-plymouth.path": { "active_state": "active", "description": "Forward Password Requests to Plymouth Directory Watch", "load_state": "loaded", "name": "systemd-ask-password-plymouth.path", "sub_state": "waiting" }, "systemd-ask-password-wall.path": { "active_state": "active", "description": "Forward Password Requests to Wall Directory Watch", "load_state": "loaded", "name": "systemd-ask-password-wall.path", "sub_state": "waiting" }, "systemd-coredump.socket": { "active_state": "active", "description": "Process Core Dump Socket", "load_state": "loaded", "name": "systemd-coredump.socket", "sub_state": "listening" }, "systemd-initctl.socket": { "active_state": "active", "description": "initctl Compatibility Named Pipe", "load_state": "loaded", "name": "systemd-initctl.socket", "sub_state": "listening" }, "systemd-journal-flush.service": { "active_state": "active", "description": "Flush Journal to Persistent Storage", "load_state": "loaded", "name": "systemd-journal-flush.service", "sub_state": "exited" }, "systemd-journald-dev-log.socket": { "active_state": "active", "description": "Journal Socket (/dev/log)", "load_state": "loaded", "name": "systemd-journald-dev-log.socket", "sub_state": "running" }, "systemd-journald.service": { "active_state": "active", "description": "Journal Service", "load_state": "loaded", "name": "systemd-journald.service", "sub_state": "running" }, "systemd-journald.socket": { "active_state": "active", "description": "Journal Socket", "load_state": "loaded", "name": "systemd-journald.socket", "sub_state": "running" }, "systemd-logind.service": { "active_state": "active", "description": "Login Service", "load_state": "loaded", "name": "systemd-logind.service", "sub_state": "running" }, "systemd-machine-id-commit.service": { "active_state": "active", "description": "Commit a transient machine-id on disk", "load_state": "loaded", "name": "systemd-machine-id-commit.service", "sub_state": "exited" }, "systemd-random-seed.service": { "active_state": "active", "description": "Load/Save Random Seed", "load_state": "loaded", "name": "systemd-random-seed.service", "sub_state": "exited" }, "systemd-remount-fs.service": { "active_state": "active", "description": "Remount Root and Kernel File Systems", "load_state": "loaded", "name": "systemd-remount-fs.service", "sub_state": "exited" }, "systemd-sysctl.service": { "active_state": "active", "description": "Apply Kernel Variables", "load_state": "loaded", "name": "systemd-sysctl.service", "sub_state": "exited" }, "systemd-tmpfiles-clean.timer": { "active_state": "active", "description": "Daily Cleanup of Temporary Directories", "load_state": "loaded", "name": "systemd-tmpfiles-clean.timer", "sub_state": "waiting" }, "systemd-tmpfiles-setup-dev.service": { "active_state": "active", "description": "Create Static Device Nodes in /dev", "load_state": "loaded", "name": "systemd-tmpfiles-setup-dev.service", "sub_state": "exited" }, "systemd-tmpfiles-setup.service": { "active_state": "active", "description": "Create Volatile Files and Directories", "load_state": "loaded", "name": "systemd-tmpfiles-setup.service", "sub_state": "exited" }, "systemd-udev-trigger.service": { "active_state": "active", "description": "udev Coldplug all Devices", "load_state": "loaded", "name": "systemd-udev-trigger.service", "sub_state": "exited" }, "systemd-udevd-control.socket": { "active_state": "active", "description": "udev Control Socket", "load_state": "loaded", "name": "systemd-udevd-control.socket", "sub_state": "running" }, "systemd-udevd-kernel.socket": { "active_state": "active", "description": "udev Kernel Socket", "load_state": "loaded", "name": "systemd-udevd-kernel.socket", "sub_state": "running" }, "systemd-udevd.service": { "active_state": "active", "description": "udev Kernel Device Manager", "load_state": "loaded", "name": "systemd-udevd.service", "sub_state": "running" }, "systemd-update-utmp.service": { "active_state": "active", "description": "Update UTMP about System Boot/Shutdown", "load_state": "loaded", "name": "systemd-update-utmp.service", "sub_state": "exited" }, "systemd-user-sessions.service": { "active_state": "active", "description": "Permit User Sessions", "load_state": "loaded", "name": "systemd-user-sessions.service", "sub_state": "exited" }, "timers.target": { "active_state": "active", "description": "Timers", "load_state": "loaded", "name": "timers.target", "sub_state": "active" }, "tuned.service": { "active_state": "active", "description": "Dynamic System Tuning Daemon", "load_state": "loaded", "name": "tuned.service", "sub_state": "running" }, "unbound-anchor.timer": { "active_state": "active", "description": "daily update of the root trust anchor for DNSSEC", "load_state": "loaded", "name": "unbound-anchor.timer", "sub_state": "waiting" }, "user-0.slice": { "active_state": "active", "description": "User Slice of UID 0", "load_state": "loaded", "name": "user-0.slice", "sub_state": "active" }, "user-runtime-dir@0.service": { "active_state": "active", "description": "User runtime directory /run/user/0", "load_state": "loaded", "name": "user-runtime-dir@0.service", "sub_state": "exited" }, "user.slice": { "active_state": "active", "description": "User and Session Slice", "load_state": "loaded", "name": "user.slice", "sub_state": "active" }, "user@0.service": { "active_state": "active", "description": "User Manager for UID 0", "load_state": "loaded", "name": "user@0.service", "sub_state": "running" }, "var-lib-nfs-rpc_pipefs.mount": { "active_state": "active", "description": "RPC Pipe File System", "load_state": "loaded", "name": "var-lib-nfs-rpc_pipefs.mount", "sub_state": "mounted" } } } TASK [fedora.linux_system_roles.systemd : Set legacy systemd_units output variable] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:162 Monday 11 November 2024 18:52:35 -0500 (0:00:00.044) 0:01:20.264 ******* ok: [managed-node1] => { "ansible_facts": { "systemd_units": { "-.mount": { "active_state": "active", "description": "Root Mount", "load_state": "loaded", "name": "-.mount", "sub_state": "mounted" }, "-.slice": { "active_state": "active", "description": "Root Slice", "load_state": "loaded", "name": "-.slice", "sub_state": "active" }, "NetworkManager-wait-online.service": { "active_state": "active", "description": "Network Manager Wait Online", "load_state": "loaded", "name": "NetworkManager-wait-online.service", "sub_state": "exited" }, "NetworkManager.service": { "active_state": "active", "description": "Network Manager", "load_state": "loaded", "name": "NetworkManager.service", "sub_state": "running" }, "auditd.service": { "active_state": "active", "description": "Security Auditing Service", "load_state": "loaded", "name": "auditd.service", "sub_state": "running" }, "basic.target": { "active_state": "active", "description": "Basic System", "load_state": "loaded", "name": "basic.target", "sub_state": "active" }, "chronyd.service": { "active_state": "active", "description": "NTP client/server", "load_state": "loaded", "name": "chronyd.service", "sub_state": "running" }, "cloud-config.service": { "active_state": "active", "description": "Apply the settings specified in cloud-config", "load_state": "loaded", "name": "cloud-config.service", "sub_state": "exited" }, "cloud-config.target": { "active_state": "active", "description": "Cloud-config availability", "load_state": "loaded", "name": "cloud-config.target", "sub_state": "active" }, "cloud-final.service": { "active_state": "active", "description": "Execute cloud user/final scripts", "load_state": "loaded", "name": "cloud-final.service", "sub_state": "exited" }, "cloud-init-local.service": { "active_state": "active", "description": "Initial cloud-init job (pre-networking)", "load_state": "loaded", "name": "cloud-init-local.service", "sub_state": "exited" }, "cloud-init.service": { "active_state": "active", "description": "Initial cloud-init job (metadata service crawler)", "load_state": "loaded", "name": "cloud-init.service", "sub_state": "exited" }, "cloud-init.target": { "active_state": "active", "description": "Cloud-init target", "load_state": "loaded", "name": "cloud-init.target", "sub_state": "active" }, "crond.service": { "active_state": "active", "description": "Command Scheduler", "load_state": "loaded", "name": "crond.service", "sub_state": "running" }, "cryptsetup.target": { "active_state": "active", "description": "Local Encrypted Volumes", "load_state": "loaded", "name": "cryptsetup.target", "sub_state": "active" }, "dbus.service": { "active_state": "active", "description": "D-Bus System Message Bus", "load_state": "loaded", "name": "dbus.service", "sub_state": "running" }, "dbus.socket": { "active_state": "active", "description": "D-Bus System Message Bus Socket", "load_state": "loaded", "name": "dbus.socket", "sub_state": "running" }, "dev-hugepages.mount": { "active_state": "active", "description": "Huge Pages File System", "load_state": "loaded", "name": "dev-hugepages.mount", "sub_state": "mounted" }, "dev-mqueue.mount": { "active_state": "active", "description": "POSIX Message Queue File System", "load_state": "loaded", "name": "dev-mqueue.mount", "sub_state": "mounted" }, "dnf-makecache.timer": { "active_state": "active", "description": "dnf makecache --timer", "load_state": "loaded", "name": "dnf-makecache.timer", "sub_state": "waiting" }, "dracut-shutdown.service": { "active_state": "active", "description": "Restore /run/initramfs on shutdown", "load_state": "loaded", "name": "dracut-shutdown.service", "sub_state": "exited" }, "foo.service": { "active_state": "active", "description": "foo.service", "load_state": "loaded", "name": "foo.service", "sub_state": "running" }, "getty.target": { "active_state": "active", "description": "Login Prompts", "load_state": "loaded", "name": "getty.target", "sub_state": "active" }, "getty@tty1.service": { "active_state": "active", "description": "Getty on tty1", "load_state": "loaded", "name": "getty@tty1.service", "sub_state": "running" }, "gssproxy.service": { "active_state": "active", "description": "GSSAPI Proxy Daemon", "load_state": "loaded", "name": "gssproxy.service", "sub_state": "running" }, "import-state.service": { "active_state": "active", "description": "Import network configuration from initramfs", "load_state": "loaded", "name": "import-state.service", "sub_state": "exited" }, "init.scope": { "active_state": "active", "description": "System and Service Manager", "load_state": "loaded", "name": "init.scope", "sub_state": "running" }, "irqbalance.service": { "active_state": "active", "description": "irqbalance daemon", "load_state": "loaded", "name": "irqbalance.service", "sub_state": "running" }, "kdump.service": { "active_state": "active", "description": "Crash recovery kernel arming", "load_state": "loaded", "name": "kdump.service", "sub_state": "exited" }, "kmod-static-nodes.service": { "active_state": "active", "description": "Create list of required static device nodes for the current kernel", "load_state": "loaded", "name": "kmod-static-nodes.service", "sub_state": "exited" }, "local-fs-pre.target": { "active_state": "active", "description": "Local File Systems (Pre)", "load_state": "loaded", "name": "local-fs-pre.target", "sub_state": "active" }, "local-fs.target": { "active_state": "active", "description": "Local File Systems", "load_state": "loaded", "name": "local-fs.target", "sub_state": "active" }, "multi-user.target": { "active_state": "active", "description": "Multi-User System", "load_state": "loaded", "name": "multi-user.target", "sub_state": "active" }, "network-online.target": { "active_state": "active", "description": "Network is Online", "load_state": "loaded", "name": "network-online.target", "sub_state": "active" }, "network-pre.target": { "active_state": "active", "description": "Network (Pre)", "load_state": "loaded", "name": "network-pre.target", "sub_state": "active" }, "network.target": { "active_state": "active", "description": "Network", "load_state": "loaded", "name": "network.target", "sub_state": "active" }, "nfs-client.target": { "active_state": "active", "description": "NFS client services", "load_state": "loaded", "name": "nfs-client.target", "sub_state": "active" }, "nis-domainname.service": { "active_state": "active", "description": "Read and set NIS domainname from /etc/sysconfig/network", "load_state": "loaded", "name": "nis-domainname.service", "sub_state": "exited" }, "nss-user-lookup.target": { "active_state": "active", "description": "User and Group Name Lookups", "load_state": "loaded", "name": "nss-user-lookup.target", "sub_state": "active" }, "paths.target": { "active_state": "active", "description": "Paths", "load_state": "loaded", "name": "paths.target", "sub_state": "active" }, "plymouth-quit-wait.service": { "active_state": "active", "description": "Hold until boot process finishes up", "load_state": "loaded", "name": "plymouth-quit-wait.service", "sub_state": "exited" }, "plymouth-quit.service": { "active_state": "active", "description": "Terminate Plymouth Boot Screen", "load_state": "loaded", "name": "plymouth-quit.service", "sub_state": "exited" }, "plymouth-read-write.service": { "active_state": "active", "description": "Tell Plymouth To Write Out Runtime Data", "load_state": "loaded", "name": "plymouth-read-write.service", "sub_state": "exited" }, "plymouth-start.service": { "active_state": "active", "description": "Show Plymouth Boot Screen", "load_state": "loaded", "name": "plymouth-start.service", "sub_state": "exited" }, "polkit.service": { "active_state": "active", "description": "Authorization Manager", "load_state": "loaded", "name": "polkit.service", "sub_state": "running" }, "proc-sys-fs-binfmt_misc.automount": { "active_state": "active", "description": "Arbitrary Executable File Formats File System Automount Point", "load_state": "loaded", "name": "proc-sys-fs-binfmt_misc.automount", "sub_state": "waiting" }, "remote-fs-pre.target": { "active_state": "active", "description": "Remote File Systems (Pre)", "load_state": "loaded", "name": "remote-fs-pre.target", "sub_state": "active" }, "remote-fs.target": { "active_state": "active", "description": "Remote File Systems", "load_state": "loaded", "name": "remote-fs.target", "sub_state": "active" }, "restraintd.service": { "active_state": "active", "description": "The restraint harness.", "load_state": "loaded", "name": "restraintd.service", "sub_state": "running" }, "rngd.service": { "active_state": "active", "description": "Hardware RNG Entropy Gatherer Daemon", "load_state": "loaded", "name": "rngd.service", "sub_state": "running" }, "rpc-statd-notify.service": { "active_state": "active", "description": "Notify NFS peers of a restart", "load_state": "loaded", "name": "rpc-statd-notify.service", "sub_state": "exited" }, "rpc_pipefs.target": { "active_state": "active", "description": "rpc_pipefs.target", "load_state": "loaded", "name": "rpc_pipefs.target", "sub_state": "active" }, "rpcbind.service": { "active_state": "active", "description": "RPC Bind", "load_state": "loaded", "name": "rpcbind.service", "sub_state": "running" }, "rpcbind.socket": { "active_state": "active", "description": "RPCbind Server Activation Socket", "load_state": "loaded", "name": "rpcbind.socket", "sub_state": "running" }, "rpcbind.target": { "active_state": "active", "description": "RPC Port Mapper", "load_state": "loaded", "name": "rpcbind.target", "sub_state": "active" }, "rsyslog.service": { "active_state": "active", "description": "System Logging Service", "load_state": "loaded", "name": "rsyslog.service", "sub_state": "running" }, "run-user-0.mount": { "active_state": "active", "description": "/run/user/0", "load_state": "loaded", "name": "run-user-0.mount", "sub_state": "mounted" }, "session-3.scope": { "active_state": "active", "description": "Session 3 of user root", "load_state": "loaded", "name": "session-3.scope", "sub_state": "running" }, "session-5.scope": { "active_state": "active", "description": "Session 5 of user root", "load_state": "loaded", "name": "session-5.scope", "sub_state": "running" }, "slices.target": { "active_state": "active", "description": "Slices", "load_state": "loaded", "name": "slices.target", "sub_state": "active" }, "sockets.target": { "active_state": "active", "description": "Sockets", "load_state": "loaded", "name": "sockets.target", "sub_state": "active" }, "sshd-keygen.target": { "active_state": "active", "description": "sshd-keygen.target", "load_state": "loaded", "name": "sshd-keygen.target", "sub_state": "active" }, "sshd.service": { "active_state": "active", "description": "sshd.service", "load_state": "masked", "name": "sshd.service", "sub_state": "running" }, "sssd-kcm.socket": { "active_state": "active", "description": "SSSD Kerberos Cache Manager responder socket", "load_state": "loaded", "name": "sssd-kcm.socket", "sub_state": "listening" }, "swap.target": { "active_state": "active", "description": "Swap", "load_state": "loaded", "name": "swap.target", "sub_state": "active" }, "sys-devices-platform-serial8250-tty-ttyS1.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS1", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS1.device", "sub_state": "plugged" }, "sys-devices-platform-serial8250-tty-ttyS2.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS2", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS2.device", "sub_state": "plugged" }, "sys-devices-platform-serial8250-tty-ttyS3.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS3", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS3.device", "sub_state": "plugged" }, "sys-devices-pnp0-00:06-tty-ttyS0.device": { "active_state": "active", "description": "/sys/devices/pnp0/00:06/tty/ttyS0", "load_state": "loaded", "name": "sys-devices-pnp0-00:06-tty-ttyS0.device", "sub_state": "plugged" }, "sys-devices-vbd\\x2d768-block-xvda-xvda1.device": { "active_state": "active", "description": "/sys/devices/vbd-768/block/xvda/xvda1", "load_state": "loaded", "name": "sys-devices-vbd\\x2d768-block-xvda-xvda1.device", "sub_state": "plugged" }, "sys-devices-vbd\\x2d768-block-xvda.device": { "active_state": "active", "description": "/sys/devices/vbd-768/block/xvda", "load_state": "loaded", "name": "sys-devices-vbd\\x2d768-block-xvda.device", "sub_state": "plugged" }, "sys-devices-vif\\x2d0-net-eth0.device": { "active_state": "active", "description": "/sys/devices/vif-0/net/eth0", "load_state": "loaded", "name": "sys-devices-vif\\x2d0-net-eth0.device", "sub_state": "plugged" }, "sys-kernel-config.mount": { "active_state": "active", "description": "Kernel Configuration File System", "load_state": "loaded", "name": "sys-kernel-config.mount", "sub_state": "mounted" }, "sys-kernel-debug.mount": { "active_state": "active", "description": "Kernel Debug File System", "load_state": "loaded", "name": "sys-kernel-debug.mount", "sub_state": "mounted" }, "sys-kernel-tracing.mount": { "active_state": "active", "description": "/sys/kernel/tracing", "load_state": "loaded", "name": "sys-kernel-tracing.mount", "sub_state": "mounted" }, "sys-module-configfs.device": { "active_state": "active", "description": "/sys/module/configfs", "load_state": "loaded", "name": "sys-module-configfs.device", "sub_state": "plugged" }, "sys-subsystem-net-devices-eth0.device": { "active_state": "active", "description": "/sys/subsystem/net/devices/eth0", "load_state": "loaded", "name": "sys-subsystem-net-devices-eth0.device", "sub_state": "plugged" }, "sysinit.target": { "active_state": "active", "description": "System Initialization", "load_state": "loaded", "name": "sysinit.target", "sub_state": "active" }, "system-getty.slice": { "active_state": "active", "description": "system-getty.slice", "load_state": "loaded", "name": "system-getty.slice", "sub_state": "active" }, "system-sshd\\x2dkeygen.slice": { "active_state": "active", "description": "system-sshd\\x2dkeygen.slice", "load_state": "loaded", "name": "system-sshd\\x2dkeygen.slice", "sub_state": "active" }, "system.slice": { "active_state": "active", "description": "System Slice", "load_state": "loaded", "name": "system.slice", "sub_state": "active" }, "systemd-ask-password-plymouth.path": { "active_state": "active", "description": "Forward Password Requests to Plymouth Directory Watch", "load_state": "loaded", "name": "systemd-ask-password-plymouth.path", "sub_state": "waiting" }, "systemd-ask-password-wall.path": { "active_state": "active", "description": "Forward Password Requests to Wall Directory Watch", "load_state": "loaded", "name": "systemd-ask-password-wall.path", "sub_state": "waiting" }, "systemd-coredump.socket": { "active_state": "active", "description": "Process Core Dump Socket", "load_state": "loaded", "name": "systemd-coredump.socket", "sub_state": "listening" }, "systemd-initctl.socket": { "active_state": "active", "description": "initctl Compatibility Named Pipe", "load_state": "loaded", "name": "systemd-initctl.socket", "sub_state": "listening" }, "systemd-journal-flush.service": { "active_state": "active", "description": "Flush Journal to Persistent Storage", "load_state": "loaded", "name": "systemd-journal-flush.service", "sub_state": "exited" }, "systemd-journald-dev-log.socket": { "active_state": "active", "description": "Journal Socket (/dev/log)", "load_state": "loaded", "name": "systemd-journald-dev-log.socket", "sub_state": "running" }, "systemd-journald.service": { "active_state": "active", "description": "Journal Service", "load_state": "loaded", "name": "systemd-journald.service", "sub_state": "running" }, "systemd-journald.socket": { "active_state": "active", "description": "Journal Socket", "load_state": "loaded", "name": "systemd-journald.socket", "sub_state": "running" }, "systemd-logind.service": { "active_state": "active", "description": "Login Service", "load_state": "loaded", "name": "systemd-logind.service", "sub_state": "running" }, "systemd-machine-id-commit.service": { "active_state": "active", "description": "Commit a transient machine-id on disk", "load_state": "loaded", "name": "systemd-machine-id-commit.service", "sub_state": "exited" }, "systemd-random-seed.service": { "active_state": "active", "description": "Load/Save Random Seed", "load_state": "loaded", "name": "systemd-random-seed.service", "sub_state": "exited" }, "systemd-remount-fs.service": { "active_state": "active", "description": "Remount Root and Kernel File Systems", "load_state": "loaded", "name": "systemd-remount-fs.service", "sub_state": "exited" }, "systemd-sysctl.service": { "active_state": "active", "description": "Apply Kernel Variables", "load_state": "loaded", "name": "systemd-sysctl.service", "sub_state": "exited" }, "systemd-tmpfiles-clean.timer": { "active_state": "active", "description": "Daily Cleanup of Temporary Directories", "load_state": "loaded", "name": "systemd-tmpfiles-clean.timer", "sub_state": "waiting" }, "systemd-tmpfiles-setup-dev.service": { "active_state": "active", "description": "Create Static Device Nodes in /dev", "load_state": "loaded", "name": "systemd-tmpfiles-setup-dev.service", "sub_state": "exited" }, "systemd-tmpfiles-setup.service": { "active_state": "active", "description": "Create Volatile Files and Directories", "load_state": "loaded", "name": "systemd-tmpfiles-setup.service", "sub_state": "exited" }, "systemd-udev-trigger.service": { "active_state": "active", "description": "udev Coldplug all Devices", "load_state": "loaded", "name": "systemd-udev-trigger.service", "sub_state": "exited" }, "systemd-udevd-control.socket": { "active_state": "active", "description": "udev Control Socket", "load_state": "loaded", "name": "systemd-udevd-control.socket", "sub_state": "running" }, "systemd-udevd-kernel.socket": { "active_state": "active", "description": "udev Kernel Socket", "load_state": "loaded", "name": "systemd-udevd-kernel.socket", "sub_state": "running" }, "systemd-udevd.service": { "active_state": "active", "description": "udev Kernel Device Manager", "load_state": "loaded", "name": "systemd-udevd.service", "sub_state": "running" }, "systemd-update-utmp.service": { "active_state": "active", "description": "Update UTMP about System Boot/Shutdown", "load_state": "loaded", "name": "systemd-update-utmp.service", "sub_state": "exited" }, "systemd-user-sessions.service": { "active_state": "active", "description": "Permit User Sessions", "load_state": "loaded", "name": "systemd-user-sessions.service", "sub_state": "exited" }, "timers.target": { "active_state": "active", "description": "Timers", "load_state": "loaded", "name": "timers.target", "sub_state": "active" }, "tuned.service": { "active_state": "active", "description": "Dynamic System Tuning Daemon", "load_state": "loaded", "name": "tuned.service", "sub_state": "running" }, "unbound-anchor.timer": { "active_state": "active", "description": "daily update of the root trust anchor for DNSSEC", "load_state": "loaded", "name": "unbound-anchor.timer", "sub_state": "waiting" }, "user-0.slice": { "active_state": "active", "description": "User Slice of UID 0", "load_state": "loaded", "name": "user-0.slice", "sub_state": "active" }, "user-runtime-dir@0.service": { "active_state": "active", "description": "User runtime directory /run/user/0", "load_state": "loaded", "name": "user-runtime-dir@0.service", "sub_state": "exited" }, "user.slice": { "active_state": "active", "description": "User and Session Slice", "load_state": "loaded", "name": "user.slice", "sub_state": "active" }, "user@0.service": { "active_state": "active", "description": "User Manager for UID 0", "load_state": "loaded", "name": "user@0.service", "sub_state": "running" }, "var-lib-nfs-rpc_pipefs.mount": { "active_state": "active", "description": "RPC Pipe File System", "load_state": "loaded", "name": "var-lib-nfs-rpc_pipefs.mount", "sub_state": "mounted" } } }, "changed": false } TASK [fedora.linux_system_roles.systemd : Cancel linger for users if necessary] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:166 Monday 11 November 2024 18:52:35 -0500 (0:00:00.039) 0:01:20.304 ******* included: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/cancel_linger.yml for managed-node1 TASK [fedora.linux_system_roles.systemd : Cancel linger for given user] ******** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/cancel_linger.yml:10 Monday 11 November 2024 18:52:35 -0500 (0:00:00.035) 0:01:20.340 ******* skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Get UnitFileState=] ****************************************************** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/tests/systemd/tests_basic.yml:167 Monday 11 November 2024 18:52:35 -0500 (0:00:00.044) 0:01:20.385 ******* ok: [managed-node1] => { "changed": false, "cmd": [ "systemctl", "show", "-p", "UnitFileState", "sshd.service" ], "delta": "0:00:00.008882", "end": "2024-11-11 18:52:36.049143", "rc": 0, "start": "2024-11-11 18:52:36.040261" } STDOUT: UnitFileState=masked TASK [Check that sshd is masked] *********************************************** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/tests/systemd/tests_basic.yml:173 Monday 11 November 2024 18:52:36 -0500 (0:00:00.371) 0:01:20.757 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed PLAY [Ensure that we can unmask unit files] ************************************ TASK [fedora.linux_system_roles.systemd : Ensure ansible_facts used by role] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:3 Monday 11 November 2024 18:52:36 -0500 (0:00:00.035) 0:01:20.793 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "__required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Support for user units only available in EL7 and later] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:13 Monday 11 November 2024 18:52:36 -0500 (0:00:00.043) 0:01:20.836 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "ansible_facts[\"distribution_major_version\"] is version(\"8\", \"<\")", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Support for user units only available in EL7 and later] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:27 Monday 11 November 2024 18:52:36 -0500 (0:00:00.026) 0:01:20.863 ******* META: end_host conditional evaluated to False, continuing execution for managed-node1 skipping: [managed-node1] => { "skip_reason": "end_host conditional evaluated to False, continuing execution for managed-node1" } MSG: end_host conditional evaluated to false, continuing execution for managed-node1 TASK [fedora.linux_system_roles.systemd : Check if system is ostree] *********** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:40 Monday 11 November 2024 18:52:36 -0500 (0:00:00.013) 0:01:20.876 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "not __systemd_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Set flag to indicate system is ostree] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:45 Monday 11 November 2024 18:52:36 -0500 (0:00:00.021) 0:01:20.898 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "not __systemd_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Check if transactional-update exists in /sbin] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:52 Monday 11 November 2024 18:52:36 -0500 (0:00:00.020) 0:01:20.919 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "not __systemd_is_transactional is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Set flag if transactional-update exists] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:57 Monday 11 November 2024 18:52:36 -0500 (0:00:00.018) 0:01:20.938 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "not __systemd_is_transactional is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure required packages are installed] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:61 Monday 11 November 2024 18:52:36 -0500 (0:00:00.018) 0:01:20.956 ******* ok: [managed-node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.systemd : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:73 Monday 11 November 2024 18:52:39 -0500 (0:00:02.869) 0:01:23.825 ******* skipping: [managed-node1] => { "false_condition": "__systemd_is_transactional | d(false)" } TASK [fedora.linux_system_roles.systemd : Reboot transactional update systems] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:78 Monday 11 November 2024 18:52:39 -0500 (0:00:00.037) 0:01:23.863 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "__systemd_is_transactional | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Fail if reboot is needed and not set] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:83 Monday 11 November 2024 18:52:39 -0500 (0:00:00.037) 0:01:23.900 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "__systemd_is_transactional | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Reset __systemd_user_info] *********** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:90 Monday 11 November 2024 18:52:39 -0500 (0:00:00.037) 0:01:23.937 ******* ok: [managed-node1] => { "ansible_facts": { "__systemd_user_info": {} }, "changed": false } TASK [fedora.linux_system_roles.systemd : Manage files and templates and their directories] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:94 Monday 11 November 2024 18:52:39 -0500 (0:00:00.018) 0:01:23.955 ******* included: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml for managed-node1 => (item=systemd_unit_files) included: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml for managed-node1 => (item=systemd_unit_file_templates) included: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml for managed-node1 => (item=systemd_dropins) TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:17 Monday 11 November 2024 18:52:39 -0500 (0:00:00.054) 0:01:24.010 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "__systemd_list | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure directories are present for users] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:29 Monday 11 November 2024 18:52:39 -0500 (0:00:00.063) 0:01:24.074 ******* skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.systemd : Ensure directories are present for dropins] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:37 Monday 11 November 2024 18:52:39 -0500 (0:00:00.059) 0:01:24.133 ******* skipping: [managed-node1] => (item={'item': 'sshd.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__systemd_list | length > 0", "item": { "dir_mode": "0755", "group": "0", "item": "sshd.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.systemd : Ensure unit files are present] ******* task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:46 Monday 11 November 2024 18:52:39 -0500 (0:00:00.070) 0:01:24.204 ******* skipping: [managed-node1] => (item={'item': 'sshd.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__systemd_list | length > 0", "item": { "dir_mode": "0755", "group": "0", "item": "sshd.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.systemd : Ensure unit file templates are present] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:57 Monday 11 November 2024 18:52:39 -0500 (0:00:00.072) 0:01:24.277 ******* skipping: [managed-node1] => (item={'item': 'sshd.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__systemd_list | length > 0", "item": { "dir_mode": "0755", "group": "0", "item": "sshd.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.systemd : Ensure unit files are absent] ******** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:68 Monday 11 November 2024 18:52:39 -0500 (0:00:00.070) 0:01:24.347 ******* skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.systemd : Find files in dropins directory] ***** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:76 Monday 11 November 2024 18:52:39 -0500 (0:00:00.054) 0:01:24.402 ******* skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.systemd : Remove dropin directory if no more files] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:83 Monday 11 November 2024 18:52:39 -0500 (0:00:00.055) 0:01:24.457 ******* skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:17 Monday 11 November 2024 18:52:39 -0500 (0:00:00.039) 0:01:24.496 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "__systemd_list | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure directories are present for users] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:29 Monday 11 November 2024 18:52:39 -0500 (0:00:00.050) 0:01:24.546 ******* skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.systemd : Ensure directories are present for dropins] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:37 Monday 11 November 2024 18:52:39 -0500 (0:00:00.050) 0:01:24.597 ******* skipping: [managed-node1] => (item={'item': 'sshd.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__systemd_list | length > 0", "item": { "dir_mode": "0755", "group": "0", "item": "sshd.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.systemd : Ensure unit files are present] ******* task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:46 Monday 11 November 2024 18:52:39 -0500 (0:00:00.051) 0:01:24.649 ******* skipping: [managed-node1] => (item={'item': 'sshd.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__systemd_list | length > 0", "item": { "dir_mode": "0755", "group": "0", "item": "sshd.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.systemd : Ensure unit file templates are present] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:57 Monday 11 November 2024 18:52:40 -0500 (0:00:00.054) 0:01:24.703 ******* skipping: [managed-node1] => (item={'item': 'sshd.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__systemd_list | length > 0", "item": { "dir_mode": "0755", "group": "0", "item": "sshd.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.systemd : Ensure unit files are absent] ******** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:68 Monday 11 November 2024 18:52:40 -0500 (0:00:00.049) 0:01:24.753 ******* skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.systemd : Find files in dropins directory] ***** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:76 Monday 11 November 2024 18:52:40 -0500 (0:00:00.038) 0:01:24.791 ******* skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.systemd : Remove dropin directory if no more files] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:83 Monday 11 November 2024 18:52:40 -0500 (0:00:00.043) 0:01:24.835 ******* skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:17 Monday 11 November 2024 18:52:40 -0500 (0:00:00.037) 0:01:24.872 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "__systemd_list | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure directories are present for users] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:29 Monday 11 November 2024 18:52:40 -0500 (0:00:00.043) 0:01:24.916 ******* skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.systemd : Ensure directories are present for dropins] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:37 Monday 11 November 2024 18:52:40 -0500 (0:00:00.039) 0:01:24.956 ******* skipping: [managed-node1] => (item={'item': 'sshd.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__systemd_list | length > 0", "item": { "dir_mode": "0755", "group": "0", "item": "sshd.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.systemd : Ensure unit files are present] ******* task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:46 Monday 11 November 2024 18:52:40 -0500 (0:00:00.049) 0:01:25.005 ******* skipping: [managed-node1] => (item={'item': 'sshd.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__systemd_list | length > 0", "item": { "dir_mode": "0755", "group": "0", "item": "sshd.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.systemd : Ensure unit file templates are present] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:57 Monday 11 November 2024 18:52:40 -0500 (0:00:00.048) 0:01:25.054 ******* skipping: [managed-node1] => (item={'item': 'sshd.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__systemd_list | length > 0", "item": { "dir_mode": "0755", "group": "0", "item": "sshd.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.systemd : Ensure unit files are absent] ******** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:68 Monday 11 November 2024 18:52:40 -0500 (0:00:00.051) 0:01:25.106 ******* skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.systemd : Find files in dropins directory] ***** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:76 Monday 11 November 2024 18:52:40 -0500 (0:00:00.042) 0:01:25.149 ******* skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.systemd : Remove dropin directory if no more files] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:83 Monday 11 November 2024 18:52:40 -0500 (0:00:00.042) 0:01:25.191 ******* skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.systemd : Reload systemd] ********************** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:106 Monday 11 November 2024 18:52:40 -0500 (0:00:00.043) 0:01:25.235 ******* skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.systemd : Manage units] ************************ task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:119 Monday 11 November 2024 18:52:40 -0500 (0:00:00.045) 0:01:25.280 ******* included: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 => (item={'name': 'systemd_started_units', 'state': 'started'}) included: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 => (item={'name': 'systemd_stopped_units', 'state': 'stopped'}) included: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 => (item={'name': 'systemd_restarted_units', 'state': 'restarted'}) included: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 => (item={'name': 'systemd_reloaded_units', 'state': 'reloaded'}) included: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 => (item={'name': 'systemd_enabled_units', 'enabled': 'true'}) included: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 => (item={'name': 'systemd_disabled_units', 'enabled': 'false'}) included: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 => (item={'name': 'systemd_masked_units', 'masked': 'true'}) included: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 => (item={'name': 'systemd_unmasked_units', 'masked': 'false'}) TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 18:52:40 -0500 (0:00:00.061) 0:01:25.342 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "__systemd_list | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 18:52:40 -0500 (0:00:00.043) 0:01:25.385 ******* skipping: [managed-node1] => (item={'item': 'sshd.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__systemd_list | length > 0", "item": { "dir_mode": "0755", "group": "0", "item": "sshd.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 18:52:40 -0500 (0:00:00.049) 0:01:25.435 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "__systemd_list | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 18:52:40 -0500 (0:00:00.045) 0:01:25.480 ******* skipping: [managed-node1] => (item={'item': 'sshd.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__systemd_list | length > 0", "item": { "dir_mode": "0755", "group": "0", "item": "sshd.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 18:52:40 -0500 (0:00:00.050) 0:01:25.531 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "__systemd_list | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 18:52:40 -0500 (0:00:00.048) 0:01:25.579 ******* skipping: [managed-node1] => (item={'item': 'sshd.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__systemd_list | length > 0", "item": { "dir_mode": "0755", "group": "0", "item": "sshd.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 18:52:40 -0500 (0:00:00.047) 0:01:25.627 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "__systemd_list | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 18:52:41 -0500 (0:00:00.042) 0:01:25.669 ******* skipping: [managed-node1] => (item={'item': 'sshd.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__systemd_list | length > 0", "item": { "dir_mode": "0755", "group": "0", "item": "sshd.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 18:52:41 -0500 (0:00:00.048) 0:01:25.717 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "__systemd_list | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 18:52:41 -0500 (0:00:00.042) 0:01:25.760 ******* skipping: [managed-node1] => (item={'item': 'sshd.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__systemd_list | length > 0", "item": { "dir_mode": "0755", "group": "0", "item": "sshd.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 18:52:41 -0500 (0:00:00.047) 0:01:25.808 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "__systemd_list | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 18:52:41 -0500 (0:00:00.046) 0:01:25.854 ******* skipping: [managed-node1] => (item={'item': 'sshd.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__systemd_list | length > 0", "item": { "dir_mode": "0755", "group": "0", "item": "sshd.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 18:52:41 -0500 (0:00:00.047) 0:01:25.901 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "__systemd_list | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 18:52:41 -0500 (0:00:00.042) 0:01:25.944 ******* skipping: [managed-node1] => (item={'item': 'sshd.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__systemd_list | length > 0", "item": { "dir_mode": "0755", "group": "0", "item": "sshd.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 18:52:41 -0500 (0:00:00.051) 0:01:25.995 ******* included: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_user_info.yml for managed-node1 TASK [fedora.linux_system_roles.systemd : Get user information] **************** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_user_info.yml:27 Monday 11 November 2024 18:52:41 -0500 (0:00:00.055) 0:01:26.051 ******* included: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_update_user_info.yml for managed-node1 => (item=root) TASK [fedora.linux_system_roles.systemd : Get user information] **************** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_update_user_info.yml:7 Monday 11 November 2024 18:52:41 -0500 (0:00:00.069) 0:01:26.121 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "'getent_passwd' not in ansible_facts or __systemd_user_name not in ansible_facts['getent_passwd']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Update systemd user info with new user info] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_update_user_info.yml:14 Monday 11 November 2024 18:52:41 -0500 (0:00:00.046) 0:01:26.167 ******* ok: [managed-node1] => { "ansible_facts": { "__systemd_user_info": { "root": { "group": "0", "units_dir": "/etc/systemd/system", "xdg_dir": "/run/user/0" } } }, "changed": false } TASK [fedora.linux_system_roles.systemd : Convert to list of dict with user data] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_user_info.yml:34 Monday 11 November 2024 18:52:41 -0500 (0:00:00.056) 0:01:26.224 ******* ok: [managed-node1] => { "ansible_facts": { "__systemd_dict_list": [ { "dir_mode": "0755", "group": "0", "item": "sshd.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" } ] }, "changed": false } TASK [fedora.linux_system_roles.systemd : Enable linger if needed] ************* task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_user_info.yml:71 Monday 11 November 2024 18:52:41 -0500 (0:00:00.058) 0:01:26.282 ******* skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 18:52:41 -0500 (0:00:00.046) 0:01:26.328 ******* changed: [managed-node1] => (item={'item': 'sshd.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": true, "item": { "dir_mode": "0755", "group": "0", "item": "sshd.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "name": "sshd.service", "status": { "ActiveEnterTimestamp": "Mon 2024-11-11 18:48:23 EST", "ActiveEnterTimestampMonotonic": "17210217", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "cloud-init.service", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Mon 2024-11-11 18:48:23 EST", "AssertTimestampMonotonic": "17172658", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "no", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Mon 2024-11-11 18:48:23 EST", "ConditionTimestampMonotonic": "17172657", "ConfigurationDirectoryMode": "0755", "ConsistsOf": "sshd-keygen.target", "ControlGroup": "/system.slice/sshd.service", "ControlPID": "0", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "sshd.service", "DevicePolicy": "auto", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "1018", "ExecMainStartTimestamp": "Mon 2024-11-11 18:48:23 EST", "ExecMainStartTimestampMonotonic": "17175958", "ExecMainStatus": "0", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/dev/null", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "sshd.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Mon 2024-11-11 18:48:23 EST", "InactiveExitTimestampMonotonic": "17176036", "InvocationID": "f916379983e247c7aacd359af2f13a08", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "67108864", "LimitMEMLOCKSoft": "67108864", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "1048576", "LimitNOFILESoft": "1048576", "LimitNPROC": "14003", "LimitNPROCSoft": "14003", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14003", "LimitSIGPENDINGSoft": "14003", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadError": "org.freedesktop.systemd1.UnitMasked \"Unit sshd.service is masked.\"", "LoadState": "masked", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "1018", "MemoryAccounting": "yes", "MemoryCurrent": "6713344", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "sshd.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "inherit", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Mon 2024-11-11 18:48:23 EST", "StateChangeTimestampMonotonic": "17210217", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "1", "TasksMax": "22405", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "UID": "[not set]", "UMask": "0022", "UnitFileState": "masked", "UtmpMode": "init", "WantedBy": "multi-user.target cloud-init.service", "WatchdogTimestamp": "Mon 2024-11-11 18:48:23 EST", "WatchdogTimestampMonotonic": "17210214", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.systemd : DebugBefore] ************************* task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:146 Monday 11 November 2024 18:52:42 -0500 (0:00:00.664) 0:01:26.992 ******* ok: [managed-node1] => {} MSG: facts { "root": { "-.mount": { "active_state": "active", "description": "Root Mount", "load_state": "loaded", "name": "-.mount", "sub_state": "mounted" }, "-.slice": { "active_state": "active", "description": "Root Slice", "load_state": "loaded", "name": "-.slice", "sub_state": "active" }, "NetworkManager-wait-online.service": { "active_state": "active", "description": "Network Manager Wait Online", "load_state": "loaded", "name": "NetworkManager-wait-online.service", "sub_state": "exited" }, "NetworkManager.service": { "active_state": "active", "description": "Network Manager", "load_state": "loaded", "name": "NetworkManager.service", "sub_state": "running" }, "auditd.service": { "active_state": "active", "description": "Security Auditing Service", "load_state": "loaded", "name": "auditd.service", "sub_state": "running" }, "basic.target": { "active_state": "active", "description": "Basic System", "load_state": "loaded", "name": "basic.target", "sub_state": "active" }, "chronyd.service": { "active_state": "active", "description": "NTP client/server", "load_state": "loaded", "name": "chronyd.service", "sub_state": "running" }, "cloud-config.service": { "active_state": "active", "description": "Apply the settings specified in cloud-config", "load_state": "loaded", "name": "cloud-config.service", "sub_state": "exited" }, "cloud-config.target": { "active_state": "active", "description": "Cloud-config availability", "load_state": "loaded", "name": "cloud-config.target", "sub_state": "active" }, "cloud-final.service": { "active_state": "active", "description": "Execute cloud user/final scripts", "load_state": "loaded", "name": "cloud-final.service", "sub_state": "exited" }, "cloud-init-local.service": { "active_state": "active", "description": "Initial cloud-init job (pre-networking)", "load_state": "loaded", "name": "cloud-init-local.service", "sub_state": "exited" }, "cloud-init.service": { "active_state": "active", "description": "Initial cloud-init job (metadata service crawler)", "load_state": "loaded", "name": "cloud-init.service", "sub_state": "exited" }, "cloud-init.target": { "active_state": "active", "description": "Cloud-init target", "load_state": "loaded", "name": "cloud-init.target", "sub_state": "active" }, "crond.service": { "active_state": "active", "description": "Command Scheduler", "load_state": "loaded", "name": "crond.service", "sub_state": "running" }, "cryptsetup.target": { "active_state": "active", "description": "Local Encrypted Volumes", "load_state": "loaded", "name": "cryptsetup.target", "sub_state": "active" }, "dbus.service": { "active_state": "active", "description": "D-Bus System Message Bus", "load_state": "loaded", "name": "dbus.service", "sub_state": "running" }, "dbus.socket": { "active_state": "active", "description": "D-Bus System Message Bus Socket", "load_state": "loaded", "name": "dbus.socket", "sub_state": "running" }, "dev-hugepages.mount": { "active_state": "active", "description": "Huge Pages File System", "load_state": "loaded", "name": "dev-hugepages.mount", "sub_state": "mounted" }, "dev-mqueue.mount": { "active_state": "active", "description": "POSIX Message Queue File System", "load_state": "loaded", "name": "dev-mqueue.mount", "sub_state": "mounted" }, "dnf-makecache.timer": { "active_state": "active", "description": "dnf makecache --timer", "load_state": "loaded", "name": "dnf-makecache.timer", "sub_state": "waiting" }, "dracut-shutdown.service": { "active_state": "active", "description": "Restore /run/initramfs on shutdown", "load_state": "loaded", "name": "dracut-shutdown.service", "sub_state": "exited" }, "foo.service": { "active_state": "active", "description": "foo.service", "load_state": "loaded", "name": "foo.service", "sub_state": "running" }, "getty.target": { "active_state": "active", "description": "Login Prompts", "load_state": "loaded", "name": "getty.target", "sub_state": "active" }, "getty@tty1.service": { "active_state": "active", "description": "Getty on tty1", "load_state": "loaded", "name": "getty@tty1.service", "sub_state": "running" }, "gssproxy.service": { "active_state": "active", "description": "GSSAPI Proxy Daemon", "load_state": "loaded", "name": "gssproxy.service", "sub_state": "running" }, "import-state.service": { "active_state": "active", "description": "Import network configuration from initramfs", "load_state": "loaded", "name": "import-state.service", "sub_state": "exited" }, "init.scope": { "active_state": "active", "description": "System and Service Manager", "load_state": "loaded", "name": "init.scope", "sub_state": "running" }, "irqbalance.service": { "active_state": "active", "description": "irqbalance daemon", "load_state": "loaded", "name": "irqbalance.service", "sub_state": "running" }, "kdump.service": { "active_state": "active", "description": "Crash recovery kernel arming", "load_state": "loaded", "name": "kdump.service", "sub_state": "exited" }, "kmod-static-nodes.service": { "active_state": "active", "description": "Create list of required static device nodes for the current kernel", "load_state": "loaded", "name": "kmod-static-nodes.service", "sub_state": "exited" }, "local-fs-pre.target": { "active_state": "active", "description": "Local File Systems (Pre)", "load_state": "loaded", "name": "local-fs-pre.target", "sub_state": "active" }, "local-fs.target": { "active_state": "active", "description": "Local File Systems", "load_state": "loaded", "name": "local-fs.target", "sub_state": "active" }, "multi-user.target": { "active_state": "active", "description": "Multi-User System", "load_state": "loaded", "name": "multi-user.target", "sub_state": "active" }, "network-online.target": { "active_state": "active", "description": "Network is Online", "load_state": "loaded", "name": "network-online.target", "sub_state": "active" }, "network-pre.target": { "active_state": "active", "description": "Network (Pre)", "load_state": "loaded", "name": "network-pre.target", "sub_state": "active" }, "network.target": { "active_state": "active", "description": "Network", "load_state": "loaded", "name": "network.target", "sub_state": "active" }, "nfs-client.target": { "active_state": "active", "description": "NFS client services", "load_state": "loaded", "name": "nfs-client.target", "sub_state": "active" }, "nis-domainname.service": { "active_state": "active", "description": "Read and set NIS domainname from /etc/sysconfig/network", "load_state": "loaded", "name": "nis-domainname.service", "sub_state": "exited" }, "nss-user-lookup.target": { "active_state": "active", "description": "User and Group Name Lookups", "load_state": "loaded", "name": "nss-user-lookup.target", "sub_state": "active" }, "paths.target": { "active_state": "active", "description": "Paths", "load_state": "loaded", "name": "paths.target", "sub_state": "active" }, "plymouth-quit-wait.service": { "active_state": "active", "description": "Hold until boot process finishes up", "load_state": "loaded", "name": "plymouth-quit-wait.service", "sub_state": "exited" }, "plymouth-quit.service": { "active_state": "active", "description": "Terminate Plymouth Boot Screen", "load_state": "loaded", "name": "plymouth-quit.service", "sub_state": "exited" }, "plymouth-read-write.service": { "active_state": "active", "description": "Tell Plymouth To Write Out Runtime Data", "load_state": "loaded", "name": "plymouth-read-write.service", "sub_state": "exited" }, "plymouth-start.service": { "active_state": "active", "description": "Show Plymouth Boot Screen", "load_state": "loaded", "name": "plymouth-start.service", "sub_state": "exited" }, "polkit.service": { "active_state": "active", "description": "Authorization Manager", "load_state": "loaded", "name": "polkit.service", "sub_state": "running" }, "proc-sys-fs-binfmt_misc.automount": { "active_state": "active", "description": "Arbitrary Executable File Formats File System Automount Point", "load_state": "loaded", "name": "proc-sys-fs-binfmt_misc.automount", "sub_state": "waiting" }, "remote-fs-pre.target": { "active_state": "active", "description": "Remote File Systems (Pre)", "load_state": "loaded", "name": "remote-fs-pre.target", "sub_state": "active" }, "remote-fs.target": { "active_state": "active", "description": "Remote File Systems", "load_state": "loaded", "name": "remote-fs.target", "sub_state": "active" }, "restraintd.service": { "active_state": "active", "description": "The restraint harness.", "load_state": "loaded", "name": "restraintd.service", "sub_state": "running" }, "rngd.service": { "active_state": "active", "description": "Hardware RNG Entropy Gatherer Daemon", "load_state": "loaded", "name": "rngd.service", "sub_state": "running" }, "rpc-statd-notify.service": { "active_state": "active", "description": "Notify NFS peers of a restart", "load_state": "loaded", "name": "rpc-statd-notify.service", "sub_state": "exited" }, "rpc_pipefs.target": { "active_state": "active", "description": "rpc_pipefs.target", "load_state": "loaded", "name": "rpc_pipefs.target", "sub_state": "active" }, "rpcbind.service": { "active_state": "active", "description": "RPC Bind", "load_state": "loaded", "name": "rpcbind.service", "sub_state": "running" }, "rpcbind.socket": { "active_state": "active", "description": "RPCbind Server Activation Socket", "load_state": "loaded", "name": "rpcbind.socket", "sub_state": "running" }, "rpcbind.target": { "active_state": "active", "description": "RPC Port Mapper", "load_state": "loaded", "name": "rpcbind.target", "sub_state": "active" }, "rsyslog.service": { "active_state": "active", "description": "System Logging Service", "load_state": "loaded", "name": "rsyslog.service", "sub_state": "running" }, "run-user-0.mount": { "active_state": "active", "description": "/run/user/0", "load_state": "loaded", "name": "run-user-0.mount", "sub_state": "mounted" }, "session-3.scope": { "active_state": "active", "description": "Session 3 of user root", "load_state": "loaded", "name": "session-3.scope", "sub_state": "running" }, "session-5.scope": { "active_state": "active", "description": "Session 5 of user root", "load_state": "loaded", "name": "session-5.scope", "sub_state": "running" }, "slices.target": { "active_state": "active", "description": "Slices", "load_state": "loaded", "name": "slices.target", "sub_state": "active" }, "sockets.target": { "active_state": "active", "description": "Sockets", "load_state": "loaded", "name": "sockets.target", "sub_state": "active" }, "sshd-keygen.target": { "active_state": "active", "description": "sshd-keygen.target", "load_state": "loaded", "name": "sshd-keygen.target", "sub_state": "active" }, "sshd.service": { "active_state": "active", "description": "sshd.service", "load_state": "masked", "name": "sshd.service", "sub_state": "running" }, "sssd-kcm.socket": { "active_state": "active", "description": "SSSD Kerberos Cache Manager responder socket", "load_state": "loaded", "name": "sssd-kcm.socket", "sub_state": "listening" }, "swap.target": { "active_state": "active", "description": "Swap", "load_state": "loaded", "name": "swap.target", "sub_state": "active" }, "sys-devices-platform-serial8250-tty-ttyS1.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS1", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS1.device", "sub_state": "plugged" }, "sys-devices-platform-serial8250-tty-ttyS2.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS2", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS2.device", "sub_state": "plugged" }, "sys-devices-platform-serial8250-tty-ttyS3.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS3", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS3.device", "sub_state": "plugged" }, "sys-devices-pnp0-00:06-tty-ttyS0.device": { "active_state": "active", "description": "/sys/devices/pnp0/00:06/tty/ttyS0", "load_state": "loaded", "name": "sys-devices-pnp0-00:06-tty-ttyS0.device", "sub_state": "plugged" }, "sys-devices-vbd\\x2d768-block-xvda-xvda1.device": { "active_state": "active", "description": "/sys/devices/vbd-768/block/xvda/xvda1", "load_state": "loaded", "name": "sys-devices-vbd\\x2d768-block-xvda-xvda1.device", "sub_state": "plugged" }, "sys-devices-vbd\\x2d768-block-xvda.device": { "active_state": "active", "description": "/sys/devices/vbd-768/block/xvda", "load_state": "loaded", "name": "sys-devices-vbd\\x2d768-block-xvda.device", "sub_state": "plugged" }, "sys-devices-vif\\x2d0-net-eth0.device": { "active_state": "active", "description": "/sys/devices/vif-0/net/eth0", "load_state": "loaded", "name": "sys-devices-vif\\x2d0-net-eth0.device", "sub_state": "plugged" }, "sys-kernel-config.mount": { "active_state": "active", "description": "Kernel Configuration File System", "load_state": "loaded", "name": "sys-kernel-config.mount", "sub_state": "mounted" }, "sys-kernel-debug.mount": { "active_state": "active", "description": "Kernel Debug File System", "load_state": "loaded", "name": "sys-kernel-debug.mount", "sub_state": "mounted" }, "sys-kernel-tracing.mount": { "active_state": "active", "description": "/sys/kernel/tracing", "load_state": "loaded", "name": "sys-kernel-tracing.mount", "sub_state": "mounted" }, "sys-module-configfs.device": { "active_state": "active", "description": "/sys/module/configfs", "load_state": "loaded", "name": "sys-module-configfs.device", "sub_state": "plugged" }, "sys-subsystem-net-devices-eth0.device": { "active_state": "active", "description": "/sys/subsystem/net/devices/eth0", "load_state": "loaded", "name": "sys-subsystem-net-devices-eth0.device", "sub_state": "plugged" }, "sysinit.target": { "active_state": "active", "description": "System Initialization", "load_state": "loaded", "name": "sysinit.target", "sub_state": "active" }, "system-getty.slice": { "active_state": "active", "description": "system-getty.slice", "load_state": "loaded", "name": "system-getty.slice", "sub_state": "active" }, "system-sshd\\x2dkeygen.slice": { "active_state": "active", "description": "system-sshd\\x2dkeygen.slice", "load_state": "loaded", "name": "system-sshd\\x2dkeygen.slice", "sub_state": "active" }, "system.slice": { "active_state": "active", "description": "System Slice", "load_state": "loaded", "name": "system.slice", "sub_state": "active" }, "systemd-ask-password-plymouth.path": { "active_state": "active", "description": "Forward Password Requests to Plymouth Directory Watch", "load_state": "loaded", "name": "systemd-ask-password-plymouth.path", "sub_state": "waiting" }, "systemd-ask-password-wall.path": { "active_state": "active", "description": "Forward Password Requests to Wall Directory Watch", "load_state": "loaded", "name": "systemd-ask-password-wall.path", "sub_state": "waiting" }, "systemd-coredump.socket": { "active_state": "active", "description": "Process Core Dump Socket", "load_state": "loaded", "name": "systemd-coredump.socket", "sub_state": "listening" }, "systemd-initctl.socket": { "active_state": "active", "description": "initctl Compatibility Named Pipe", "load_state": "loaded", "name": "systemd-initctl.socket", "sub_state": "listening" }, "systemd-journal-flush.service": { "active_state": "active", "description": "Flush Journal to Persistent Storage", "load_state": "loaded", "name": "systemd-journal-flush.service", "sub_state": "exited" }, "systemd-journald-dev-log.socket": { "active_state": "active", "description": "Journal Socket (/dev/log)", "load_state": "loaded", "name": "systemd-journald-dev-log.socket", "sub_state": "running" }, "systemd-journald.service": { "active_state": "active", "description": "Journal Service", "load_state": "loaded", "name": "systemd-journald.service", "sub_state": "running" }, "systemd-journald.socket": { "active_state": "active", "description": "Journal Socket", "load_state": "loaded", "name": "systemd-journald.socket", "sub_state": "running" }, "systemd-logind.service": { "active_state": "active", "description": "Login Service", "load_state": "loaded", "name": "systemd-logind.service", "sub_state": "running" }, "systemd-machine-id-commit.service": { "active_state": "active", "description": "Commit a transient machine-id on disk", "load_state": "loaded", "name": "systemd-machine-id-commit.service", "sub_state": "exited" }, "systemd-random-seed.service": { "active_state": "active", "description": "Load/Save Random Seed", "load_state": "loaded", "name": "systemd-random-seed.service", "sub_state": "exited" }, "systemd-remount-fs.service": { "active_state": "active", "description": "Remount Root and Kernel File Systems", "load_state": "loaded", "name": "systemd-remount-fs.service", "sub_state": "exited" }, "systemd-sysctl.service": { "active_state": "active", "description": "Apply Kernel Variables", "load_state": "loaded", "name": "systemd-sysctl.service", "sub_state": "exited" }, "systemd-tmpfiles-clean.timer": { "active_state": "active", "description": "Daily Cleanup of Temporary Directories", "load_state": "loaded", "name": "systemd-tmpfiles-clean.timer", "sub_state": "waiting" }, "systemd-tmpfiles-setup-dev.service": { "active_state": "active", "description": "Create Static Device Nodes in /dev", "load_state": "loaded", "name": "systemd-tmpfiles-setup-dev.service", "sub_state": "exited" }, "systemd-tmpfiles-setup.service": { "active_state": "active", "description": "Create Volatile Files and Directories", "load_state": "loaded", "name": "systemd-tmpfiles-setup.service", "sub_state": "exited" }, "systemd-udev-trigger.service": { "active_state": "active", "description": "udev Coldplug all Devices", "load_state": "loaded", "name": "systemd-udev-trigger.service", "sub_state": "exited" }, "systemd-udevd-control.socket": { "active_state": "active", "description": "udev Control Socket", "load_state": "loaded", "name": "systemd-udevd-control.socket", "sub_state": "running" }, "systemd-udevd-kernel.socket": { "active_state": "active", "description": "udev Kernel Socket", "load_state": "loaded", "name": "systemd-udevd-kernel.socket", "sub_state": "running" }, "systemd-udevd.service": { "active_state": "active", "description": "udev Kernel Device Manager", "load_state": "loaded", "name": "systemd-udevd.service", "sub_state": "running" }, "systemd-update-utmp.service": { "active_state": "active", "description": "Update UTMP about System Boot/Shutdown", "load_state": "loaded", "name": "systemd-update-utmp.service", "sub_state": "exited" }, "systemd-user-sessions.service": { "active_state": "active", "description": "Permit User Sessions", "load_state": "loaded", "name": "systemd-user-sessions.service", "sub_state": "exited" }, "timers.target": { "active_state": "active", "description": "Timers", "load_state": "loaded", "name": "timers.target", "sub_state": "active" }, "tuned.service": { "active_state": "active", "description": "Dynamic System Tuning Daemon", "load_state": "loaded", "name": "tuned.service", "sub_state": "running" }, "unbound-anchor.timer": { "active_state": "active", "description": "daily update of the root trust anchor for DNSSEC", "load_state": "loaded", "name": "unbound-anchor.timer", "sub_state": "waiting" }, "user-0.slice": { "active_state": "active", "description": "User Slice of UID 0", "load_state": "loaded", "name": "user-0.slice", "sub_state": "active" }, "user-runtime-dir@0.service": { "active_state": "active", "description": "User runtime directory /run/user/0", "load_state": "loaded", "name": "user-runtime-dir@0.service", "sub_state": "exited" }, "user.slice": { "active_state": "active", "description": "User and Session Slice", "load_state": "loaded", "name": "user.slice", "sub_state": "active" }, "user@0.service": { "active_state": "active", "description": "User Manager for UID 0", "load_state": "loaded", "name": "user@0.service", "sub_state": "running" }, "var-lib-nfs-rpc_pipefs.mount": { "active_state": "active", "description": "RPC Pipe File System", "load_state": "loaded", "name": "var-lib-nfs-rpc_pipefs.mount", "sub_state": "mounted" } } } TASK [fedora.linux_system_roles.systemd : Gather systemd units state for system and user units] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:150 Monday 11 November 2024 18:52:42 -0500 (0:00:00.043) 0:01:27.036 ******* included: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_systemd_units_info.yml for managed-node1 => (item={'key': 'root', 'value': {'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'group': '0'}}) TASK [fedora.linux_system_roles.systemd : Gather systemd units state for system and user units] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_systemd_units_info.yml:7 Monday 11 November 2024 18:52:42 -0500 (0:00:00.064) 0:01:27.101 ******* ok: [managed-node1] => { "ansible_facts": { "systemd_units": { "-.mount": { "active_state": "active", "description": "Root Mount", "load_state": "loaded", "name": "-.mount", "sub_state": "mounted" }, "-.slice": { "active_state": "active", "description": "Root Slice", "load_state": "loaded", "name": "-.slice", "sub_state": "active" }, "NetworkManager-wait-online.service": { "active_state": "active", "description": "Network Manager Wait Online", "load_state": "loaded", "name": "NetworkManager-wait-online.service", "sub_state": "exited" }, "NetworkManager.service": { "active_state": "active", "description": "Network Manager", "load_state": "loaded", "name": "NetworkManager.service", "sub_state": "running" }, "auditd.service": { "active_state": "active", "description": "Security Auditing Service", "load_state": "loaded", "name": "auditd.service", "sub_state": "running" }, "basic.target": { "active_state": "active", "description": "Basic System", "load_state": "loaded", "name": "basic.target", "sub_state": "active" }, "chronyd.service": { "active_state": "active", "description": "NTP client/server", "load_state": "loaded", "name": "chronyd.service", "sub_state": "running" }, "cloud-config.service": { "active_state": "active", "description": "Apply the settings specified in cloud-config", "load_state": "loaded", "name": "cloud-config.service", "sub_state": "exited" }, "cloud-config.target": { "active_state": "active", "description": "Cloud-config availability", "load_state": "loaded", "name": "cloud-config.target", "sub_state": "active" }, "cloud-final.service": { "active_state": "active", "description": "Execute cloud user/final scripts", "load_state": "loaded", "name": "cloud-final.service", "sub_state": "exited" }, "cloud-init-local.service": { "active_state": "active", "description": "Initial cloud-init job (pre-networking)", "load_state": "loaded", "name": "cloud-init-local.service", "sub_state": "exited" }, "cloud-init.service": { "active_state": "active", "description": "Initial cloud-init job (metadata service crawler)", "load_state": "loaded", "name": "cloud-init.service", "sub_state": "exited" }, "cloud-init.target": { "active_state": "active", "description": "Cloud-init target", "load_state": "loaded", "name": "cloud-init.target", "sub_state": "active" }, "crond.service": { "active_state": "active", "description": "Command Scheduler", "load_state": "loaded", "name": "crond.service", "sub_state": "running" }, "cryptsetup.target": { "active_state": "active", "description": "Local Encrypted Volumes", "load_state": "loaded", "name": "cryptsetup.target", "sub_state": "active" }, "dbus.service": { "active_state": "active", "description": "D-Bus System Message Bus", "load_state": "loaded", "name": "dbus.service", "sub_state": "running" }, "dbus.socket": { "active_state": "active", "description": "D-Bus System Message Bus Socket", "load_state": "loaded", "name": "dbus.socket", "sub_state": "running" }, "dev-hugepages.mount": { "active_state": "active", "description": "Huge Pages File System", "load_state": "loaded", "name": "dev-hugepages.mount", "sub_state": "mounted" }, "dev-mqueue.mount": { "active_state": "active", "description": "POSIX Message Queue File System", "load_state": "loaded", "name": "dev-mqueue.mount", "sub_state": "mounted" }, "dnf-makecache.timer": { "active_state": "active", "description": "dnf makecache --timer", "load_state": "loaded", "name": "dnf-makecache.timer", "sub_state": "waiting" }, "dracut-shutdown.service": { "active_state": "active", "description": "Restore /run/initramfs on shutdown", "load_state": "loaded", "name": "dracut-shutdown.service", "sub_state": "exited" }, "foo.service": { "active_state": "active", "description": "foo.service", "load_state": "loaded", "name": "foo.service", "sub_state": "running" }, "getty.target": { "active_state": "active", "description": "Login Prompts", "load_state": "loaded", "name": "getty.target", "sub_state": "active" }, "getty@tty1.service": { "active_state": "active", "description": "Getty on tty1", "load_state": "loaded", "name": "getty@tty1.service", "sub_state": "running" }, "gssproxy.service": { "active_state": "active", "description": "GSSAPI Proxy Daemon", "load_state": "loaded", "name": "gssproxy.service", "sub_state": "running" }, "import-state.service": { "active_state": "active", "description": "Import network configuration from initramfs", "load_state": "loaded", "name": "import-state.service", "sub_state": "exited" }, "init.scope": { "active_state": "active", "description": "System and Service Manager", "load_state": "loaded", "name": "init.scope", "sub_state": "running" }, "irqbalance.service": { "active_state": "active", "description": "irqbalance daemon", "load_state": "loaded", "name": "irqbalance.service", "sub_state": "running" }, "kdump.service": { "active_state": "active", "description": "Crash recovery kernel arming", "load_state": "loaded", "name": "kdump.service", "sub_state": "exited" }, "kmod-static-nodes.service": { "active_state": "active", "description": "Create list of required static device nodes for the current kernel", "load_state": "loaded", "name": "kmod-static-nodes.service", "sub_state": "exited" }, "local-fs-pre.target": { "active_state": "active", "description": "Local File Systems (Pre)", "load_state": "loaded", "name": "local-fs-pre.target", "sub_state": "active" }, "local-fs.target": { "active_state": "active", "description": "Local File Systems", "load_state": "loaded", "name": "local-fs.target", "sub_state": "active" }, "multi-user.target": { "active_state": "active", "description": "Multi-User System", "load_state": "loaded", "name": "multi-user.target", "sub_state": "active" }, "network-online.target": { "active_state": "active", "description": "Network is Online", "load_state": "loaded", "name": "network-online.target", "sub_state": "active" }, "network-pre.target": { "active_state": "active", "description": "Network (Pre)", "load_state": "loaded", "name": "network-pre.target", "sub_state": "active" }, "network.target": { "active_state": "active", "description": "Network", "load_state": "loaded", "name": "network.target", "sub_state": "active" }, "nfs-client.target": { "active_state": "active", "description": "NFS client services", "load_state": "loaded", "name": "nfs-client.target", "sub_state": "active" }, "nis-domainname.service": { "active_state": "active", "description": "Read and set NIS domainname from /etc/sysconfig/network", "load_state": "loaded", "name": "nis-domainname.service", "sub_state": "exited" }, "nss-user-lookup.target": { "active_state": "active", "description": "User and Group Name Lookups", "load_state": "loaded", "name": "nss-user-lookup.target", "sub_state": "active" }, "paths.target": { "active_state": "active", "description": "Paths", "load_state": "loaded", "name": "paths.target", "sub_state": "active" }, "plymouth-quit-wait.service": { "active_state": "active", "description": "Hold until boot process finishes up", "load_state": "loaded", "name": "plymouth-quit-wait.service", "sub_state": "exited" }, "plymouth-quit.service": { "active_state": "active", "description": "Terminate Plymouth Boot Screen", "load_state": "loaded", "name": "plymouth-quit.service", "sub_state": "exited" }, "plymouth-read-write.service": { "active_state": "active", "description": "Tell Plymouth To Write Out Runtime Data", "load_state": "loaded", "name": "plymouth-read-write.service", "sub_state": "exited" }, "plymouth-start.service": { "active_state": "active", "description": "Show Plymouth Boot Screen", "load_state": "loaded", "name": "plymouth-start.service", "sub_state": "exited" }, "polkit.service": { "active_state": "active", "description": "Authorization Manager", "load_state": "loaded", "name": "polkit.service", "sub_state": "running" }, "proc-sys-fs-binfmt_misc.automount": { "active_state": "active", "description": "Arbitrary Executable File Formats File System Automount Point", "load_state": "loaded", "name": "proc-sys-fs-binfmt_misc.automount", "sub_state": "waiting" }, "remote-fs-pre.target": { "active_state": "active", "description": "Remote File Systems (Pre)", "load_state": "loaded", "name": "remote-fs-pre.target", "sub_state": "active" }, "remote-fs.target": { "active_state": "active", "description": "Remote File Systems", "load_state": "loaded", "name": "remote-fs.target", "sub_state": "active" }, "restraintd.service": { "active_state": "active", "description": "The restraint harness.", "load_state": "loaded", "name": "restraintd.service", "sub_state": "running" }, "rngd.service": { "active_state": "active", "description": "Hardware RNG Entropy Gatherer Daemon", "load_state": "loaded", "name": "rngd.service", "sub_state": "running" }, "rpc-statd-notify.service": { "active_state": "active", "description": "Notify NFS peers of a restart", "load_state": "loaded", "name": "rpc-statd-notify.service", "sub_state": "exited" }, "rpc_pipefs.target": { "active_state": "active", "description": "rpc_pipefs.target", "load_state": "loaded", "name": "rpc_pipefs.target", "sub_state": "active" }, "rpcbind.service": { "active_state": "active", "description": "RPC Bind", "load_state": "loaded", "name": "rpcbind.service", "sub_state": "running" }, "rpcbind.socket": { "active_state": "active", "description": "RPCbind Server Activation Socket", "load_state": "loaded", "name": "rpcbind.socket", "sub_state": "running" }, "rpcbind.target": { "active_state": "active", "description": "RPC Port Mapper", "load_state": "loaded", "name": "rpcbind.target", "sub_state": "active" }, "rsyslog.service": { "active_state": "active", "description": "System Logging Service", "load_state": "loaded", "name": "rsyslog.service", "sub_state": "running" }, "run-user-0.mount": { "active_state": "active", "description": "/run/user/0", "load_state": "loaded", "name": "run-user-0.mount", "sub_state": "mounted" }, "session-3.scope": { "active_state": "active", "description": "Session 3 of user root", "load_state": "loaded", "name": "session-3.scope", "sub_state": "running" }, "session-5.scope": { "active_state": "active", "description": "Session 5 of user root", "load_state": "loaded", "name": "session-5.scope", "sub_state": "running" }, "slices.target": { "active_state": "active", "description": "Slices", "load_state": "loaded", "name": "slices.target", "sub_state": "active" }, "sockets.target": { "active_state": "active", "description": "Sockets", "load_state": "loaded", "name": "sockets.target", "sub_state": "active" }, "sshd-keygen.target": { "active_state": "active", "description": "sshd-keygen.target", "load_state": "loaded", "name": "sshd-keygen.target", "sub_state": "active" }, "sshd.service": { "active_state": "active", "description": "OpenSSH server daemon", "load_state": "loaded", "name": "sshd.service", "sub_state": "running" }, "sssd-kcm.socket": { "active_state": "active", "description": "SSSD Kerberos Cache Manager responder socket", "load_state": "loaded", "name": "sssd-kcm.socket", "sub_state": "listening" }, "swap.target": { "active_state": "active", "description": "Swap", "load_state": "loaded", "name": "swap.target", "sub_state": "active" }, "sys-devices-platform-serial8250-tty-ttyS1.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS1", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS1.device", "sub_state": "plugged" }, "sys-devices-platform-serial8250-tty-ttyS2.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS2", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS2.device", "sub_state": "plugged" }, "sys-devices-platform-serial8250-tty-ttyS3.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS3", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS3.device", "sub_state": "plugged" }, "sys-devices-pnp0-00:06-tty-ttyS0.device": { "active_state": "active", "description": "/sys/devices/pnp0/00:06/tty/ttyS0", "load_state": "loaded", "name": "sys-devices-pnp0-00:06-tty-ttyS0.device", "sub_state": "plugged" }, "sys-devices-vbd\\x2d768-block-xvda-xvda1.device": { "active_state": "active", "description": "/sys/devices/vbd-768/block/xvda/xvda1", "load_state": "loaded", "name": "sys-devices-vbd\\x2d768-block-xvda-xvda1.device", "sub_state": "plugged" }, "sys-devices-vbd\\x2d768-block-xvda.device": { "active_state": "active", "description": "/sys/devices/vbd-768/block/xvda", "load_state": "loaded", "name": "sys-devices-vbd\\x2d768-block-xvda.device", "sub_state": "plugged" }, "sys-devices-vif\\x2d0-net-eth0.device": { "active_state": "active", "description": "/sys/devices/vif-0/net/eth0", "load_state": "loaded", "name": "sys-devices-vif\\x2d0-net-eth0.device", "sub_state": "plugged" }, "sys-kernel-config.mount": { "active_state": "active", "description": "Kernel Configuration File System", "load_state": "loaded", "name": "sys-kernel-config.mount", "sub_state": "mounted" }, "sys-kernel-debug.mount": { "active_state": "active", "description": "Kernel Debug File System", "load_state": "loaded", "name": "sys-kernel-debug.mount", "sub_state": "mounted" }, "sys-kernel-tracing.mount": { "active_state": "active", "description": "/sys/kernel/tracing", "load_state": "loaded", "name": "sys-kernel-tracing.mount", "sub_state": "mounted" }, "sys-module-configfs.device": { "active_state": "active", "description": "/sys/module/configfs", "load_state": "loaded", "name": "sys-module-configfs.device", "sub_state": "plugged" }, "sys-subsystem-net-devices-eth0.device": { "active_state": "active", "description": "/sys/subsystem/net/devices/eth0", "load_state": "loaded", "name": "sys-subsystem-net-devices-eth0.device", "sub_state": "plugged" }, "sysinit.target": { "active_state": "active", "description": "System Initialization", "load_state": "loaded", "name": "sysinit.target", "sub_state": "active" }, "system-getty.slice": { "active_state": "active", "description": "system-getty.slice", "load_state": "loaded", "name": "system-getty.slice", "sub_state": "active" }, "system-sshd\\x2dkeygen.slice": { "active_state": "active", "description": "system-sshd\\x2dkeygen.slice", "load_state": "loaded", "name": "system-sshd\\x2dkeygen.slice", "sub_state": "active" }, "system.slice": { "active_state": "active", "description": "System Slice", "load_state": "loaded", "name": "system.slice", "sub_state": "active" }, "systemd-ask-password-plymouth.path": { "active_state": "active", "description": "Forward Password Requests to Plymouth Directory Watch", "load_state": "loaded", "name": "systemd-ask-password-plymouth.path", "sub_state": "waiting" }, "systemd-ask-password-wall.path": { "active_state": "active", "description": "Forward Password Requests to Wall Directory Watch", "load_state": "loaded", "name": "systemd-ask-password-wall.path", "sub_state": "waiting" }, "systemd-coredump.socket": { "active_state": "active", "description": "Process Core Dump Socket", "load_state": "loaded", "name": "systemd-coredump.socket", "sub_state": "listening" }, "systemd-initctl.socket": { "active_state": "active", "description": "initctl Compatibility Named Pipe", "load_state": "loaded", "name": "systemd-initctl.socket", "sub_state": "listening" }, "systemd-journal-flush.service": { "active_state": "active", "description": "Flush Journal to Persistent Storage", "load_state": "loaded", "name": "systemd-journal-flush.service", "sub_state": "exited" }, "systemd-journald-dev-log.socket": { "active_state": "active", "description": "Journal Socket (/dev/log)", "load_state": "loaded", "name": "systemd-journald-dev-log.socket", "sub_state": "running" }, "systemd-journald.service": { "active_state": "active", "description": "Journal Service", "load_state": "loaded", "name": "systemd-journald.service", "sub_state": "running" }, "systemd-journald.socket": { "active_state": "active", "description": "Journal Socket", "load_state": "loaded", "name": "systemd-journald.socket", "sub_state": "running" }, "systemd-logind.service": { "active_state": "active", "description": "Login Service", "load_state": "loaded", "name": "systemd-logind.service", "sub_state": "running" }, "systemd-machine-id-commit.service": { "active_state": "active", "description": "Commit a transient machine-id on disk", "load_state": "loaded", "name": "systemd-machine-id-commit.service", "sub_state": "exited" }, "systemd-random-seed.service": { "active_state": "active", "description": "Load/Save Random Seed", "load_state": "loaded", "name": "systemd-random-seed.service", "sub_state": "exited" }, "systemd-remount-fs.service": { "active_state": "active", "description": "Remount Root and Kernel File Systems", "load_state": "loaded", "name": "systemd-remount-fs.service", "sub_state": "exited" }, "systemd-sysctl.service": { "active_state": "active", "description": "Apply Kernel Variables", "load_state": "loaded", "name": "systemd-sysctl.service", "sub_state": "exited" }, "systemd-tmpfiles-clean.timer": { "active_state": "active", "description": "Daily Cleanup of Temporary Directories", "load_state": "loaded", "name": "systemd-tmpfiles-clean.timer", "sub_state": "waiting" }, "systemd-tmpfiles-setup-dev.service": { "active_state": "active", "description": "Create Static Device Nodes in /dev", "load_state": "loaded", "name": "systemd-tmpfiles-setup-dev.service", "sub_state": "exited" }, "systemd-tmpfiles-setup.service": { "active_state": "active", "description": "Create Volatile Files and Directories", "load_state": "loaded", "name": "systemd-tmpfiles-setup.service", "sub_state": "exited" }, "systemd-udev-trigger.service": { "active_state": "active", "description": "udev Coldplug all Devices", "load_state": "loaded", "name": "systemd-udev-trigger.service", "sub_state": "exited" }, "systemd-udevd-control.socket": { "active_state": "active", "description": "udev Control Socket", "load_state": "loaded", "name": "systemd-udevd-control.socket", "sub_state": "running" }, "systemd-udevd-kernel.socket": { "active_state": "active", "description": "udev Kernel Socket", "load_state": "loaded", "name": "systemd-udevd-kernel.socket", "sub_state": "running" }, "systemd-udevd.service": { "active_state": "active", "description": "udev Kernel Device Manager", "load_state": "loaded", "name": "systemd-udevd.service", "sub_state": "running" }, "systemd-update-utmp.service": { "active_state": "active", "description": "Update UTMP about System Boot/Shutdown", "load_state": "loaded", "name": "systemd-update-utmp.service", "sub_state": "exited" }, "systemd-user-sessions.service": { "active_state": "active", "description": "Permit User Sessions", "load_state": "loaded", "name": "systemd-user-sessions.service", "sub_state": "exited" }, "timers.target": { "active_state": "active", "description": "Timers", "load_state": "loaded", "name": "timers.target", "sub_state": "active" }, "tuned.service": { "active_state": "active", "description": "Dynamic System Tuning Daemon", "load_state": "loaded", "name": "tuned.service", "sub_state": "running" }, "unbound-anchor.timer": { "active_state": "active", "description": "daily update of the root trust anchor for DNSSEC", "load_state": "loaded", "name": "unbound-anchor.timer", "sub_state": "waiting" }, "user-0.slice": { "active_state": "active", "description": "User Slice of UID 0", "load_state": "loaded", "name": "user-0.slice", "sub_state": "active" }, "user-runtime-dir@0.service": { "active_state": "active", "description": "User runtime directory /run/user/0", "load_state": "loaded", "name": "user-runtime-dir@0.service", "sub_state": "exited" }, "user.slice": { "active_state": "active", "description": "User and Session Slice", "load_state": "loaded", "name": "user.slice", "sub_state": "active" }, "user@0.service": { "active_state": "active", "description": "User Manager for UID 0", "load_state": "loaded", "name": "user@0.service", "sub_state": "running" }, "var-lib-nfs-rpc_pipefs.mount": { "active_state": "active", "description": "RPC Pipe File System", "load_state": "loaded", "name": "var-lib-nfs-rpc_pipefs.mount", "sub_state": "mounted" } }, "systemd_units_user": { "root": { "-.mount": { "active_state": "active", "description": "Root Mount", "load_state": "loaded", "name": "-.mount", "sub_state": "mounted" }, "-.slice": { "active_state": "active", "description": "Root Slice", "load_state": "loaded", "name": "-.slice", "sub_state": "active" }, "NetworkManager-wait-online.service": { "active_state": "active", "description": "Network Manager Wait Online", "load_state": "loaded", "name": "NetworkManager-wait-online.service", "sub_state": "exited" }, "NetworkManager.service": { "active_state": "active", "description": "Network Manager", "load_state": "loaded", "name": "NetworkManager.service", "sub_state": "running" }, "auditd.service": { "active_state": "active", "description": "Security Auditing Service", "load_state": "loaded", "name": "auditd.service", "sub_state": "running" }, "basic.target": { "active_state": "active", "description": "Basic System", "load_state": "loaded", "name": "basic.target", "sub_state": "active" }, "chronyd.service": { "active_state": "active", "description": "NTP client/server", "load_state": "loaded", "name": "chronyd.service", "sub_state": "running" }, "cloud-config.service": { "active_state": "active", "description": "Apply the settings specified in cloud-config", "load_state": "loaded", "name": "cloud-config.service", "sub_state": "exited" }, "cloud-config.target": { "active_state": "active", "description": "Cloud-config availability", "load_state": "loaded", "name": "cloud-config.target", "sub_state": "active" }, "cloud-final.service": { "active_state": "active", "description": "Execute cloud user/final scripts", "load_state": "loaded", "name": "cloud-final.service", "sub_state": "exited" }, "cloud-init-local.service": { "active_state": "active", "description": "Initial cloud-init job (pre-networking)", "load_state": "loaded", "name": "cloud-init-local.service", "sub_state": "exited" }, "cloud-init.service": { "active_state": "active", "description": "Initial cloud-init job (metadata service crawler)", "load_state": "loaded", "name": "cloud-init.service", "sub_state": "exited" }, "cloud-init.target": { "active_state": "active", "description": "Cloud-init target", "load_state": "loaded", "name": "cloud-init.target", "sub_state": "active" }, "crond.service": { "active_state": "active", "description": "Command Scheduler", "load_state": "loaded", "name": "crond.service", "sub_state": "running" }, "cryptsetup.target": { "active_state": "active", "description": "Local Encrypted Volumes", "load_state": "loaded", "name": "cryptsetup.target", "sub_state": "active" }, "dbus.service": { "active_state": "active", "description": "D-Bus System Message Bus", "load_state": "loaded", "name": "dbus.service", "sub_state": "running" }, "dbus.socket": { "active_state": "active", "description": "D-Bus System Message Bus Socket", "load_state": "loaded", "name": "dbus.socket", "sub_state": "running" }, "dev-hugepages.mount": { "active_state": "active", "description": "Huge Pages File System", "load_state": "loaded", "name": "dev-hugepages.mount", "sub_state": "mounted" }, "dev-mqueue.mount": { "active_state": "active", "description": "POSIX Message Queue File System", "load_state": "loaded", "name": "dev-mqueue.mount", "sub_state": "mounted" }, "dnf-makecache.timer": { "active_state": "active", "description": "dnf makecache --timer", "load_state": "loaded", "name": "dnf-makecache.timer", "sub_state": "waiting" }, "dracut-shutdown.service": { "active_state": "active", "description": "Restore /run/initramfs on shutdown", "load_state": "loaded", "name": "dracut-shutdown.service", "sub_state": "exited" }, "foo.service": { "active_state": "active", "description": "foo.service", "load_state": "loaded", "name": "foo.service", "sub_state": "running" }, "getty.target": { "active_state": "active", "description": "Login Prompts", "load_state": "loaded", "name": "getty.target", "sub_state": "active" }, "getty@tty1.service": { "active_state": "active", "description": "Getty on tty1", "load_state": "loaded", "name": "getty@tty1.service", "sub_state": "running" }, "gssproxy.service": { "active_state": "active", "description": "GSSAPI Proxy Daemon", "load_state": "loaded", "name": "gssproxy.service", "sub_state": "running" }, "import-state.service": { "active_state": "active", "description": "Import network configuration from initramfs", "load_state": "loaded", "name": "import-state.service", "sub_state": "exited" }, "init.scope": { "active_state": "active", "description": "System and Service Manager", "load_state": "loaded", "name": "init.scope", "sub_state": "running" }, "irqbalance.service": { "active_state": "active", "description": "irqbalance daemon", "load_state": "loaded", "name": "irqbalance.service", "sub_state": "running" }, "kdump.service": { "active_state": "active", "description": "Crash recovery kernel arming", "load_state": "loaded", "name": "kdump.service", "sub_state": "exited" }, "kmod-static-nodes.service": { "active_state": "active", "description": "Create list of required static device nodes for the current kernel", "load_state": "loaded", "name": "kmod-static-nodes.service", "sub_state": "exited" }, "local-fs-pre.target": { "active_state": "active", "description": "Local File Systems (Pre)", "load_state": "loaded", "name": "local-fs-pre.target", "sub_state": "active" }, "local-fs.target": { "active_state": "active", "description": "Local File Systems", "load_state": "loaded", "name": "local-fs.target", "sub_state": "active" }, "multi-user.target": { "active_state": "active", "description": "Multi-User System", "load_state": "loaded", "name": "multi-user.target", "sub_state": "active" }, "network-online.target": { "active_state": "active", "description": "Network is Online", "load_state": "loaded", "name": "network-online.target", "sub_state": "active" }, "network-pre.target": { "active_state": "active", "description": "Network (Pre)", "load_state": "loaded", "name": "network-pre.target", "sub_state": "active" }, "network.target": { "active_state": "active", "description": "Network", "load_state": "loaded", "name": "network.target", "sub_state": "active" }, "nfs-client.target": { "active_state": "active", "description": "NFS client services", "load_state": "loaded", "name": "nfs-client.target", "sub_state": "active" }, "nis-domainname.service": { "active_state": "active", "description": "Read and set NIS domainname from /etc/sysconfig/network", "load_state": "loaded", "name": "nis-domainname.service", "sub_state": "exited" }, "nss-user-lookup.target": { "active_state": "active", "description": "User and Group Name Lookups", "load_state": "loaded", "name": "nss-user-lookup.target", "sub_state": "active" }, "paths.target": { "active_state": "active", "description": "Paths", "load_state": "loaded", "name": "paths.target", "sub_state": "active" }, "plymouth-quit-wait.service": { "active_state": "active", "description": "Hold until boot process finishes up", "load_state": "loaded", "name": "plymouth-quit-wait.service", "sub_state": "exited" }, "plymouth-quit.service": { "active_state": "active", "description": "Terminate Plymouth Boot Screen", "load_state": "loaded", "name": "plymouth-quit.service", "sub_state": "exited" }, "plymouth-read-write.service": { "active_state": "active", "description": "Tell Plymouth To Write Out Runtime Data", "load_state": "loaded", "name": "plymouth-read-write.service", "sub_state": "exited" }, "plymouth-start.service": { "active_state": "active", "description": "Show Plymouth Boot Screen", "load_state": "loaded", "name": "plymouth-start.service", "sub_state": "exited" }, "polkit.service": { "active_state": "active", "description": "Authorization Manager", "load_state": "loaded", "name": "polkit.service", "sub_state": "running" }, "proc-sys-fs-binfmt_misc.automount": { "active_state": "active", "description": "Arbitrary Executable File Formats File System Automount Point", "load_state": "loaded", "name": "proc-sys-fs-binfmt_misc.automount", "sub_state": "waiting" }, "remote-fs-pre.target": { "active_state": "active", "description": "Remote File Systems (Pre)", "load_state": "loaded", "name": "remote-fs-pre.target", "sub_state": "active" }, "remote-fs.target": { "active_state": "active", "description": "Remote File Systems", "load_state": "loaded", "name": "remote-fs.target", "sub_state": "active" }, "restraintd.service": { "active_state": "active", "description": "The restraint harness.", "load_state": "loaded", "name": "restraintd.service", "sub_state": "running" }, "rngd.service": { "active_state": "active", "description": "Hardware RNG Entropy Gatherer Daemon", "load_state": "loaded", "name": "rngd.service", "sub_state": "running" }, "rpc-statd-notify.service": { "active_state": "active", "description": "Notify NFS peers of a restart", "load_state": "loaded", "name": "rpc-statd-notify.service", "sub_state": "exited" }, "rpc_pipefs.target": { "active_state": "active", "description": "rpc_pipefs.target", "load_state": "loaded", "name": "rpc_pipefs.target", "sub_state": "active" }, "rpcbind.service": { "active_state": "active", "description": "RPC Bind", "load_state": "loaded", "name": "rpcbind.service", "sub_state": "running" }, "rpcbind.socket": { "active_state": "active", "description": "RPCbind Server Activation Socket", "load_state": "loaded", "name": "rpcbind.socket", "sub_state": "running" }, "rpcbind.target": { "active_state": "active", "description": "RPC Port Mapper", "load_state": "loaded", "name": "rpcbind.target", "sub_state": "active" }, "rsyslog.service": { "active_state": "active", "description": "System Logging Service", "load_state": "loaded", "name": "rsyslog.service", "sub_state": "running" }, "run-user-0.mount": { "active_state": "active", "description": "/run/user/0", "load_state": "loaded", "name": "run-user-0.mount", "sub_state": "mounted" }, "session-3.scope": { "active_state": "active", "description": "Session 3 of user root", "load_state": "loaded", "name": "session-3.scope", "sub_state": "running" }, "session-5.scope": { "active_state": "active", "description": "Session 5 of user root", "load_state": "loaded", "name": "session-5.scope", "sub_state": "running" }, "slices.target": { "active_state": "active", "description": "Slices", "load_state": "loaded", "name": "slices.target", "sub_state": "active" }, "sockets.target": { "active_state": "active", "description": "Sockets", "load_state": "loaded", "name": "sockets.target", "sub_state": "active" }, "sshd-keygen.target": { "active_state": "active", "description": "sshd-keygen.target", "load_state": "loaded", "name": "sshd-keygen.target", "sub_state": "active" }, "sshd.service": { "active_state": "active", "description": "OpenSSH server daemon", "load_state": "loaded", "name": "sshd.service", "sub_state": "running" }, "sssd-kcm.socket": { "active_state": "active", "description": "SSSD Kerberos Cache Manager responder socket", "load_state": "loaded", "name": "sssd-kcm.socket", "sub_state": "listening" }, "swap.target": { "active_state": "active", "description": "Swap", "load_state": "loaded", "name": "swap.target", "sub_state": "active" }, "sys-devices-platform-serial8250-tty-ttyS1.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS1", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS1.device", "sub_state": "plugged" }, "sys-devices-platform-serial8250-tty-ttyS2.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS2", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS2.device", "sub_state": "plugged" }, "sys-devices-platform-serial8250-tty-ttyS3.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS3", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS3.device", "sub_state": "plugged" }, "sys-devices-pnp0-00:06-tty-ttyS0.device": { "active_state": "active", "description": "/sys/devices/pnp0/00:06/tty/ttyS0", "load_state": "loaded", "name": "sys-devices-pnp0-00:06-tty-ttyS0.device", "sub_state": "plugged" }, "sys-devices-vbd\\x2d768-block-xvda-xvda1.device": { "active_state": "active", "description": "/sys/devices/vbd-768/block/xvda/xvda1", "load_state": "loaded", "name": "sys-devices-vbd\\x2d768-block-xvda-xvda1.device", "sub_state": "plugged" }, "sys-devices-vbd\\x2d768-block-xvda.device": { "active_state": "active", "description": "/sys/devices/vbd-768/block/xvda", "load_state": "loaded", "name": "sys-devices-vbd\\x2d768-block-xvda.device", "sub_state": "plugged" }, "sys-devices-vif\\x2d0-net-eth0.device": { "active_state": "active", "description": "/sys/devices/vif-0/net/eth0", "load_state": "loaded", "name": "sys-devices-vif\\x2d0-net-eth0.device", "sub_state": "plugged" }, "sys-kernel-config.mount": { "active_state": "active", "description": "Kernel Configuration File System", "load_state": "loaded", "name": "sys-kernel-config.mount", "sub_state": "mounted" }, "sys-kernel-debug.mount": { "active_state": "active", "description": "Kernel Debug File System", "load_state": "loaded", "name": "sys-kernel-debug.mount", "sub_state": "mounted" }, "sys-kernel-tracing.mount": { "active_state": "active", "description": "/sys/kernel/tracing", "load_state": "loaded", "name": "sys-kernel-tracing.mount", "sub_state": "mounted" }, "sys-module-configfs.device": { "active_state": "active", "description": "/sys/module/configfs", "load_state": "loaded", "name": "sys-module-configfs.device", "sub_state": "plugged" }, "sys-subsystem-net-devices-eth0.device": { "active_state": "active", "description": "/sys/subsystem/net/devices/eth0", "load_state": "loaded", "name": "sys-subsystem-net-devices-eth0.device", "sub_state": "plugged" }, "sysinit.target": { "active_state": "active", "description": "System Initialization", "load_state": "loaded", "name": "sysinit.target", "sub_state": "active" }, "system-getty.slice": { "active_state": "active", "description": "system-getty.slice", "load_state": "loaded", "name": "system-getty.slice", "sub_state": "active" }, "system-sshd\\x2dkeygen.slice": { "active_state": "active", "description": "system-sshd\\x2dkeygen.slice", "load_state": "loaded", "name": "system-sshd\\x2dkeygen.slice", "sub_state": "active" }, "system.slice": { "active_state": "active", "description": "System Slice", "load_state": "loaded", "name": "system.slice", "sub_state": "active" }, "systemd-ask-password-plymouth.path": { "active_state": "active", "description": "Forward Password Requests to Plymouth Directory Watch", "load_state": "loaded", "name": "systemd-ask-password-plymouth.path", "sub_state": "waiting" }, "systemd-ask-password-wall.path": { "active_state": "active", "description": "Forward Password Requests to Wall Directory Watch", "load_state": "loaded", "name": "systemd-ask-password-wall.path", "sub_state": "waiting" }, "systemd-coredump.socket": { "active_state": "active", "description": "Process Core Dump Socket", "load_state": "loaded", "name": "systemd-coredump.socket", "sub_state": "listening" }, "systemd-initctl.socket": { "active_state": "active", "description": "initctl Compatibility Named Pipe", "load_state": "loaded", "name": "systemd-initctl.socket", "sub_state": "listening" }, "systemd-journal-flush.service": { "active_state": "active", "description": "Flush Journal to Persistent Storage", "load_state": "loaded", "name": "systemd-journal-flush.service", "sub_state": "exited" }, "systemd-journald-dev-log.socket": { "active_state": "active", "description": "Journal Socket (/dev/log)", "load_state": "loaded", "name": "systemd-journald-dev-log.socket", "sub_state": "running" }, "systemd-journald.service": { "active_state": "active", "description": "Journal Service", "load_state": "loaded", "name": "systemd-journald.service", "sub_state": "running" }, "systemd-journald.socket": { "active_state": "active", "description": "Journal Socket", "load_state": "loaded", "name": "systemd-journald.socket", "sub_state": "running" }, "systemd-logind.service": { "active_state": "active", "description": "Login Service", "load_state": "loaded", "name": "systemd-logind.service", "sub_state": "running" }, "systemd-machine-id-commit.service": { "active_state": "active", "description": "Commit a transient machine-id on disk", "load_state": "loaded", "name": "systemd-machine-id-commit.service", "sub_state": "exited" }, "systemd-random-seed.service": { "active_state": "active", "description": "Load/Save Random Seed", "load_state": "loaded", "name": "systemd-random-seed.service", "sub_state": "exited" }, "systemd-remount-fs.service": { "active_state": "active", "description": "Remount Root and Kernel File Systems", "load_state": "loaded", "name": "systemd-remount-fs.service", "sub_state": "exited" }, "systemd-sysctl.service": { "active_state": "active", "description": "Apply Kernel Variables", "load_state": "loaded", "name": "systemd-sysctl.service", "sub_state": "exited" }, "systemd-tmpfiles-clean.timer": { "active_state": "active", "description": "Daily Cleanup of Temporary Directories", "load_state": "loaded", "name": "systemd-tmpfiles-clean.timer", "sub_state": "waiting" }, "systemd-tmpfiles-setup-dev.service": { "active_state": "active", "description": "Create Static Device Nodes in /dev", "load_state": "loaded", "name": "systemd-tmpfiles-setup-dev.service", "sub_state": "exited" }, "systemd-tmpfiles-setup.service": { "active_state": "active", "description": "Create Volatile Files and Directories", "load_state": "loaded", "name": "systemd-tmpfiles-setup.service", "sub_state": "exited" }, "systemd-udev-trigger.service": { "active_state": "active", "description": "udev Coldplug all Devices", "load_state": "loaded", "name": "systemd-udev-trigger.service", "sub_state": "exited" }, "systemd-udevd-control.socket": { "active_state": "active", "description": "udev Control Socket", "load_state": "loaded", "name": "systemd-udevd-control.socket", "sub_state": "running" }, "systemd-udevd-kernel.socket": { "active_state": "active", "description": "udev Kernel Socket", "load_state": "loaded", "name": "systemd-udevd-kernel.socket", "sub_state": "running" }, "systemd-udevd.service": { "active_state": "active", "description": "udev Kernel Device Manager", "load_state": "loaded", "name": "systemd-udevd.service", "sub_state": "running" }, "systemd-update-utmp.service": { "active_state": "active", "description": "Update UTMP about System Boot/Shutdown", "load_state": "loaded", "name": "systemd-update-utmp.service", "sub_state": "exited" }, "systemd-user-sessions.service": { "active_state": "active", "description": "Permit User Sessions", "load_state": "loaded", "name": "systemd-user-sessions.service", "sub_state": "exited" }, "timers.target": { "active_state": "active", "description": "Timers", "load_state": "loaded", "name": "timers.target", "sub_state": "active" }, "tuned.service": { "active_state": "active", "description": "Dynamic System Tuning Daemon", "load_state": "loaded", "name": "tuned.service", "sub_state": "running" }, "unbound-anchor.timer": { "active_state": "active", "description": "daily update of the root trust anchor for DNSSEC", "load_state": "loaded", "name": "unbound-anchor.timer", "sub_state": "waiting" }, "user-0.slice": { "active_state": "active", "description": "User Slice of UID 0", "load_state": "loaded", "name": "user-0.slice", "sub_state": "active" }, "user-runtime-dir@0.service": { "active_state": "active", "description": "User runtime directory /run/user/0", "load_state": "loaded", "name": "user-runtime-dir@0.service", "sub_state": "exited" }, "user.slice": { "active_state": "active", "description": "User and Session Slice", "load_state": "loaded", "name": "user.slice", "sub_state": "active" }, "user@0.service": { "active_state": "active", "description": "User Manager for UID 0", "load_state": "loaded", "name": "user@0.service", "sub_state": "running" }, "var-lib-nfs-rpc_pipefs.mount": { "active_state": "active", "description": "RPC Pipe File System", "load_state": "loaded", "name": "var-lib-nfs-rpc_pipefs.mount", "sub_state": "mounted" } } } }, "changed": false } TASK [fedora.linux_system_roles.systemd : DebugAfter] ************************** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:158 Monday 11 November 2024 18:52:42 -0500 (0:00:00.472) 0:01:27.573 ******* ok: [managed-node1] => {} MSG: facts { "root": { "-.mount": { "active_state": "active", "description": "Root Mount", "load_state": "loaded", "name": "-.mount", "sub_state": "mounted" }, "-.slice": { "active_state": "active", "description": "Root Slice", "load_state": "loaded", "name": "-.slice", "sub_state": "active" }, "NetworkManager-wait-online.service": { "active_state": "active", "description": "Network Manager Wait Online", "load_state": "loaded", "name": "NetworkManager-wait-online.service", "sub_state": "exited" }, "NetworkManager.service": { "active_state": "active", "description": "Network Manager", "load_state": "loaded", "name": "NetworkManager.service", "sub_state": "running" }, "auditd.service": { "active_state": "active", "description": "Security Auditing Service", "load_state": "loaded", "name": "auditd.service", "sub_state": "running" }, "basic.target": { "active_state": "active", "description": "Basic System", "load_state": "loaded", "name": "basic.target", "sub_state": "active" }, "chronyd.service": { "active_state": "active", "description": "NTP client/server", "load_state": "loaded", "name": "chronyd.service", "sub_state": "running" }, "cloud-config.service": { "active_state": "active", "description": "Apply the settings specified in cloud-config", "load_state": "loaded", "name": "cloud-config.service", "sub_state": "exited" }, "cloud-config.target": { "active_state": "active", "description": "Cloud-config availability", "load_state": "loaded", "name": "cloud-config.target", "sub_state": "active" }, "cloud-final.service": { "active_state": "active", "description": "Execute cloud user/final scripts", "load_state": "loaded", "name": "cloud-final.service", "sub_state": "exited" }, "cloud-init-local.service": { "active_state": "active", "description": "Initial cloud-init job (pre-networking)", "load_state": "loaded", "name": "cloud-init-local.service", "sub_state": "exited" }, "cloud-init.service": { "active_state": "active", "description": "Initial cloud-init job (metadata service crawler)", "load_state": "loaded", "name": "cloud-init.service", "sub_state": "exited" }, "cloud-init.target": { "active_state": "active", "description": "Cloud-init target", "load_state": "loaded", "name": "cloud-init.target", "sub_state": "active" }, "crond.service": { "active_state": "active", "description": "Command Scheduler", "load_state": "loaded", "name": "crond.service", "sub_state": "running" }, "cryptsetup.target": { "active_state": "active", "description": "Local Encrypted Volumes", "load_state": "loaded", "name": "cryptsetup.target", "sub_state": "active" }, "dbus.service": { "active_state": "active", "description": "D-Bus System Message Bus", "load_state": "loaded", "name": "dbus.service", "sub_state": "running" }, "dbus.socket": { "active_state": "active", "description": "D-Bus System Message Bus Socket", "load_state": "loaded", "name": "dbus.socket", "sub_state": "running" }, "dev-hugepages.mount": { "active_state": "active", "description": "Huge Pages File System", "load_state": "loaded", "name": "dev-hugepages.mount", "sub_state": "mounted" }, "dev-mqueue.mount": { "active_state": "active", "description": "POSIX Message Queue File System", "load_state": "loaded", "name": "dev-mqueue.mount", "sub_state": "mounted" }, "dnf-makecache.timer": { "active_state": "active", "description": "dnf makecache --timer", "load_state": "loaded", "name": "dnf-makecache.timer", "sub_state": "waiting" }, "dracut-shutdown.service": { "active_state": "active", "description": "Restore /run/initramfs on shutdown", "load_state": "loaded", "name": "dracut-shutdown.service", "sub_state": "exited" }, "foo.service": { "active_state": "active", "description": "foo.service", "load_state": "loaded", "name": "foo.service", "sub_state": "running" }, "getty.target": { "active_state": "active", "description": "Login Prompts", "load_state": "loaded", "name": "getty.target", "sub_state": "active" }, "getty@tty1.service": { "active_state": "active", "description": "Getty on tty1", "load_state": "loaded", "name": "getty@tty1.service", "sub_state": "running" }, "gssproxy.service": { "active_state": "active", "description": "GSSAPI Proxy Daemon", "load_state": "loaded", "name": "gssproxy.service", "sub_state": "running" }, "import-state.service": { "active_state": "active", "description": "Import network configuration from initramfs", "load_state": "loaded", "name": "import-state.service", "sub_state": "exited" }, "init.scope": { "active_state": "active", "description": "System and Service Manager", "load_state": "loaded", "name": "init.scope", "sub_state": "running" }, "irqbalance.service": { "active_state": "active", "description": "irqbalance daemon", "load_state": "loaded", "name": "irqbalance.service", "sub_state": "running" }, "kdump.service": { "active_state": "active", "description": "Crash recovery kernel arming", "load_state": "loaded", "name": "kdump.service", "sub_state": "exited" }, "kmod-static-nodes.service": { "active_state": "active", "description": "Create list of required static device nodes for the current kernel", "load_state": "loaded", "name": "kmod-static-nodes.service", "sub_state": "exited" }, "local-fs-pre.target": { "active_state": "active", "description": "Local File Systems (Pre)", "load_state": "loaded", "name": "local-fs-pre.target", "sub_state": "active" }, "local-fs.target": { "active_state": "active", "description": "Local File Systems", "load_state": "loaded", "name": "local-fs.target", "sub_state": "active" }, "multi-user.target": { "active_state": "active", "description": "Multi-User System", "load_state": "loaded", "name": "multi-user.target", "sub_state": "active" }, "network-online.target": { "active_state": "active", "description": "Network is Online", "load_state": "loaded", "name": "network-online.target", "sub_state": "active" }, "network-pre.target": { "active_state": "active", "description": "Network (Pre)", "load_state": "loaded", "name": "network-pre.target", "sub_state": "active" }, "network.target": { "active_state": "active", "description": "Network", "load_state": "loaded", "name": "network.target", "sub_state": "active" }, "nfs-client.target": { "active_state": "active", "description": "NFS client services", "load_state": "loaded", "name": "nfs-client.target", "sub_state": "active" }, "nis-domainname.service": { "active_state": "active", "description": "Read and set NIS domainname from /etc/sysconfig/network", "load_state": "loaded", "name": "nis-domainname.service", "sub_state": "exited" }, "nss-user-lookup.target": { "active_state": "active", "description": "User and Group Name Lookups", "load_state": "loaded", "name": "nss-user-lookup.target", "sub_state": "active" }, "paths.target": { "active_state": "active", "description": "Paths", "load_state": "loaded", "name": "paths.target", "sub_state": "active" }, "plymouth-quit-wait.service": { "active_state": "active", "description": "Hold until boot process finishes up", "load_state": "loaded", "name": "plymouth-quit-wait.service", "sub_state": "exited" }, "plymouth-quit.service": { "active_state": "active", "description": "Terminate Plymouth Boot Screen", "load_state": "loaded", "name": "plymouth-quit.service", "sub_state": "exited" }, "plymouth-read-write.service": { "active_state": "active", "description": "Tell Plymouth To Write Out Runtime Data", "load_state": "loaded", "name": "plymouth-read-write.service", "sub_state": "exited" }, "plymouth-start.service": { "active_state": "active", "description": "Show Plymouth Boot Screen", "load_state": "loaded", "name": "plymouth-start.service", "sub_state": "exited" }, "polkit.service": { "active_state": "active", "description": "Authorization Manager", "load_state": "loaded", "name": "polkit.service", "sub_state": "running" }, "proc-sys-fs-binfmt_misc.automount": { "active_state": "active", "description": "Arbitrary Executable File Formats File System Automount Point", "load_state": "loaded", "name": "proc-sys-fs-binfmt_misc.automount", "sub_state": "waiting" }, "remote-fs-pre.target": { "active_state": "active", "description": "Remote File Systems (Pre)", "load_state": "loaded", "name": "remote-fs-pre.target", "sub_state": "active" }, "remote-fs.target": { "active_state": "active", "description": "Remote File Systems", "load_state": "loaded", "name": "remote-fs.target", "sub_state": "active" }, "restraintd.service": { "active_state": "active", "description": "The restraint harness.", "load_state": "loaded", "name": "restraintd.service", "sub_state": "running" }, "rngd.service": { "active_state": "active", "description": "Hardware RNG Entropy Gatherer Daemon", "load_state": "loaded", "name": "rngd.service", "sub_state": "running" }, "rpc-statd-notify.service": { "active_state": "active", "description": "Notify NFS peers of a restart", "load_state": "loaded", "name": "rpc-statd-notify.service", "sub_state": "exited" }, "rpc_pipefs.target": { "active_state": "active", "description": "rpc_pipefs.target", "load_state": "loaded", "name": "rpc_pipefs.target", "sub_state": "active" }, "rpcbind.service": { "active_state": "active", "description": "RPC Bind", "load_state": "loaded", "name": "rpcbind.service", "sub_state": "running" }, "rpcbind.socket": { "active_state": "active", "description": "RPCbind Server Activation Socket", "load_state": "loaded", "name": "rpcbind.socket", "sub_state": "running" }, "rpcbind.target": { "active_state": "active", "description": "RPC Port Mapper", "load_state": "loaded", "name": "rpcbind.target", "sub_state": "active" }, "rsyslog.service": { "active_state": "active", "description": "System Logging Service", "load_state": "loaded", "name": "rsyslog.service", "sub_state": "running" }, "run-user-0.mount": { "active_state": "active", "description": "/run/user/0", "load_state": "loaded", "name": "run-user-0.mount", "sub_state": "mounted" }, "session-3.scope": { "active_state": "active", "description": "Session 3 of user root", "load_state": "loaded", "name": "session-3.scope", "sub_state": "running" }, "session-5.scope": { "active_state": "active", "description": "Session 5 of user root", "load_state": "loaded", "name": "session-5.scope", "sub_state": "running" }, "slices.target": { "active_state": "active", "description": "Slices", "load_state": "loaded", "name": "slices.target", "sub_state": "active" }, "sockets.target": { "active_state": "active", "description": "Sockets", "load_state": "loaded", "name": "sockets.target", "sub_state": "active" }, "sshd-keygen.target": { "active_state": "active", "description": "sshd-keygen.target", "load_state": "loaded", "name": "sshd-keygen.target", "sub_state": "active" }, "sshd.service": { "active_state": "active", "description": "OpenSSH server daemon", "load_state": "loaded", "name": "sshd.service", "sub_state": "running" }, "sssd-kcm.socket": { "active_state": "active", "description": "SSSD Kerberos Cache Manager responder socket", "load_state": "loaded", "name": "sssd-kcm.socket", "sub_state": "listening" }, "swap.target": { "active_state": "active", "description": "Swap", "load_state": "loaded", "name": "swap.target", "sub_state": "active" }, "sys-devices-platform-serial8250-tty-ttyS1.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS1", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS1.device", "sub_state": "plugged" }, "sys-devices-platform-serial8250-tty-ttyS2.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS2", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS2.device", "sub_state": "plugged" }, "sys-devices-platform-serial8250-tty-ttyS3.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS3", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS3.device", "sub_state": "plugged" }, "sys-devices-pnp0-00:06-tty-ttyS0.device": { "active_state": "active", "description": "/sys/devices/pnp0/00:06/tty/ttyS0", "load_state": "loaded", "name": "sys-devices-pnp0-00:06-tty-ttyS0.device", "sub_state": "plugged" }, "sys-devices-vbd\\x2d768-block-xvda-xvda1.device": { "active_state": "active", "description": "/sys/devices/vbd-768/block/xvda/xvda1", "load_state": "loaded", "name": "sys-devices-vbd\\x2d768-block-xvda-xvda1.device", "sub_state": "plugged" }, "sys-devices-vbd\\x2d768-block-xvda.device": { "active_state": "active", "description": "/sys/devices/vbd-768/block/xvda", "load_state": "loaded", "name": "sys-devices-vbd\\x2d768-block-xvda.device", "sub_state": "plugged" }, "sys-devices-vif\\x2d0-net-eth0.device": { "active_state": "active", "description": "/sys/devices/vif-0/net/eth0", "load_state": "loaded", "name": "sys-devices-vif\\x2d0-net-eth0.device", "sub_state": "plugged" }, "sys-kernel-config.mount": { "active_state": "active", "description": "Kernel Configuration File System", "load_state": "loaded", "name": "sys-kernel-config.mount", "sub_state": "mounted" }, "sys-kernel-debug.mount": { "active_state": "active", "description": "Kernel Debug File System", "load_state": "loaded", "name": "sys-kernel-debug.mount", "sub_state": "mounted" }, "sys-kernel-tracing.mount": { "active_state": "active", "description": "/sys/kernel/tracing", "load_state": "loaded", "name": "sys-kernel-tracing.mount", "sub_state": "mounted" }, "sys-module-configfs.device": { "active_state": "active", "description": "/sys/module/configfs", "load_state": "loaded", "name": "sys-module-configfs.device", "sub_state": "plugged" }, "sys-subsystem-net-devices-eth0.device": { "active_state": "active", "description": "/sys/subsystem/net/devices/eth0", "load_state": "loaded", "name": "sys-subsystem-net-devices-eth0.device", "sub_state": "plugged" }, "sysinit.target": { "active_state": "active", "description": "System Initialization", "load_state": "loaded", "name": "sysinit.target", "sub_state": "active" }, "system-getty.slice": { "active_state": "active", "description": "system-getty.slice", "load_state": "loaded", "name": "system-getty.slice", "sub_state": "active" }, "system-sshd\\x2dkeygen.slice": { "active_state": "active", "description": "system-sshd\\x2dkeygen.slice", "load_state": "loaded", "name": "system-sshd\\x2dkeygen.slice", "sub_state": "active" }, "system.slice": { "active_state": "active", "description": "System Slice", "load_state": "loaded", "name": "system.slice", "sub_state": "active" }, "systemd-ask-password-plymouth.path": { "active_state": "active", "description": "Forward Password Requests to Plymouth Directory Watch", "load_state": "loaded", "name": "systemd-ask-password-plymouth.path", "sub_state": "waiting" }, "systemd-ask-password-wall.path": { "active_state": "active", "description": "Forward Password Requests to Wall Directory Watch", "load_state": "loaded", "name": "systemd-ask-password-wall.path", "sub_state": "waiting" }, "systemd-coredump.socket": { "active_state": "active", "description": "Process Core Dump Socket", "load_state": "loaded", "name": "systemd-coredump.socket", "sub_state": "listening" }, "systemd-initctl.socket": { "active_state": "active", "description": "initctl Compatibility Named Pipe", "load_state": "loaded", "name": "systemd-initctl.socket", "sub_state": "listening" }, "systemd-journal-flush.service": { "active_state": "active", "description": "Flush Journal to Persistent Storage", "load_state": "loaded", "name": "systemd-journal-flush.service", "sub_state": "exited" }, "systemd-journald-dev-log.socket": { "active_state": "active", "description": "Journal Socket (/dev/log)", "load_state": "loaded", "name": "systemd-journald-dev-log.socket", "sub_state": "running" }, "systemd-journald.service": { "active_state": "active", "description": "Journal Service", "load_state": "loaded", "name": "systemd-journald.service", "sub_state": "running" }, "systemd-journald.socket": { "active_state": "active", "description": "Journal Socket", "load_state": "loaded", "name": "systemd-journald.socket", "sub_state": "running" }, "systemd-logind.service": { "active_state": "active", "description": "Login Service", "load_state": "loaded", "name": "systemd-logind.service", "sub_state": "running" }, "systemd-machine-id-commit.service": { "active_state": "active", "description": "Commit a transient machine-id on disk", "load_state": "loaded", "name": "systemd-machine-id-commit.service", "sub_state": "exited" }, "systemd-random-seed.service": { "active_state": "active", "description": "Load/Save Random Seed", "load_state": "loaded", "name": "systemd-random-seed.service", "sub_state": "exited" }, "systemd-remount-fs.service": { "active_state": "active", "description": "Remount Root and Kernel File Systems", "load_state": "loaded", "name": "systemd-remount-fs.service", "sub_state": "exited" }, "systemd-sysctl.service": { "active_state": "active", "description": "Apply Kernel Variables", "load_state": "loaded", "name": "systemd-sysctl.service", "sub_state": "exited" }, "systemd-tmpfiles-clean.timer": { "active_state": "active", "description": "Daily Cleanup of Temporary Directories", "load_state": "loaded", "name": "systemd-tmpfiles-clean.timer", "sub_state": "waiting" }, "systemd-tmpfiles-setup-dev.service": { "active_state": "active", "description": "Create Static Device Nodes in /dev", "load_state": "loaded", "name": "systemd-tmpfiles-setup-dev.service", "sub_state": "exited" }, "systemd-tmpfiles-setup.service": { "active_state": "active", "description": "Create Volatile Files and Directories", "load_state": "loaded", "name": "systemd-tmpfiles-setup.service", "sub_state": "exited" }, "systemd-udev-trigger.service": { "active_state": "active", "description": "udev Coldplug all Devices", "load_state": "loaded", "name": "systemd-udev-trigger.service", "sub_state": "exited" }, "systemd-udevd-control.socket": { "active_state": "active", "description": "udev Control Socket", "load_state": "loaded", "name": "systemd-udevd-control.socket", "sub_state": "running" }, "systemd-udevd-kernel.socket": { "active_state": "active", "description": "udev Kernel Socket", "load_state": "loaded", "name": "systemd-udevd-kernel.socket", "sub_state": "running" }, "systemd-udevd.service": { "active_state": "active", "description": "udev Kernel Device Manager", "load_state": "loaded", "name": "systemd-udevd.service", "sub_state": "running" }, "systemd-update-utmp.service": { "active_state": "active", "description": "Update UTMP about System Boot/Shutdown", "load_state": "loaded", "name": "systemd-update-utmp.service", "sub_state": "exited" }, "systemd-user-sessions.service": { "active_state": "active", "description": "Permit User Sessions", "load_state": "loaded", "name": "systemd-user-sessions.service", "sub_state": "exited" }, "timers.target": { "active_state": "active", "description": "Timers", "load_state": "loaded", "name": "timers.target", "sub_state": "active" }, "tuned.service": { "active_state": "active", "description": "Dynamic System Tuning Daemon", "load_state": "loaded", "name": "tuned.service", "sub_state": "running" }, "unbound-anchor.timer": { "active_state": "active", "description": "daily update of the root trust anchor for DNSSEC", "load_state": "loaded", "name": "unbound-anchor.timer", "sub_state": "waiting" }, "user-0.slice": { "active_state": "active", "description": "User Slice of UID 0", "load_state": "loaded", "name": "user-0.slice", "sub_state": "active" }, "user-runtime-dir@0.service": { "active_state": "active", "description": "User runtime directory /run/user/0", "load_state": "loaded", "name": "user-runtime-dir@0.service", "sub_state": "exited" }, "user.slice": { "active_state": "active", "description": "User and Session Slice", "load_state": "loaded", "name": "user.slice", "sub_state": "active" }, "user@0.service": { "active_state": "active", "description": "User Manager for UID 0", "load_state": "loaded", "name": "user@0.service", "sub_state": "running" }, "var-lib-nfs-rpc_pipefs.mount": { "active_state": "active", "description": "RPC Pipe File System", "load_state": "loaded", "name": "var-lib-nfs-rpc_pipefs.mount", "sub_state": "mounted" } } } TASK [fedora.linux_system_roles.systemd : Set legacy systemd_units output variable] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:162 Monday 11 November 2024 18:52:42 -0500 (0:00:00.066) 0:01:27.639 ******* ok: [managed-node1] => { "ansible_facts": { "systemd_units": { "-.mount": { "active_state": "active", "description": "Root Mount", "load_state": "loaded", "name": "-.mount", "sub_state": "mounted" }, "-.slice": { "active_state": "active", "description": "Root Slice", "load_state": "loaded", "name": "-.slice", "sub_state": "active" }, "NetworkManager-wait-online.service": { "active_state": "active", "description": "Network Manager Wait Online", "load_state": "loaded", "name": "NetworkManager-wait-online.service", "sub_state": "exited" }, "NetworkManager.service": { "active_state": "active", "description": "Network Manager", "load_state": "loaded", "name": "NetworkManager.service", "sub_state": "running" }, "auditd.service": { "active_state": "active", "description": "Security Auditing Service", "load_state": "loaded", "name": "auditd.service", "sub_state": "running" }, "basic.target": { "active_state": "active", "description": "Basic System", "load_state": "loaded", "name": "basic.target", "sub_state": "active" }, "chronyd.service": { "active_state": "active", "description": "NTP client/server", "load_state": "loaded", "name": "chronyd.service", "sub_state": "running" }, "cloud-config.service": { "active_state": "active", "description": "Apply the settings specified in cloud-config", "load_state": "loaded", "name": "cloud-config.service", "sub_state": "exited" }, "cloud-config.target": { "active_state": "active", "description": "Cloud-config availability", "load_state": "loaded", "name": "cloud-config.target", "sub_state": "active" }, "cloud-final.service": { "active_state": "active", "description": "Execute cloud user/final scripts", "load_state": "loaded", "name": "cloud-final.service", "sub_state": "exited" }, "cloud-init-local.service": { "active_state": "active", "description": "Initial cloud-init job (pre-networking)", "load_state": "loaded", "name": "cloud-init-local.service", "sub_state": "exited" }, "cloud-init.service": { "active_state": "active", "description": "Initial cloud-init job (metadata service crawler)", "load_state": "loaded", "name": "cloud-init.service", "sub_state": "exited" }, "cloud-init.target": { "active_state": "active", "description": "Cloud-init target", "load_state": "loaded", "name": "cloud-init.target", "sub_state": "active" }, "crond.service": { "active_state": "active", "description": "Command Scheduler", "load_state": "loaded", "name": "crond.service", "sub_state": "running" }, "cryptsetup.target": { "active_state": "active", "description": "Local Encrypted Volumes", "load_state": "loaded", "name": "cryptsetup.target", "sub_state": "active" }, "dbus.service": { "active_state": "active", "description": "D-Bus System Message Bus", "load_state": "loaded", "name": "dbus.service", "sub_state": "running" }, "dbus.socket": { "active_state": "active", "description": "D-Bus System Message Bus Socket", "load_state": "loaded", "name": "dbus.socket", "sub_state": "running" }, "dev-hugepages.mount": { "active_state": "active", "description": "Huge Pages File System", "load_state": "loaded", "name": "dev-hugepages.mount", "sub_state": "mounted" }, "dev-mqueue.mount": { "active_state": "active", "description": "POSIX Message Queue File System", "load_state": "loaded", "name": "dev-mqueue.mount", "sub_state": "mounted" }, "dnf-makecache.timer": { "active_state": "active", "description": "dnf makecache --timer", "load_state": "loaded", "name": "dnf-makecache.timer", "sub_state": "waiting" }, "dracut-shutdown.service": { "active_state": "active", "description": "Restore /run/initramfs on shutdown", "load_state": "loaded", "name": "dracut-shutdown.service", "sub_state": "exited" }, "foo.service": { "active_state": "active", "description": "foo.service", "load_state": "loaded", "name": "foo.service", "sub_state": "running" }, "getty.target": { "active_state": "active", "description": "Login Prompts", "load_state": "loaded", "name": "getty.target", "sub_state": "active" }, "getty@tty1.service": { "active_state": "active", "description": "Getty on tty1", "load_state": "loaded", "name": "getty@tty1.service", "sub_state": "running" }, "gssproxy.service": { "active_state": "active", "description": "GSSAPI Proxy Daemon", "load_state": "loaded", "name": "gssproxy.service", "sub_state": "running" }, "import-state.service": { "active_state": "active", "description": "Import network configuration from initramfs", "load_state": "loaded", "name": "import-state.service", "sub_state": "exited" }, "init.scope": { "active_state": "active", "description": "System and Service Manager", "load_state": "loaded", "name": "init.scope", "sub_state": "running" }, "irqbalance.service": { "active_state": "active", "description": "irqbalance daemon", "load_state": "loaded", "name": "irqbalance.service", "sub_state": "running" }, "kdump.service": { "active_state": "active", "description": "Crash recovery kernel arming", "load_state": "loaded", "name": "kdump.service", "sub_state": "exited" }, "kmod-static-nodes.service": { "active_state": "active", "description": "Create list of required static device nodes for the current kernel", "load_state": "loaded", "name": "kmod-static-nodes.service", "sub_state": "exited" }, "local-fs-pre.target": { "active_state": "active", "description": "Local File Systems (Pre)", "load_state": "loaded", "name": "local-fs-pre.target", "sub_state": "active" }, "local-fs.target": { "active_state": "active", "description": "Local File Systems", "load_state": "loaded", "name": "local-fs.target", "sub_state": "active" }, "multi-user.target": { "active_state": "active", "description": "Multi-User System", "load_state": "loaded", "name": "multi-user.target", "sub_state": "active" }, "network-online.target": { "active_state": "active", "description": "Network is Online", "load_state": "loaded", "name": "network-online.target", "sub_state": "active" }, "network-pre.target": { "active_state": "active", "description": "Network (Pre)", "load_state": "loaded", "name": "network-pre.target", "sub_state": "active" }, "network.target": { "active_state": "active", "description": "Network", "load_state": "loaded", "name": "network.target", "sub_state": "active" }, "nfs-client.target": { "active_state": "active", "description": "NFS client services", "load_state": "loaded", "name": "nfs-client.target", "sub_state": "active" }, "nis-domainname.service": { "active_state": "active", "description": "Read and set NIS domainname from /etc/sysconfig/network", "load_state": "loaded", "name": "nis-domainname.service", "sub_state": "exited" }, "nss-user-lookup.target": { "active_state": "active", "description": "User and Group Name Lookups", "load_state": "loaded", "name": "nss-user-lookup.target", "sub_state": "active" }, "paths.target": { "active_state": "active", "description": "Paths", "load_state": "loaded", "name": "paths.target", "sub_state": "active" }, "plymouth-quit-wait.service": { "active_state": "active", "description": "Hold until boot process finishes up", "load_state": "loaded", "name": "plymouth-quit-wait.service", "sub_state": "exited" }, "plymouth-quit.service": { "active_state": "active", "description": "Terminate Plymouth Boot Screen", "load_state": "loaded", "name": "plymouth-quit.service", "sub_state": "exited" }, "plymouth-read-write.service": { "active_state": "active", "description": "Tell Plymouth To Write Out Runtime Data", "load_state": "loaded", "name": "plymouth-read-write.service", "sub_state": "exited" }, "plymouth-start.service": { "active_state": "active", "description": "Show Plymouth Boot Screen", "load_state": "loaded", "name": "plymouth-start.service", "sub_state": "exited" }, "polkit.service": { "active_state": "active", "description": "Authorization Manager", "load_state": "loaded", "name": "polkit.service", "sub_state": "running" }, "proc-sys-fs-binfmt_misc.automount": { "active_state": "active", "description": "Arbitrary Executable File Formats File System Automount Point", "load_state": "loaded", "name": "proc-sys-fs-binfmt_misc.automount", "sub_state": "waiting" }, "remote-fs-pre.target": { "active_state": "active", "description": "Remote File Systems (Pre)", "load_state": "loaded", "name": "remote-fs-pre.target", "sub_state": "active" }, "remote-fs.target": { "active_state": "active", "description": "Remote File Systems", "load_state": "loaded", "name": "remote-fs.target", "sub_state": "active" }, "restraintd.service": { "active_state": "active", "description": "The restraint harness.", "load_state": "loaded", "name": "restraintd.service", "sub_state": "running" }, "rngd.service": { "active_state": "active", "description": "Hardware RNG Entropy Gatherer Daemon", "load_state": "loaded", "name": "rngd.service", "sub_state": "running" }, "rpc-statd-notify.service": { "active_state": "active", "description": "Notify NFS peers of a restart", "load_state": "loaded", "name": "rpc-statd-notify.service", "sub_state": "exited" }, "rpc_pipefs.target": { "active_state": "active", "description": "rpc_pipefs.target", "load_state": "loaded", "name": "rpc_pipefs.target", "sub_state": "active" }, "rpcbind.service": { "active_state": "active", "description": "RPC Bind", "load_state": "loaded", "name": "rpcbind.service", "sub_state": "running" }, "rpcbind.socket": { "active_state": "active", "description": "RPCbind Server Activation Socket", "load_state": "loaded", "name": "rpcbind.socket", "sub_state": "running" }, "rpcbind.target": { "active_state": "active", "description": "RPC Port Mapper", "load_state": "loaded", "name": "rpcbind.target", "sub_state": "active" }, "rsyslog.service": { "active_state": "active", "description": "System Logging Service", "load_state": "loaded", "name": "rsyslog.service", "sub_state": "running" }, "run-user-0.mount": { "active_state": "active", "description": "/run/user/0", "load_state": "loaded", "name": "run-user-0.mount", "sub_state": "mounted" }, "session-3.scope": { "active_state": "active", "description": "Session 3 of user root", "load_state": "loaded", "name": "session-3.scope", "sub_state": "running" }, "session-5.scope": { "active_state": "active", "description": "Session 5 of user root", "load_state": "loaded", "name": "session-5.scope", "sub_state": "running" }, "slices.target": { "active_state": "active", "description": "Slices", "load_state": "loaded", "name": "slices.target", "sub_state": "active" }, "sockets.target": { "active_state": "active", "description": "Sockets", "load_state": "loaded", "name": "sockets.target", "sub_state": "active" }, "sshd-keygen.target": { "active_state": "active", "description": "sshd-keygen.target", "load_state": "loaded", "name": "sshd-keygen.target", "sub_state": "active" }, "sshd.service": { "active_state": "active", "description": "OpenSSH server daemon", "load_state": "loaded", "name": "sshd.service", "sub_state": "running" }, "sssd-kcm.socket": { "active_state": "active", "description": "SSSD Kerberos Cache Manager responder socket", "load_state": "loaded", "name": "sssd-kcm.socket", "sub_state": "listening" }, "swap.target": { "active_state": "active", "description": "Swap", "load_state": "loaded", "name": "swap.target", "sub_state": "active" }, "sys-devices-platform-serial8250-tty-ttyS1.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS1", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS1.device", "sub_state": "plugged" }, "sys-devices-platform-serial8250-tty-ttyS2.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS2", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS2.device", "sub_state": "plugged" }, "sys-devices-platform-serial8250-tty-ttyS3.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS3", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS3.device", "sub_state": "plugged" }, "sys-devices-pnp0-00:06-tty-ttyS0.device": { "active_state": "active", "description": "/sys/devices/pnp0/00:06/tty/ttyS0", "load_state": "loaded", "name": "sys-devices-pnp0-00:06-tty-ttyS0.device", "sub_state": "plugged" }, "sys-devices-vbd\\x2d768-block-xvda-xvda1.device": { "active_state": "active", "description": "/sys/devices/vbd-768/block/xvda/xvda1", "load_state": "loaded", "name": "sys-devices-vbd\\x2d768-block-xvda-xvda1.device", "sub_state": "plugged" }, "sys-devices-vbd\\x2d768-block-xvda.device": { "active_state": "active", "description": "/sys/devices/vbd-768/block/xvda", "load_state": "loaded", "name": "sys-devices-vbd\\x2d768-block-xvda.device", "sub_state": "plugged" }, "sys-devices-vif\\x2d0-net-eth0.device": { "active_state": "active", "description": "/sys/devices/vif-0/net/eth0", "load_state": "loaded", "name": "sys-devices-vif\\x2d0-net-eth0.device", "sub_state": "plugged" }, "sys-kernel-config.mount": { "active_state": "active", "description": "Kernel Configuration File System", "load_state": "loaded", "name": "sys-kernel-config.mount", "sub_state": "mounted" }, "sys-kernel-debug.mount": { "active_state": "active", "description": "Kernel Debug File System", "load_state": "loaded", "name": "sys-kernel-debug.mount", "sub_state": "mounted" }, "sys-kernel-tracing.mount": { "active_state": "active", "description": "/sys/kernel/tracing", "load_state": "loaded", "name": "sys-kernel-tracing.mount", "sub_state": "mounted" }, "sys-module-configfs.device": { "active_state": "active", "description": "/sys/module/configfs", "load_state": "loaded", "name": "sys-module-configfs.device", "sub_state": "plugged" }, "sys-subsystem-net-devices-eth0.device": { "active_state": "active", "description": "/sys/subsystem/net/devices/eth0", "load_state": "loaded", "name": "sys-subsystem-net-devices-eth0.device", "sub_state": "plugged" }, "sysinit.target": { "active_state": "active", "description": "System Initialization", "load_state": "loaded", "name": "sysinit.target", "sub_state": "active" }, "system-getty.slice": { "active_state": "active", "description": "system-getty.slice", "load_state": "loaded", "name": "system-getty.slice", "sub_state": "active" }, "system-sshd\\x2dkeygen.slice": { "active_state": "active", "description": "system-sshd\\x2dkeygen.slice", "load_state": "loaded", "name": "system-sshd\\x2dkeygen.slice", "sub_state": "active" }, "system.slice": { "active_state": "active", "description": "System Slice", "load_state": "loaded", "name": "system.slice", "sub_state": "active" }, "systemd-ask-password-plymouth.path": { "active_state": "active", "description": "Forward Password Requests to Plymouth Directory Watch", "load_state": "loaded", "name": "systemd-ask-password-plymouth.path", "sub_state": "waiting" }, "systemd-ask-password-wall.path": { "active_state": "active", "description": "Forward Password Requests to Wall Directory Watch", "load_state": "loaded", "name": "systemd-ask-password-wall.path", "sub_state": "waiting" }, "systemd-coredump.socket": { "active_state": "active", "description": "Process Core Dump Socket", "load_state": "loaded", "name": "systemd-coredump.socket", "sub_state": "listening" }, "systemd-initctl.socket": { "active_state": "active", "description": "initctl Compatibility Named Pipe", "load_state": "loaded", "name": "systemd-initctl.socket", "sub_state": "listening" }, "systemd-journal-flush.service": { "active_state": "active", "description": "Flush Journal to Persistent Storage", "load_state": "loaded", "name": "systemd-journal-flush.service", "sub_state": "exited" }, "systemd-journald-dev-log.socket": { "active_state": "active", "description": "Journal Socket (/dev/log)", "load_state": "loaded", "name": "systemd-journald-dev-log.socket", "sub_state": "running" }, "systemd-journald.service": { "active_state": "active", "description": "Journal Service", "load_state": "loaded", "name": "systemd-journald.service", "sub_state": "running" }, "systemd-journald.socket": { "active_state": "active", "description": "Journal Socket", "load_state": "loaded", "name": "systemd-journald.socket", "sub_state": "running" }, "systemd-logind.service": { "active_state": "active", "description": "Login Service", "load_state": "loaded", "name": "systemd-logind.service", "sub_state": "running" }, "systemd-machine-id-commit.service": { "active_state": "active", "description": "Commit a transient machine-id on disk", "load_state": "loaded", "name": "systemd-machine-id-commit.service", "sub_state": "exited" }, "systemd-random-seed.service": { "active_state": "active", "description": "Load/Save Random Seed", "load_state": "loaded", "name": "systemd-random-seed.service", "sub_state": "exited" }, "systemd-remount-fs.service": { "active_state": "active", "description": "Remount Root and Kernel File Systems", "load_state": "loaded", "name": "systemd-remount-fs.service", "sub_state": "exited" }, "systemd-sysctl.service": { "active_state": "active", "description": "Apply Kernel Variables", "load_state": "loaded", "name": "systemd-sysctl.service", "sub_state": "exited" }, "systemd-tmpfiles-clean.timer": { "active_state": "active", "description": "Daily Cleanup of Temporary Directories", "load_state": "loaded", "name": "systemd-tmpfiles-clean.timer", "sub_state": "waiting" }, "systemd-tmpfiles-setup-dev.service": { "active_state": "active", "description": "Create Static Device Nodes in /dev", "load_state": "loaded", "name": "systemd-tmpfiles-setup-dev.service", "sub_state": "exited" }, "systemd-tmpfiles-setup.service": { "active_state": "active", "description": "Create Volatile Files and Directories", "load_state": "loaded", "name": "systemd-tmpfiles-setup.service", "sub_state": "exited" }, "systemd-udev-trigger.service": { "active_state": "active", "description": "udev Coldplug all Devices", "load_state": "loaded", "name": "systemd-udev-trigger.service", "sub_state": "exited" }, "systemd-udevd-control.socket": { "active_state": "active", "description": "udev Control Socket", "load_state": "loaded", "name": "systemd-udevd-control.socket", "sub_state": "running" }, "systemd-udevd-kernel.socket": { "active_state": "active", "description": "udev Kernel Socket", "load_state": "loaded", "name": "systemd-udevd-kernel.socket", "sub_state": "running" }, "systemd-udevd.service": { "active_state": "active", "description": "udev Kernel Device Manager", "load_state": "loaded", "name": "systemd-udevd.service", "sub_state": "running" }, "systemd-update-utmp.service": { "active_state": "active", "description": "Update UTMP about System Boot/Shutdown", "load_state": "loaded", "name": "systemd-update-utmp.service", "sub_state": "exited" }, "systemd-user-sessions.service": { "active_state": "active", "description": "Permit User Sessions", "load_state": "loaded", "name": "systemd-user-sessions.service", "sub_state": "exited" }, "timers.target": { "active_state": "active", "description": "Timers", "load_state": "loaded", "name": "timers.target", "sub_state": "active" }, "tuned.service": { "active_state": "active", "description": "Dynamic System Tuning Daemon", "load_state": "loaded", "name": "tuned.service", "sub_state": "running" }, "unbound-anchor.timer": { "active_state": "active", "description": "daily update of the root trust anchor for DNSSEC", "load_state": "loaded", "name": "unbound-anchor.timer", "sub_state": "waiting" }, "user-0.slice": { "active_state": "active", "description": "User Slice of UID 0", "load_state": "loaded", "name": "user-0.slice", "sub_state": "active" }, "user-runtime-dir@0.service": { "active_state": "active", "description": "User runtime directory /run/user/0", "load_state": "loaded", "name": "user-runtime-dir@0.service", "sub_state": "exited" }, "user.slice": { "active_state": "active", "description": "User and Session Slice", "load_state": "loaded", "name": "user.slice", "sub_state": "active" }, "user@0.service": { "active_state": "active", "description": "User Manager for UID 0", "load_state": "loaded", "name": "user@0.service", "sub_state": "running" }, "var-lib-nfs-rpc_pipefs.mount": { "active_state": "active", "description": "RPC Pipe File System", "load_state": "loaded", "name": "var-lib-nfs-rpc_pipefs.mount", "sub_state": "mounted" } } }, "changed": false } TASK [fedora.linux_system_roles.systemd : Cancel linger for users if necessary] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:166 Monday 11 November 2024 18:52:43 -0500 (0:00:00.064) 0:01:27.704 ******* included: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/cancel_linger.yml for managed-node1 TASK [fedora.linux_system_roles.systemd : Cancel linger for given user] ******** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/cancel_linger.yml:10 Monday 11 November 2024 18:52:43 -0500 (0:00:00.059) 0:01:27.763 ******* skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Get UnitFileState=] ****************************************************** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/tests/systemd/tests_basic.yml:190 Monday 11 November 2024 18:52:43 -0500 (0:00:00.065) 0:01:27.828 ******* ok: [managed-node1] => { "changed": false, "cmd": [ "systemctl", "show", "-p", "UnitFileState", "sshd.service" ], "delta": "0:00:00.009314", "end": "2024-11-11 18:52:43.514513", "rc": 0, "start": "2024-11-11 18:52:43.505199" } STDOUT: UnitFileState=enabled TASK [Check that sshd was correctly unmasked] ********************************** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/tests/systemd/tests_basic.yml:196 Monday 11 November 2024 18:52:43 -0500 (0:00:00.396) 0:01:28.225 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed PLAY [Ensure that we can stop units] ******************************************* TASK [fedora.linux_system_roles.systemd : Ensure ansible_facts used by role] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:3 Monday 11 November 2024 18:52:43 -0500 (0:00:00.045) 0:01:28.270 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "__required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Support for user units only available in EL7 and later] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:13 Monday 11 November 2024 18:52:43 -0500 (0:00:00.062) 0:01:28.333 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "ansible_facts[\"distribution_major_version\"] is version(\"8\", \"<\")", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Support for user units only available in EL7 and later] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:27 Monday 11 November 2024 18:52:43 -0500 (0:00:00.033) 0:01:28.367 ******* META: end_host conditional evaluated to False, continuing execution for managed-node1 skipping: [managed-node1] => { "skip_reason": "end_host conditional evaluated to False, continuing execution for managed-node1" } MSG: end_host conditional evaluated to false, continuing execution for managed-node1 TASK [fedora.linux_system_roles.systemd : Check if system is ostree] *********** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:40 Monday 11 November 2024 18:52:43 -0500 (0:00:00.022) 0:01:28.389 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "not __systemd_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Set flag to indicate system is ostree] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:45 Monday 11 November 2024 18:52:43 -0500 (0:00:00.031) 0:01:28.421 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "not __systemd_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Check if transactional-update exists in /sbin] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:52 Monday 11 November 2024 18:52:43 -0500 (0:00:00.029) 0:01:28.451 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "not __systemd_is_transactional is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Set flag if transactional-update exists] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:57 Monday 11 November 2024 18:52:43 -0500 (0:00:00.030) 0:01:28.481 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "not __systemd_is_transactional is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure required packages are installed] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:61 Monday 11 November 2024 18:52:43 -0500 (0:00:00.029) 0:01:28.510 ******* ok: [managed-node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.systemd : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:73 Monday 11 November 2024 18:52:46 -0500 (0:00:02.890) 0:01:31.401 ******* skipping: [managed-node1] => { "false_condition": "__systemd_is_transactional | d(false)" } TASK [fedora.linux_system_roles.systemd : Reboot transactional update systems] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:78 Monday 11 November 2024 18:52:46 -0500 (0:00:00.079) 0:01:31.482 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "__systemd_is_transactional | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Fail if reboot is needed and not set] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:83 Monday 11 November 2024 18:52:46 -0500 (0:00:00.108) 0:01:31.590 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "__systemd_is_transactional | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Reset __systemd_user_info] *********** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:90 Monday 11 November 2024 18:52:47 -0500 (0:00:00.160) 0:01:31.751 ******* ok: [managed-node1] => { "ansible_facts": { "__systemd_user_info": {} }, "changed": false } TASK [fedora.linux_system_roles.systemd : Manage files and templates and their directories] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:94 Monday 11 November 2024 18:52:47 -0500 (0:00:00.028) 0:01:31.779 ******* included: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml for managed-node1 => (item=systemd_unit_files) included: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml for managed-node1 => (item=systemd_unit_file_templates) included: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml for managed-node1 => (item=systemd_dropins) TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:17 Monday 11 November 2024 18:52:47 -0500 (0:00:00.071) 0:01:31.851 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "__systemd_list | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure directories are present for users] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:29 Monday 11 November 2024 18:52:47 -0500 (0:00:00.048) 0:01:31.899 ******* skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.systemd : Ensure directories are present for dropins] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:37 Monday 11 November 2024 18:52:47 -0500 (0:00:00.051) 0:01:31.951 ******* skipping: [managed-node1] => (item={'item': 'sshd.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__systemd_list | length > 0", "item": { "dir_mode": "0755", "group": "0", "item": "sshd.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.systemd : Ensure unit files are present] ******* task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:46 Monday 11 November 2024 18:52:47 -0500 (0:00:00.054) 0:01:32.006 ******* skipping: [managed-node1] => (item={'item': 'sshd.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__systemd_list | length > 0", "item": { "dir_mode": "0755", "group": "0", "item": "sshd.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.systemd : Ensure unit file templates are present] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:57 Monday 11 November 2024 18:52:47 -0500 (0:00:00.051) 0:01:32.057 ******* skipping: [managed-node1] => (item={'item': 'sshd.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__systemd_list | length > 0", "item": { "dir_mode": "0755", "group": "0", "item": "sshd.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.systemd : Ensure unit files are absent] ******** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:68 Monday 11 November 2024 18:52:47 -0500 (0:00:00.050) 0:01:32.108 ******* skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.systemd : Find files in dropins directory] ***** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:76 Monday 11 November 2024 18:52:47 -0500 (0:00:00.043) 0:01:32.151 ******* skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.systemd : Remove dropin directory if no more files] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:83 Monday 11 November 2024 18:52:47 -0500 (0:00:00.044) 0:01:32.195 ******* skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:17 Monday 11 November 2024 18:52:47 -0500 (0:00:00.047) 0:01:32.243 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "__systemd_list | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure directories are present for users] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:29 Monday 11 November 2024 18:52:47 -0500 (0:00:00.047) 0:01:32.290 ******* skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.systemd : Ensure directories are present for dropins] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:37 Monday 11 November 2024 18:52:47 -0500 (0:00:00.045) 0:01:32.335 ******* skipping: [managed-node1] => (item={'item': 'sshd.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__systemd_list | length > 0", "item": { "dir_mode": "0755", "group": "0", "item": "sshd.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.systemd : Ensure unit files are present] ******* task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:46 Monday 11 November 2024 18:52:47 -0500 (0:00:00.053) 0:01:32.389 ******* skipping: [managed-node1] => (item={'item': 'sshd.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__systemd_list | length > 0", "item": { "dir_mode": "0755", "group": "0", "item": "sshd.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.systemd : Ensure unit file templates are present] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:57 Monday 11 November 2024 18:52:47 -0500 (0:00:00.048) 0:01:32.437 ******* skipping: [managed-node1] => (item={'item': 'sshd.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__systemd_list | length > 0", "item": { "dir_mode": "0755", "group": "0", "item": "sshd.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.systemd : Ensure unit files are absent] ******** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:68 Monday 11 November 2024 18:52:47 -0500 (0:00:00.048) 0:01:32.486 ******* skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.systemd : Find files in dropins directory] ***** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:76 Monday 11 November 2024 18:52:47 -0500 (0:00:00.038) 0:01:32.525 ******* skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.systemd : Remove dropin directory if no more files] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:83 Monday 11 November 2024 18:52:47 -0500 (0:00:00.041) 0:01:32.566 ******* skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:17 Monday 11 November 2024 18:52:47 -0500 (0:00:00.057) 0:01:32.623 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "__systemd_list | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure directories are present for users] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:29 Monday 11 November 2024 18:52:48 -0500 (0:00:00.067) 0:01:32.691 ******* skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.systemd : Ensure directories are present for dropins] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:37 Monday 11 November 2024 18:52:48 -0500 (0:00:00.047) 0:01:32.739 ******* skipping: [managed-node1] => (item={'item': 'sshd.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__systemd_list | length > 0", "item": { "dir_mode": "0755", "group": "0", "item": "sshd.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.systemd : Ensure unit files are present] ******* task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:46 Monday 11 November 2024 18:52:48 -0500 (0:00:00.063) 0:01:32.802 ******* skipping: [managed-node1] => (item={'item': 'sshd.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__systemd_list | length > 0", "item": { "dir_mode": "0755", "group": "0", "item": "sshd.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.systemd : Ensure unit file templates are present] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:57 Monday 11 November 2024 18:52:48 -0500 (0:00:00.052) 0:01:32.855 ******* skipping: [managed-node1] => (item={'item': 'sshd.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__systemd_list | length > 0", "item": { "dir_mode": "0755", "group": "0", "item": "sshd.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.systemd : Ensure unit files are absent] ******** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:68 Monday 11 November 2024 18:52:48 -0500 (0:00:00.048) 0:01:32.904 ******* skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.systemd : Find files in dropins directory] ***** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:76 Monday 11 November 2024 18:52:48 -0500 (0:00:00.042) 0:01:32.947 ******* skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.systemd : Remove dropin directory if no more files] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:83 Monday 11 November 2024 18:52:48 -0500 (0:00:00.038) 0:01:32.985 ******* skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.systemd : Reload systemd] ********************** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:106 Monday 11 November 2024 18:52:48 -0500 (0:00:00.036) 0:01:33.022 ******* skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.systemd : Manage units] ************************ task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:119 Monday 11 November 2024 18:52:48 -0500 (0:00:00.043) 0:01:33.066 ******* included: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 => (item={'name': 'systemd_started_units', 'state': 'started'}) included: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 => (item={'name': 'systemd_stopped_units', 'state': 'stopped'}) included: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 => (item={'name': 'systemd_restarted_units', 'state': 'restarted'}) included: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 => (item={'name': 'systemd_reloaded_units', 'state': 'reloaded'}) included: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 => (item={'name': 'systemd_enabled_units', 'enabled': 'true'}) included: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 => (item={'name': 'systemd_disabled_units', 'enabled': 'false'}) included: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 => (item={'name': 'systemd_masked_units', 'masked': 'true'}) included: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node1 => (item={'name': 'systemd_unmasked_units', 'masked': 'false'}) TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 18:52:48 -0500 (0:00:00.061) 0:01:33.128 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "__systemd_list | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 18:52:48 -0500 (0:00:00.044) 0:01:33.172 ******* skipping: [managed-node1] => (item={'item': 'sshd.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__systemd_list | length > 0", "item": { "dir_mode": "0755", "group": "0", "item": "sshd.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 18:52:48 -0500 (0:00:00.054) 0:01:33.226 ******* included: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_user_info.yml for managed-node1 TASK [fedora.linux_system_roles.systemd : Get user information] **************** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_user_info.yml:27 Monday 11 November 2024 18:52:48 -0500 (0:00:00.072) 0:01:33.299 ******* included: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_update_user_info.yml for managed-node1 => (item=root) TASK [fedora.linux_system_roles.systemd : Get user information] **************** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_update_user_info.yml:7 Monday 11 November 2024 18:52:48 -0500 (0:00:00.075) 0:01:33.375 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "'getent_passwd' not in ansible_facts or __systemd_user_name not in ansible_facts['getent_passwd']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Update systemd user info with new user info] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_update_user_info.yml:14 Monday 11 November 2024 18:52:48 -0500 (0:00:00.054) 0:01:33.429 ******* ok: [managed-node1] => { "ansible_facts": { "__systemd_user_info": { "root": { "group": "0", "units_dir": "/etc/systemd/system", "xdg_dir": "/run/user/0" } } }, "changed": false } TASK [fedora.linux_system_roles.systemd : Convert to list of dict with user data] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_user_info.yml:34 Monday 11 November 2024 18:52:48 -0500 (0:00:00.061) 0:01:33.491 ******* ok: [managed-node1] => { "ansible_facts": { "__systemd_dict_list": [ { "dir_mode": "0755", "group": "0", "item": "foo.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" } ] }, "changed": false } TASK [fedora.linux_system_roles.systemd : Enable linger if needed] ************* task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_user_info.yml:71 Monday 11 November 2024 18:52:48 -0500 (0:00:00.061) 0:01:33.552 ******* skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 18:52:48 -0500 (0:00:00.049) 0:01:33.602 ******* changed: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": true, "item": { "dir_mode": "0755", "group": "0", "item": "foo.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "name": "foo.service", "state": "stopped", "status": { "ActiveEnterTimestamp": "Mon 2024-11-11 18:52:02 EST", "ActiveEnterTimestampMonotonic": "236415258", "ActiveExitTimestamp": "Mon 2024-11-11 18:52:02 EST", "ActiveExitTimestampMonotonic": "236408378", "ActiveState": "active", "After": "sysinit.target systemd-tmpfiles-setup.service system.slice tmp.mount -.mount basic.target systemd-journald.socket", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Mon 2024-11-11 18:52:02 EST", "AssertTimestampMonotonic": "236413803", "Before": "shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Mon 2024-11-11 18:52:02 EST", "ConditionTimestampMonotonic": "236413802", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/foo.service", "ControlPID": "0", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "foo.service", "DevicePolicy": "auto", "DropInPaths": "/etc/systemd/system/foo.service.d/99-override.conf", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "9996", "ExecMainStartTimestamp": "Mon 2024-11-11 18:52:02 EST", "ExecMainStartTimestampMonotonic": "236415219", "ExecMainStatus": "0", "ExecReload": "{ path=/bin/touch ; argv[]=/bin/touch /tmp/foo-reloaded ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/bin/sleep ; argv[]=/bin/sleep 3600 ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/etc/systemd/system/foo.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "foo.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Mon 2024-11-11 18:52:02 EST", "InactiveEnterTimestampMonotonic": "236412886", "InactiveExitTimestamp": "Mon 2024-11-11 18:52:02 EST", "InactiveExitTimestampMonotonic": "236415258", "InvocationID": "6ab540b779294e189f607c4d806896ac", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "14003", "LimitNPROCSoft": "14003", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14003", "LimitSIGPENDINGSoft": "14003", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "9996", "MemoryAccounting": "yes", "MemoryCurrent": "192512", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "foo.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "yes", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "sysinit.target system.slice -.mount", "RequiresMountsFor": "/var/tmp", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Mon 2024-11-11 18:52:10 EST", "StateChangeTimestampMonotonic": "244230173", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "1", "TasksMax": "22405", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "disabled", "UtmpMode": "init", "WatchdogTimestamp": "Mon 2024-11-11 18:52:02 EST", "WatchdogTimestampMonotonic": "236415256", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 18:52:49 -0500 (0:00:00.546) 0:01:34.149 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "__systemd_list | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 18:52:49 -0500 (0:00:00.043) 0:01:34.193 ******* skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__systemd_list | length > 0", "item": { "dir_mode": "0755", "group": "0", "item": "foo.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 18:52:49 -0500 (0:00:00.049) 0:01:34.242 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "__systemd_list | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 18:52:49 -0500 (0:00:00.044) 0:01:34.286 ******* skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__systemd_list | length > 0", "item": { "dir_mode": "0755", "group": "0", "item": "foo.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 18:52:49 -0500 (0:00:00.047) 0:01:34.334 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "__systemd_list | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 18:52:49 -0500 (0:00:00.043) 0:01:34.377 ******* skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__systemd_list | length > 0", "item": { "dir_mode": "0755", "group": "0", "item": "foo.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 18:52:49 -0500 (0:00:00.051) 0:01:34.429 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "__systemd_list | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 18:52:49 -0500 (0:00:00.058) 0:01:34.487 ******* skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__systemd_list | length > 0", "item": { "dir_mode": "0755", "group": "0", "item": "foo.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 18:52:49 -0500 (0:00:00.057) 0:01:34.544 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "__systemd_list | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 18:52:49 -0500 (0:00:00.057) 0:01:34.601 ******* skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__systemd_list | length > 0", "item": { "dir_mode": "0755", "group": "0", "item": "foo.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 18:52:50 -0500 (0:00:00.060) 0:01:34.661 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "__systemd_list | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 18:52:50 -0500 (0:00:00.043) 0:01:34.705 ******* skipping: [managed-node1] => (item={'item': 'foo.service', 'state': 'present', 'user': 'root', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__systemd_list | length > 0", "item": { "dir_mode": "0755", "group": "0", "item": "foo.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.systemd : DebugBefore] ************************* task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:146 Monday 11 November 2024 18:52:50 -0500 (0:00:00.048) 0:01:34.754 ******* ok: [managed-node1] => {} MSG: facts { "root": { "-.mount": { "active_state": "active", "description": "Root Mount", "load_state": "loaded", "name": "-.mount", "sub_state": "mounted" }, "-.slice": { "active_state": "active", "description": "Root Slice", "load_state": "loaded", "name": "-.slice", "sub_state": "active" }, "NetworkManager-wait-online.service": { "active_state": "active", "description": "Network Manager Wait Online", "load_state": "loaded", "name": "NetworkManager-wait-online.service", "sub_state": "exited" }, "NetworkManager.service": { "active_state": "active", "description": "Network Manager", "load_state": "loaded", "name": "NetworkManager.service", "sub_state": "running" }, "auditd.service": { "active_state": "active", "description": "Security Auditing Service", "load_state": "loaded", "name": "auditd.service", "sub_state": "running" }, "basic.target": { "active_state": "active", "description": "Basic System", "load_state": "loaded", "name": "basic.target", "sub_state": "active" }, "chronyd.service": { "active_state": "active", "description": "NTP client/server", "load_state": "loaded", "name": "chronyd.service", "sub_state": "running" }, "cloud-config.service": { "active_state": "active", "description": "Apply the settings specified in cloud-config", "load_state": "loaded", "name": "cloud-config.service", "sub_state": "exited" }, "cloud-config.target": { "active_state": "active", "description": "Cloud-config availability", "load_state": "loaded", "name": "cloud-config.target", "sub_state": "active" }, "cloud-final.service": { "active_state": "active", "description": "Execute cloud user/final scripts", "load_state": "loaded", "name": "cloud-final.service", "sub_state": "exited" }, "cloud-init-local.service": { "active_state": "active", "description": "Initial cloud-init job (pre-networking)", "load_state": "loaded", "name": "cloud-init-local.service", "sub_state": "exited" }, "cloud-init.service": { "active_state": "active", "description": "Initial cloud-init job (metadata service crawler)", "load_state": "loaded", "name": "cloud-init.service", "sub_state": "exited" }, "cloud-init.target": { "active_state": "active", "description": "Cloud-init target", "load_state": "loaded", "name": "cloud-init.target", "sub_state": "active" }, "crond.service": { "active_state": "active", "description": "Command Scheduler", "load_state": "loaded", "name": "crond.service", "sub_state": "running" }, "cryptsetup.target": { "active_state": "active", "description": "Local Encrypted Volumes", "load_state": "loaded", "name": "cryptsetup.target", "sub_state": "active" }, "dbus.service": { "active_state": "active", "description": "D-Bus System Message Bus", "load_state": "loaded", "name": "dbus.service", "sub_state": "running" }, "dbus.socket": { "active_state": "active", "description": "D-Bus System Message Bus Socket", "load_state": "loaded", "name": "dbus.socket", "sub_state": "running" }, "dev-hugepages.mount": { "active_state": "active", "description": "Huge Pages File System", "load_state": "loaded", "name": "dev-hugepages.mount", "sub_state": "mounted" }, "dev-mqueue.mount": { "active_state": "active", "description": "POSIX Message Queue File System", "load_state": "loaded", "name": "dev-mqueue.mount", "sub_state": "mounted" }, "dnf-makecache.timer": { "active_state": "active", "description": "dnf makecache --timer", "load_state": "loaded", "name": "dnf-makecache.timer", "sub_state": "waiting" }, "dracut-shutdown.service": { "active_state": "active", "description": "Restore /run/initramfs on shutdown", "load_state": "loaded", "name": "dracut-shutdown.service", "sub_state": "exited" }, "foo.service": { "active_state": "active", "description": "foo.service", "load_state": "loaded", "name": "foo.service", "sub_state": "running" }, "getty.target": { "active_state": "active", "description": "Login Prompts", "load_state": "loaded", "name": "getty.target", "sub_state": "active" }, "getty@tty1.service": { "active_state": "active", "description": "Getty on tty1", "load_state": "loaded", "name": "getty@tty1.service", "sub_state": "running" }, "gssproxy.service": { "active_state": "active", "description": "GSSAPI Proxy Daemon", "load_state": "loaded", "name": "gssproxy.service", "sub_state": "running" }, "import-state.service": { "active_state": "active", "description": "Import network configuration from initramfs", "load_state": "loaded", "name": "import-state.service", "sub_state": "exited" }, "init.scope": { "active_state": "active", "description": "System and Service Manager", "load_state": "loaded", "name": "init.scope", "sub_state": "running" }, "irqbalance.service": { "active_state": "active", "description": "irqbalance daemon", "load_state": "loaded", "name": "irqbalance.service", "sub_state": "running" }, "kdump.service": { "active_state": "active", "description": "Crash recovery kernel arming", "load_state": "loaded", "name": "kdump.service", "sub_state": "exited" }, "kmod-static-nodes.service": { "active_state": "active", "description": "Create list of required static device nodes for the current kernel", "load_state": "loaded", "name": "kmod-static-nodes.service", "sub_state": "exited" }, "local-fs-pre.target": { "active_state": "active", "description": "Local File Systems (Pre)", "load_state": "loaded", "name": "local-fs-pre.target", "sub_state": "active" }, "local-fs.target": { "active_state": "active", "description": "Local File Systems", "load_state": "loaded", "name": "local-fs.target", "sub_state": "active" }, "multi-user.target": { "active_state": "active", "description": "Multi-User System", "load_state": "loaded", "name": "multi-user.target", "sub_state": "active" }, "network-online.target": { "active_state": "active", "description": "Network is Online", "load_state": "loaded", "name": "network-online.target", "sub_state": "active" }, "network-pre.target": { "active_state": "active", "description": "Network (Pre)", "load_state": "loaded", "name": "network-pre.target", "sub_state": "active" }, "network.target": { "active_state": "active", "description": "Network", "load_state": "loaded", "name": "network.target", "sub_state": "active" }, "nfs-client.target": { "active_state": "active", "description": "NFS client services", "load_state": "loaded", "name": "nfs-client.target", "sub_state": "active" }, "nis-domainname.service": { "active_state": "active", "description": "Read and set NIS domainname from /etc/sysconfig/network", "load_state": "loaded", "name": "nis-domainname.service", "sub_state": "exited" }, "nss-user-lookup.target": { "active_state": "active", "description": "User and Group Name Lookups", "load_state": "loaded", "name": "nss-user-lookup.target", "sub_state": "active" }, "paths.target": { "active_state": "active", "description": "Paths", "load_state": "loaded", "name": "paths.target", "sub_state": "active" }, "plymouth-quit-wait.service": { "active_state": "active", "description": "Hold until boot process finishes up", "load_state": "loaded", "name": "plymouth-quit-wait.service", "sub_state": "exited" }, "plymouth-quit.service": { "active_state": "active", "description": "Terminate Plymouth Boot Screen", "load_state": "loaded", "name": "plymouth-quit.service", "sub_state": "exited" }, "plymouth-read-write.service": { "active_state": "active", "description": "Tell Plymouth To Write Out Runtime Data", "load_state": "loaded", "name": "plymouth-read-write.service", "sub_state": "exited" }, "plymouth-start.service": { "active_state": "active", "description": "Show Plymouth Boot Screen", "load_state": "loaded", "name": "plymouth-start.service", "sub_state": "exited" }, "polkit.service": { "active_state": "active", "description": "Authorization Manager", "load_state": "loaded", "name": "polkit.service", "sub_state": "running" }, "proc-sys-fs-binfmt_misc.automount": { "active_state": "active", "description": "Arbitrary Executable File Formats File System Automount Point", "load_state": "loaded", "name": "proc-sys-fs-binfmt_misc.automount", "sub_state": "waiting" }, "remote-fs-pre.target": { "active_state": "active", "description": "Remote File Systems (Pre)", "load_state": "loaded", "name": "remote-fs-pre.target", "sub_state": "active" }, "remote-fs.target": { "active_state": "active", "description": "Remote File Systems", "load_state": "loaded", "name": "remote-fs.target", "sub_state": "active" }, "restraintd.service": { "active_state": "active", "description": "The restraint harness.", "load_state": "loaded", "name": "restraintd.service", "sub_state": "running" }, "rngd.service": { "active_state": "active", "description": "Hardware RNG Entropy Gatherer Daemon", "load_state": "loaded", "name": "rngd.service", "sub_state": "running" }, "rpc-statd-notify.service": { "active_state": "active", "description": "Notify NFS peers of a restart", "load_state": "loaded", "name": "rpc-statd-notify.service", "sub_state": "exited" }, "rpc_pipefs.target": { "active_state": "active", "description": "rpc_pipefs.target", "load_state": "loaded", "name": "rpc_pipefs.target", "sub_state": "active" }, "rpcbind.service": { "active_state": "active", "description": "RPC Bind", "load_state": "loaded", "name": "rpcbind.service", "sub_state": "running" }, "rpcbind.socket": { "active_state": "active", "description": "RPCbind Server Activation Socket", "load_state": "loaded", "name": "rpcbind.socket", "sub_state": "running" }, "rpcbind.target": { "active_state": "active", "description": "RPC Port Mapper", "load_state": "loaded", "name": "rpcbind.target", "sub_state": "active" }, "rsyslog.service": { "active_state": "active", "description": "System Logging Service", "load_state": "loaded", "name": "rsyslog.service", "sub_state": "running" }, "run-user-0.mount": { "active_state": "active", "description": "/run/user/0", "load_state": "loaded", "name": "run-user-0.mount", "sub_state": "mounted" }, "session-3.scope": { "active_state": "active", "description": "Session 3 of user root", "load_state": "loaded", "name": "session-3.scope", "sub_state": "running" }, "session-5.scope": { "active_state": "active", "description": "Session 5 of user root", "load_state": "loaded", "name": "session-5.scope", "sub_state": "running" }, "slices.target": { "active_state": "active", "description": "Slices", "load_state": "loaded", "name": "slices.target", "sub_state": "active" }, "sockets.target": { "active_state": "active", "description": "Sockets", "load_state": "loaded", "name": "sockets.target", "sub_state": "active" }, "sshd-keygen.target": { "active_state": "active", "description": "sshd-keygen.target", "load_state": "loaded", "name": "sshd-keygen.target", "sub_state": "active" }, "sshd.service": { "active_state": "active", "description": "OpenSSH server daemon", "load_state": "loaded", "name": "sshd.service", "sub_state": "running" }, "sssd-kcm.socket": { "active_state": "active", "description": "SSSD Kerberos Cache Manager responder socket", "load_state": "loaded", "name": "sssd-kcm.socket", "sub_state": "listening" }, "swap.target": { "active_state": "active", "description": "Swap", "load_state": "loaded", "name": "swap.target", "sub_state": "active" }, "sys-devices-platform-serial8250-tty-ttyS1.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS1", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS1.device", "sub_state": "plugged" }, "sys-devices-platform-serial8250-tty-ttyS2.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS2", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS2.device", "sub_state": "plugged" }, "sys-devices-platform-serial8250-tty-ttyS3.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS3", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS3.device", "sub_state": "plugged" }, "sys-devices-pnp0-00:06-tty-ttyS0.device": { "active_state": "active", "description": "/sys/devices/pnp0/00:06/tty/ttyS0", "load_state": "loaded", "name": "sys-devices-pnp0-00:06-tty-ttyS0.device", "sub_state": "plugged" }, "sys-devices-vbd\\x2d768-block-xvda-xvda1.device": { "active_state": "active", "description": "/sys/devices/vbd-768/block/xvda/xvda1", "load_state": "loaded", "name": "sys-devices-vbd\\x2d768-block-xvda-xvda1.device", "sub_state": "plugged" }, "sys-devices-vbd\\x2d768-block-xvda.device": { "active_state": "active", "description": "/sys/devices/vbd-768/block/xvda", "load_state": "loaded", "name": "sys-devices-vbd\\x2d768-block-xvda.device", "sub_state": "plugged" }, "sys-devices-vif\\x2d0-net-eth0.device": { "active_state": "active", "description": "/sys/devices/vif-0/net/eth0", "load_state": "loaded", "name": "sys-devices-vif\\x2d0-net-eth0.device", "sub_state": "plugged" }, "sys-kernel-config.mount": { "active_state": "active", "description": "Kernel Configuration File System", "load_state": "loaded", "name": "sys-kernel-config.mount", "sub_state": "mounted" }, "sys-kernel-debug.mount": { "active_state": "active", "description": "Kernel Debug File System", "load_state": "loaded", "name": "sys-kernel-debug.mount", "sub_state": "mounted" }, "sys-kernel-tracing.mount": { "active_state": "active", "description": "/sys/kernel/tracing", "load_state": "loaded", "name": "sys-kernel-tracing.mount", "sub_state": "mounted" }, "sys-module-configfs.device": { "active_state": "active", "description": "/sys/module/configfs", "load_state": "loaded", "name": "sys-module-configfs.device", "sub_state": "plugged" }, "sys-subsystem-net-devices-eth0.device": { "active_state": "active", "description": "/sys/subsystem/net/devices/eth0", "load_state": "loaded", "name": "sys-subsystem-net-devices-eth0.device", "sub_state": "plugged" }, "sysinit.target": { "active_state": "active", "description": "System Initialization", "load_state": "loaded", "name": "sysinit.target", "sub_state": "active" }, "system-getty.slice": { "active_state": "active", "description": "system-getty.slice", "load_state": "loaded", "name": "system-getty.slice", "sub_state": "active" }, "system-sshd\\x2dkeygen.slice": { "active_state": "active", "description": "system-sshd\\x2dkeygen.slice", "load_state": "loaded", "name": "system-sshd\\x2dkeygen.slice", "sub_state": "active" }, "system.slice": { "active_state": "active", "description": "System Slice", "load_state": "loaded", "name": "system.slice", "sub_state": "active" }, "systemd-ask-password-plymouth.path": { "active_state": "active", "description": "Forward Password Requests to Plymouth Directory Watch", "load_state": "loaded", "name": "systemd-ask-password-plymouth.path", "sub_state": "waiting" }, "systemd-ask-password-wall.path": { "active_state": "active", "description": "Forward Password Requests to Wall Directory Watch", "load_state": "loaded", "name": "systemd-ask-password-wall.path", "sub_state": "waiting" }, "systemd-coredump.socket": { "active_state": "active", "description": "Process Core Dump Socket", "load_state": "loaded", "name": "systemd-coredump.socket", "sub_state": "listening" }, "systemd-initctl.socket": { "active_state": "active", "description": "initctl Compatibility Named Pipe", "load_state": "loaded", "name": "systemd-initctl.socket", "sub_state": "listening" }, "systemd-journal-flush.service": { "active_state": "active", "description": "Flush Journal to Persistent Storage", "load_state": "loaded", "name": "systemd-journal-flush.service", "sub_state": "exited" }, "systemd-journald-dev-log.socket": { "active_state": "active", "description": "Journal Socket (/dev/log)", "load_state": "loaded", "name": "systemd-journald-dev-log.socket", "sub_state": "running" }, "systemd-journald.service": { "active_state": "active", "description": "Journal Service", "load_state": "loaded", "name": "systemd-journald.service", "sub_state": "running" }, "systemd-journald.socket": { "active_state": "active", "description": "Journal Socket", "load_state": "loaded", "name": "systemd-journald.socket", "sub_state": "running" }, "systemd-logind.service": { "active_state": "active", "description": "Login Service", "load_state": "loaded", "name": "systemd-logind.service", "sub_state": "running" }, "systemd-machine-id-commit.service": { "active_state": "active", "description": "Commit a transient machine-id on disk", "load_state": "loaded", "name": "systemd-machine-id-commit.service", "sub_state": "exited" }, "systemd-random-seed.service": { "active_state": "active", "description": "Load/Save Random Seed", "load_state": "loaded", "name": "systemd-random-seed.service", "sub_state": "exited" }, "systemd-remount-fs.service": { "active_state": "active", "description": "Remount Root and Kernel File Systems", "load_state": "loaded", "name": "systemd-remount-fs.service", "sub_state": "exited" }, "systemd-sysctl.service": { "active_state": "active", "description": "Apply Kernel Variables", "load_state": "loaded", "name": "systemd-sysctl.service", "sub_state": "exited" }, "systemd-tmpfiles-clean.timer": { "active_state": "active", "description": "Daily Cleanup of Temporary Directories", "load_state": "loaded", "name": "systemd-tmpfiles-clean.timer", "sub_state": "waiting" }, "systemd-tmpfiles-setup-dev.service": { "active_state": "active", "description": "Create Static Device Nodes in /dev", "load_state": "loaded", "name": "systemd-tmpfiles-setup-dev.service", "sub_state": "exited" }, "systemd-tmpfiles-setup.service": { "active_state": "active", "description": "Create Volatile Files and Directories", "load_state": "loaded", "name": "systemd-tmpfiles-setup.service", "sub_state": "exited" }, "systemd-udev-trigger.service": { "active_state": "active", "description": "udev Coldplug all Devices", "load_state": "loaded", "name": "systemd-udev-trigger.service", "sub_state": "exited" }, "systemd-udevd-control.socket": { "active_state": "active", "description": "udev Control Socket", "load_state": "loaded", "name": "systemd-udevd-control.socket", "sub_state": "running" }, "systemd-udevd-kernel.socket": { "active_state": "active", "description": "udev Kernel Socket", "load_state": "loaded", "name": "systemd-udevd-kernel.socket", "sub_state": "running" }, "systemd-udevd.service": { "active_state": "active", "description": "udev Kernel Device Manager", "load_state": "loaded", "name": "systemd-udevd.service", "sub_state": "running" }, "systemd-update-utmp.service": { "active_state": "active", "description": "Update UTMP about System Boot/Shutdown", "load_state": "loaded", "name": "systemd-update-utmp.service", "sub_state": "exited" }, "systemd-user-sessions.service": { "active_state": "active", "description": "Permit User Sessions", "load_state": "loaded", "name": "systemd-user-sessions.service", "sub_state": "exited" }, "timers.target": { "active_state": "active", "description": "Timers", "load_state": "loaded", "name": "timers.target", "sub_state": "active" }, "tuned.service": { "active_state": "active", "description": "Dynamic System Tuning Daemon", "load_state": "loaded", "name": "tuned.service", "sub_state": "running" }, "unbound-anchor.timer": { "active_state": "active", "description": "daily update of the root trust anchor for DNSSEC", "load_state": "loaded", "name": "unbound-anchor.timer", "sub_state": "waiting" }, "user-0.slice": { "active_state": "active", "description": "User Slice of UID 0", "load_state": "loaded", "name": "user-0.slice", "sub_state": "active" }, "user-runtime-dir@0.service": { "active_state": "active", "description": "User runtime directory /run/user/0", "load_state": "loaded", "name": "user-runtime-dir@0.service", "sub_state": "exited" }, "user.slice": { "active_state": "active", "description": "User and Session Slice", "load_state": "loaded", "name": "user.slice", "sub_state": "active" }, "user@0.service": { "active_state": "active", "description": "User Manager for UID 0", "load_state": "loaded", "name": "user@0.service", "sub_state": "running" }, "var-lib-nfs-rpc_pipefs.mount": { "active_state": "active", "description": "RPC Pipe File System", "load_state": "loaded", "name": "var-lib-nfs-rpc_pipefs.mount", "sub_state": "mounted" } } } TASK [fedora.linux_system_roles.systemd : Gather systemd units state for system and user units] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:150 Monday 11 November 2024 18:52:50 -0500 (0:00:00.043) 0:01:34.797 ******* included: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_systemd_units_info.yml for managed-node1 => (item={'key': 'root', 'value': {'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'group': '0'}}) TASK [fedora.linux_system_roles.systemd : Gather systemd units state for system and user units] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_systemd_units_info.yml:7 Monday 11 November 2024 18:52:50 -0500 (0:00:00.061) 0:01:34.859 ******* ok: [managed-node1] => { "ansible_facts": { "systemd_units": { "-.mount": { "active_state": "active", "description": "Root Mount", "load_state": "loaded", "name": "-.mount", "sub_state": "mounted" }, "-.slice": { "active_state": "active", "description": "Root Slice", "load_state": "loaded", "name": "-.slice", "sub_state": "active" }, "NetworkManager-wait-online.service": { "active_state": "active", "description": "Network Manager Wait Online", "load_state": "loaded", "name": "NetworkManager-wait-online.service", "sub_state": "exited" }, "NetworkManager.service": { "active_state": "active", "description": "Network Manager", "load_state": "loaded", "name": "NetworkManager.service", "sub_state": "running" }, "auditd.service": { "active_state": "active", "description": "Security Auditing Service", "load_state": "loaded", "name": "auditd.service", "sub_state": "running" }, "basic.target": { "active_state": "active", "description": "Basic System", "load_state": "loaded", "name": "basic.target", "sub_state": "active" }, "chronyd.service": { "active_state": "active", "description": "NTP client/server", "load_state": "loaded", "name": "chronyd.service", "sub_state": "running" }, "cloud-config.service": { "active_state": "active", "description": "Apply the settings specified in cloud-config", "load_state": "loaded", "name": "cloud-config.service", "sub_state": "exited" }, "cloud-config.target": { "active_state": "active", "description": "Cloud-config availability", "load_state": "loaded", "name": "cloud-config.target", "sub_state": "active" }, "cloud-final.service": { "active_state": "active", "description": "Execute cloud user/final scripts", "load_state": "loaded", "name": "cloud-final.service", "sub_state": "exited" }, "cloud-init-local.service": { "active_state": "active", "description": "Initial cloud-init job (pre-networking)", "load_state": "loaded", "name": "cloud-init-local.service", "sub_state": "exited" }, "cloud-init.service": { "active_state": "active", "description": "Initial cloud-init job (metadata service crawler)", "load_state": "loaded", "name": "cloud-init.service", "sub_state": "exited" }, "cloud-init.target": { "active_state": "active", "description": "Cloud-init target", "load_state": "loaded", "name": "cloud-init.target", "sub_state": "active" }, "crond.service": { "active_state": "active", "description": "Command Scheduler", "load_state": "loaded", "name": "crond.service", "sub_state": "running" }, "cryptsetup.target": { "active_state": "active", "description": "Local Encrypted Volumes", "load_state": "loaded", "name": "cryptsetup.target", "sub_state": "active" }, "dbus.service": { "active_state": "active", "description": "D-Bus System Message Bus", "load_state": "loaded", "name": "dbus.service", "sub_state": "running" }, "dbus.socket": { "active_state": "active", "description": "D-Bus System Message Bus Socket", "load_state": "loaded", "name": "dbus.socket", "sub_state": "running" }, "dev-hugepages.mount": { "active_state": "active", "description": "Huge Pages File System", "load_state": "loaded", "name": "dev-hugepages.mount", "sub_state": "mounted" }, "dev-mqueue.mount": { "active_state": "active", "description": "POSIX Message Queue File System", "load_state": "loaded", "name": "dev-mqueue.mount", "sub_state": "mounted" }, "dnf-makecache.timer": { "active_state": "active", "description": "dnf makecache --timer", "load_state": "loaded", "name": "dnf-makecache.timer", "sub_state": "waiting" }, "dracut-shutdown.service": { "active_state": "active", "description": "Restore /run/initramfs on shutdown", "load_state": "loaded", "name": "dracut-shutdown.service", "sub_state": "exited" }, "getty.target": { "active_state": "active", "description": "Login Prompts", "load_state": "loaded", "name": "getty.target", "sub_state": "active" }, "getty@tty1.service": { "active_state": "active", "description": "Getty on tty1", "load_state": "loaded", "name": "getty@tty1.service", "sub_state": "running" }, "gssproxy.service": { "active_state": "active", "description": "GSSAPI Proxy Daemon", "load_state": "loaded", "name": "gssproxy.service", "sub_state": "running" }, "import-state.service": { "active_state": "active", "description": "Import network configuration from initramfs", "load_state": "loaded", "name": "import-state.service", "sub_state": "exited" }, "init.scope": { "active_state": "active", "description": "System and Service Manager", "load_state": "loaded", "name": "init.scope", "sub_state": "running" }, "irqbalance.service": { "active_state": "active", "description": "irqbalance daemon", "load_state": "loaded", "name": "irqbalance.service", "sub_state": "running" }, "kdump.service": { "active_state": "active", "description": "Crash recovery kernel arming", "load_state": "loaded", "name": "kdump.service", "sub_state": "exited" }, "kmod-static-nodes.service": { "active_state": "active", "description": "Create list of required static device nodes for the current kernel", "load_state": "loaded", "name": "kmod-static-nodes.service", "sub_state": "exited" }, "local-fs-pre.target": { "active_state": "active", "description": "Local File Systems (Pre)", "load_state": "loaded", "name": "local-fs-pre.target", "sub_state": "active" }, "local-fs.target": { "active_state": "active", "description": "Local File Systems", "load_state": "loaded", "name": "local-fs.target", "sub_state": "active" }, "multi-user.target": { "active_state": "active", "description": "Multi-User System", "load_state": "loaded", "name": "multi-user.target", "sub_state": "active" }, "network-online.target": { "active_state": "active", "description": "Network is Online", "load_state": "loaded", "name": "network-online.target", "sub_state": "active" }, "network-pre.target": { "active_state": "active", "description": "Network (Pre)", "load_state": "loaded", "name": "network-pre.target", "sub_state": "active" }, "network.target": { "active_state": "active", "description": "Network", "load_state": "loaded", "name": "network.target", "sub_state": "active" }, "nfs-client.target": { "active_state": "active", "description": "NFS client services", "load_state": "loaded", "name": "nfs-client.target", "sub_state": "active" }, "nis-domainname.service": { "active_state": "active", "description": "Read and set NIS domainname from /etc/sysconfig/network", "load_state": "loaded", "name": "nis-domainname.service", "sub_state": "exited" }, "nss-user-lookup.target": { "active_state": "active", "description": "User and Group Name Lookups", "load_state": "loaded", "name": "nss-user-lookup.target", "sub_state": "active" }, "paths.target": { "active_state": "active", "description": "Paths", "load_state": "loaded", "name": "paths.target", "sub_state": "active" }, "plymouth-quit-wait.service": { "active_state": "active", "description": "Hold until boot process finishes up", "load_state": "loaded", "name": "plymouth-quit-wait.service", "sub_state": "exited" }, "plymouth-quit.service": { "active_state": "active", "description": "Terminate Plymouth Boot Screen", "load_state": "loaded", "name": "plymouth-quit.service", "sub_state": "exited" }, "plymouth-read-write.service": { "active_state": "active", "description": "Tell Plymouth To Write Out Runtime Data", "load_state": "loaded", "name": "plymouth-read-write.service", "sub_state": "exited" }, "plymouth-start.service": { "active_state": "active", "description": "Show Plymouth Boot Screen", "load_state": "loaded", "name": "plymouth-start.service", "sub_state": "exited" }, "polkit.service": { "active_state": "active", "description": "Authorization Manager", "load_state": "loaded", "name": "polkit.service", "sub_state": "running" }, "proc-sys-fs-binfmt_misc.automount": { "active_state": "active", "description": "Arbitrary Executable File Formats File System Automount Point", "load_state": "loaded", "name": "proc-sys-fs-binfmt_misc.automount", "sub_state": "waiting" }, "remote-fs-pre.target": { "active_state": "active", "description": "Remote File Systems (Pre)", "load_state": "loaded", "name": "remote-fs-pre.target", "sub_state": "active" }, "remote-fs.target": { "active_state": "active", "description": "Remote File Systems", "load_state": "loaded", "name": "remote-fs.target", "sub_state": "active" }, "restraintd.service": { "active_state": "active", "description": "The restraint harness.", "load_state": "loaded", "name": "restraintd.service", "sub_state": "running" }, "rngd.service": { "active_state": "active", "description": "Hardware RNG Entropy Gatherer Daemon", "load_state": "loaded", "name": "rngd.service", "sub_state": "running" }, "rpc-statd-notify.service": { "active_state": "active", "description": "Notify NFS peers of a restart", "load_state": "loaded", "name": "rpc-statd-notify.service", "sub_state": "exited" }, "rpc_pipefs.target": { "active_state": "active", "description": "rpc_pipefs.target", "load_state": "loaded", "name": "rpc_pipefs.target", "sub_state": "active" }, "rpcbind.service": { "active_state": "active", "description": "RPC Bind", "load_state": "loaded", "name": "rpcbind.service", "sub_state": "running" }, "rpcbind.socket": { "active_state": "active", "description": "RPCbind Server Activation Socket", "load_state": "loaded", "name": "rpcbind.socket", "sub_state": "running" }, "rpcbind.target": { "active_state": "active", "description": "RPC Port Mapper", "load_state": "loaded", "name": "rpcbind.target", "sub_state": "active" }, "rsyslog.service": { "active_state": "active", "description": "System Logging Service", "load_state": "loaded", "name": "rsyslog.service", "sub_state": "running" }, "run-user-0.mount": { "active_state": "active", "description": "/run/user/0", "load_state": "loaded", "name": "run-user-0.mount", "sub_state": "mounted" }, "session-3.scope": { "active_state": "active", "description": "Session 3 of user root", "load_state": "loaded", "name": "session-3.scope", "sub_state": "running" }, "session-5.scope": { "active_state": "active", "description": "Session 5 of user root", "load_state": "loaded", "name": "session-5.scope", "sub_state": "running" }, "slices.target": { "active_state": "active", "description": "Slices", "load_state": "loaded", "name": "slices.target", "sub_state": "active" }, "sockets.target": { "active_state": "active", "description": "Sockets", "load_state": "loaded", "name": "sockets.target", "sub_state": "active" }, "sshd-keygen.target": { "active_state": "active", "description": "sshd-keygen.target", "load_state": "loaded", "name": "sshd-keygen.target", "sub_state": "active" }, "sshd.service": { "active_state": "active", "description": "OpenSSH server daemon", "load_state": "loaded", "name": "sshd.service", "sub_state": "running" }, "sssd-kcm.socket": { "active_state": "active", "description": "SSSD Kerberos Cache Manager responder socket", "load_state": "loaded", "name": "sssd-kcm.socket", "sub_state": "listening" }, "swap.target": { "active_state": "active", "description": "Swap", "load_state": "loaded", "name": "swap.target", "sub_state": "active" }, "sys-devices-platform-serial8250-tty-ttyS1.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS1", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS1.device", "sub_state": "plugged" }, "sys-devices-platform-serial8250-tty-ttyS2.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS2", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS2.device", "sub_state": "plugged" }, "sys-devices-platform-serial8250-tty-ttyS3.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS3", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS3.device", "sub_state": "plugged" }, "sys-devices-pnp0-00:06-tty-ttyS0.device": { "active_state": "active", "description": "/sys/devices/pnp0/00:06/tty/ttyS0", "load_state": "loaded", "name": "sys-devices-pnp0-00:06-tty-ttyS0.device", "sub_state": "plugged" }, "sys-devices-vbd\\x2d768-block-xvda-xvda1.device": { "active_state": "active", "description": "/sys/devices/vbd-768/block/xvda/xvda1", "load_state": "loaded", "name": "sys-devices-vbd\\x2d768-block-xvda-xvda1.device", "sub_state": "plugged" }, "sys-devices-vbd\\x2d768-block-xvda.device": { "active_state": "active", "description": "/sys/devices/vbd-768/block/xvda", "load_state": "loaded", "name": "sys-devices-vbd\\x2d768-block-xvda.device", "sub_state": "plugged" }, "sys-devices-vif\\x2d0-net-eth0.device": { "active_state": "active", "description": "/sys/devices/vif-0/net/eth0", "load_state": "loaded", "name": "sys-devices-vif\\x2d0-net-eth0.device", "sub_state": "plugged" }, "sys-kernel-config.mount": { "active_state": "active", "description": "Kernel Configuration File System", "load_state": "loaded", "name": "sys-kernel-config.mount", "sub_state": "mounted" }, "sys-kernel-debug.mount": { "active_state": "active", "description": "Kernel Debug File System", "load_state": "loaded", "name": "sys-kernel-debug.mount", "sub_state": "mounted" }, "sys-kernel-tracing.mount": { "active_state": "active", "description": "/sys/kernel/tracing", "load_state": "loaded", "name": "sys-kernel-tracing.mount", "sub_state": "mounted" }, "sys-module-configfs.device": { "active_state": "active", "description": "/sys/module/configfs", "load_state": "loaded", "name": "sys-module-configfs.device", "sub_state": "plugged" }, "sys-subsystem-net-devices-eth0.device": { "active_state": "active", "description": "/sys/subsystem/net/devices/eth0", "load_state": "loaded", "name": "sys-subsystem-net-devices-eth0.device", "sub_state": "plugged" }, "sysinit.target": { "active_state": "active", "description": "System Initialization", "load_state": "loaded", "name": "sysinit.target", "sub_state": "active" }, "system-getty.slice": { "active_state": "active", "description": "system-getty.slice", "load_state": "loaded", "name": "system-getty.slice", "sub_state": "active" }, "system-sshd\\x2dkeygen.slice": { "active_state": "active", "description": "system-sshd\\x2dkeygen.slice", "load_state": "loaded", "name": "system-sshd\\x2dkeygen.slice", "sub_state": "active" }, "system.slice": { "active_state": "active", "description": "System Slice", "load_state": "loaded", "name": "system.slice", "sub_state": "active" }, "systemd-ask-password-plymouth.path": { "active_state": "active", "description": "Forward Password Requests to Plymouth Directory Watch", "load_state": "loaded", "name": "systemd-ask-password-plymouth.path", "sub_state": "waiting" }, "systemd-ask-password-wall.path": { "active_state": "active", "description": "Forward Password Requests to Wall Directory Watch", "load_state": "loaded", "name": "systemd-ask-password-wall.path", "sub_state": "waiting" }, "systemd-coredump.socket": { "active_state": "active", "description": "Process Core Dump Socket", "load_state": "loaded", "name": "systemd-coredump.socket", "sub_state": "listening" }, "systemd-initctl.socket": { "active_state": "active", "description": "initctl Compatibility Named Pipe", "load_state": "loaded", "name": "systemd-initctl.socket", "sub_state": "listening" }, "systemd-journal-flush.service": { "active_state": "active", "description": "Flush Journal to Persistent Storage", "load_state": "loaded", "name": "systemd-journal-flush.service", "sub_state": "exited" }, "systemd-journald-dev-log.socket": { "active_state": "active", "description": "Journal Socket (/dev/log)", "load_state": "loaded", "name": "systemd-journald-dev-log.socket", "sub_state": "running" }, "systemd-journald.service": { "active_state": "active", "description": "Journal Service", "load_state": "loaded", "name": "systemd-journald.service", "sub_state": "running" }, "systemd-journald.socket": { "active_state": "active", "description": "Journal Socket", "load_state": "loaded", "name": "systemd-journald.socket", "sub_state": "running" }, "systemd-logind.service": { "active_state": "active", "description": "Login Service", "load_state": "loaded", "name": "systemd-logind.service", "sub_state": "running" }, "systemd-machine-id-commit.service": { "active_state": "active", "description": "Commit a transient machine-id on disk", "load_state": "loaded", "name": "systemd-machine-id-commit.service", "sub_state": "exited" }, "systemd-random-seed.service": { "active_state": "active", "description": "Load/Save Random Seed", "load_state": "loaded", "name": "systemd-random-seed.service", "sub_state": "exited" }, "systemd-remount-fs.service": { "active_state": "active", "description": "Remount Root and Kernel File Systems", "load_state": "loaded", "name": "systemd-remount-fs.service", "sub_state": "exited" }, "systemd-sysctl.service": { "active_state": "active", "description": "Apply Kernel Variables", "load_state": "loaded", "name": "systemd-sysctl.service", "sub_state": "exited" }, "systemd-tmpfiles-clean.timer": { "active_state": "active", "description": "Daily Cleanup of Temporary Directories", "load_state": "loaded", "name": "systemd-tmpfiles-clean.timer", "sub_state": "waiting" }, "systemd-tmpfiles-setup-dev.service": { "active_state": "active", "description": "Create Static Device Nodes in /dev", "load_state": "loaded", "name": "systemd-tmpfiles-setup-dev.service", "sub_state": "exited" }, "systemd-tmpfiles-setup.service": { "active_state": "active", "description": "Create Volatile Files and Directories", "load_state": "loaded", "name": "systemd-tmpfiles-setup.service", "sub_state": "exited" }, "systemd-udev-trigger.service": { "active_state": "active", "description": "udev Coldplug all Devices", "load_state": "loaded", "name": "systemd-udev-trigger.service", "sub_state": "exited" }, "systemd-udevd-control.socket": { "active_state": "active", "description": "udev Control Socket", "load_state": "loaded", "name": "systemd-udevd-control.socket", "sub_state": "running" }, "systemd-udevd-kernel.socket": { "active_state": "active", "description": "udev Kernel Socket", "load_state": "loaded", "name": "systemd-udevd-kernel.socket", "sub_state": "running" }, "systemd-udevd.service": { "active_state": "active", "description": "udev Kernel Device Manager", "load_state": "loaded", "name": "systemd-udevd.service", "sub_state": "running" }, "systemd-update-utmp.service": { "active_state": "active", "description": "Update UTMP about System Boot/Shutdown", "load_state": "loaded", "name": "systemd-update-utmp.service", "sub_state": "exited" }, "systemd-user-sessions.service": { "active_state": "active", "description": "Permit User Sessions", "load_state": "loaded", "name": "systemd-user-sessions.service", "sub_state": "exited" }, "timers.target": { "active_state": "active", "description": "Timers", "load_state": "loaded", "name": "timers.target", "sub_state": "active" }, "tuned.service": { "active_state": "active", "description": "Dynamic System Tuning Daemon", "load_state": "loaded", "name": "tuned.service", "sub_state": "running" }, "unbound-anchor.timer": { "active_state": "active", "description": "daily update of the root trust anchor for DNSSEC", "load_state": "loaded", "name": "unbound-anchor.timer", "sub_state": "waiting" }, "user-0.slice": { "active_state": "active", "description": "User Slice of UID 0", "load_state": "loaded", "name": "user-0.slice", "sub_state": "active" }, "user-runtime-dir@0.service": { "active_state": "active", "description": "User runtime directory /run/user/0", "load_state": "loaded", "name": "user-runtime-dir@0.service", "sub_state": "exited" }, "user.slice": { "active_state": "active", "description": "User and Session Slice", "load_state": "loaded", "name": "user.slice", "sub_state": "active" }, "user@0.service": { "active_state": "active", "description": "User Manager for UID 0", "load_state": "loaded", "name": "user@0.service", "sub_state": "running" }, "var-lib-nfs-rpc_pipefs.mount": { "active_state": "active", "description": "RPC Pipe File System", "load_state": "loaded", "name": "var-lib-nfs-rpc_pipefs.mount", "sub_state": "mounted" } }, "systemd_units_user": { "root": { "-.mount": { "active_state": "active", "description": "Root Mount", "load_state": "loaded", "name": "-.mount", "sub_state": "mounted" }, "-.slice": { "active_state": "active", "description": "Root Slice", "load_state": "loaded", "name": "-.slice", "sub_state": "active" }, "NetworkManager-wait-online.service": { "active_state": "active", "description": "Network Manager Wait Online", "load_state": "loaded", "name": "NetworkManager-wait-online.service", "sub_state": "exited" }, "NetworkManager.service": { "active_state": "active", "description": "Network Manager", "load_state": "loaded", "name": "NetworkManager.service", "sub_state": "running" }, "auditd.service": { "active_state": "active", "description": "Security Auditing Service", "load_state": "loaded", "name": "auditd.service", "sub_state": "running" }, "basic.target": { "active_state": "active", "description": "Basic System", "load_state": "loaded", "name": "basic.target", "sub_state": "active" }, "chronyd.service": { "active_state": "active", "description": "NTP client/server", "load_state": "loaded", "name": "chronyd.service", "sub_state": "running" }, "cloud-config.service": { "active_state": "active", "description": "Apply the settings specified in cloud-config", "load_state": "loaded", "name": "cloud-config.service", "sub_state": "exited" }, "cloud-config.target": { "active_state": "active", "description": "Cloud-config availability", "load_state": "loaded", "name": "cloud-config.target", "sub_state": "active" }, "cloud-final.service": { "active_state": "active", "description": "Execute cloud user/final scripts", "load_state": "loaded", "name": "cloud-final.service", "sub_state": "exited" }, "cloud-init-local.service": { "active_state": "active", "description": "Initial cloud-init job (pre-networking)", "load_state": "loaded", "name": "cloud-init-local.service", "sub_state": "exited" }, "cloud-init.service": { "active_state": "active", "description": "Initial cloud-init job (metadata service crawler)", "load_state": "loaded", "name": "cloud-init.service", "sub_state": "exited" }, "cloud-init.target": { "active_state": "active", "description": "Cloud-init target", "load_state": "loaded", "name": "cloud-init.target", "sub_state": "active" }, "crond.service": { "active_state": "active", "description": "Command Scheduler", "load_state": "loaded", "name": "crond.service", "sub_state": "running" }, "cryptsetup.target": { "active_state": "active", "description": "Local Encrypted Volumes", "load_state": "loaded", "name": "cryptsetup.target", "sub_state": "active" }, "dbus.service": { "active_state": "active", "description": "D-Bus System Message Bus", "load_state": "loaded", "name": "dbus.service", "sub_state": "running" }, "dbus.socket": { "active_state": "active", "description": "D-Bus System Message Bus Socket", "load_state": "loaded", "name": "dbus.socket", "sub_state": "running" }, "dev-hugepages.mount": { "active_state": "active", "description": "Huge Pages File System", "load_state": "loaded", "name": "dev-hugepages.mount", "sub_state": "mounted" }, "dev-mqueue.mount": { "active_state": "active", "description": "POSIX Message Queue File System", "load_state": "loaded", "name": "dev-mqueue.mount", "sub_state": "mounted" }, "dnf-makecache.timer": { "active_state": "active", "description": "dnf makecache --timer", "load_state": "loaded", "name": "dnf-makecache.timer", "sub_state": "waiting" }, "dracut-shutdown.service": { "active_state": "active", "description": "Restore /run/initramfs on shutdown", "load_state": "loaded", "name": "dracut-shutdown.service", "sub_state": "exited" }, "getty.target": { "active_state": "active", "description": "Login Prompts", "load_state": "loaded", "name": "getty.target", "sub_state": "active" }, "getty@tty1.service": { "active_state": "active", "description": "Getty on tty1", "load_state": "loaded", "name": "getty@tty1.service", "sub_state": "running" }, "gssproxy.service": { "active_state": "active", "description": "GSSAPI Proxy Daemon", "load_state": "loaded", "name": "gssproxy.service", "sub_state": "running" }, "import-state.service": { "active_state": "active", "description": "Import network configuration from initramfs", "load_state": "loaded", "name": "import-state.service", "sub_state": "exited" }, "init.scope": { "active_state": "active", "description": "System and Service Manager", "load_state": "loaded", "name": "init.scope", "sub_state": "running" }, "irqbalance.service": { "active_state": "active", "description": "irqbalance daemon", "load_state": "loaded", "name": "irqbalance.service", "sub_state": "running" }, "kdump.service": { "active_state": "active", "description": "Crash recovery kernel arming", "load_state": "loaded", "name": "kdump.service", "sub_state": "exited" }, "kmod-static-nodes.service": { "active_state": "active", "description": "Create list of required static device nodes for the current kernel", "load_state": "loaded", "name": "kmod-static-nodes.service", "sub_state": "exited" }, "local-fs-pre.target": { "active_state": "active", "description": "Local File Systems (Pre)", "load_state": "loaded", "name": "local-fs-pre.target", "sub_state": "active" }, "local-fs.target": { "active_state": "active", "description": "Local File Systems", "load_state": "loaded", "name": "local-fs.target", "sub_state": "active" }, "multi-user.target": { "active_state": "active", "description": "Multi-User System", "load_state": "loaded", "name": "multi-user.target", "sub_state": "active" }, "network-online.target": { "active_state": "active", "description": "Network is Online", "load_state": "loaded", "name": "network-online.target", "sub_state": "active" }, "network-pre.target": { "active_state": "active", "description": "Network (Pre)", "load_state": "loaded", "name": "network-pre.target", "sub_state": "active" }, "network.target": { "active_state": "active", "description": "Network", "load_state": "loaded", "name": "network.target", "sub_state": "active" }, "nfs-client.target": { "active_state": "active", "description": "NFS client services", "load_state": "loaded", "name": "nfs-client.target", "sub_state": "active" }, "nis-domainname.service": { "active_state": "active", "description": "Read and set NIS domainname from /etc/sysconfig/network", "load_state": "loaded", "name": "nis-domainname.service", "sub_state": "exited" }, "nss-user-lookup.target": { "active_state": "active", "description": "User and Group Name Lookups", "load_state": "loaded", "name": "nss-user-lookup.target", "sub_state": "active" }, "paths.target": { "active_state": "active", "description": "Paths", "load_state": "loaded", "name": "paths.target", "sub_state": "active" }, "plymouth-quit-wait.service": { "active_state": "active", "description": "Hold until boot process finishes up", "load_state": "loaded", "name": "plymouth-quit-wait.service", "sub_state": "exited" }, "plymouth-quit.service": { "active_state": "active", "description": "Terminate Plymouth Boot Screen", "load_state": "loaded", "name": "plymouth-quit.service", "sub_state": "exited" }, "plymouth-read-write.service": { "active_state": "active", "description": "Tell Plymouth To Write Out Runtime Data", "load_state": "loaded", "name": "plymouth-read-write.service", "sub_state": "exited" }, "plymouth-start.service": { "active_state": "active", "description": "Show Plymouth Boot Screen", "load_state": "loaded", "name": "plymouth-start.service", "sub_state": "exited" }, "polkit.service": { "active_state": "active", "description": "Authorization Manager", "load_state": "loaded", "name": "polkit.service", "sub_state": "running" }, "proc-sys-fs-binfmt_misc.automount": { "active_state": "active", "description": "Arbitrary Executable File Formats File System Automount Point", "load_state": "loaded", "name": "proc-sys-fs-binfmt_misc.automount", "sub_state": "waiting" }, "remote-fs-pre.target": { "active_state": "active", "description": "Remote File Systems (Pre)", "load_state": "loaded", "name": "remote-fs-pre.target", "sub_state": "active" }, "remote-fs.target": { "active_state": "active", "description": "Remote File Systems", "load_state": "loaded", "name": "remote-fs.target", "sub_state": "active" }, "restraintd.service": { "active_state": "active", "description": "The restraint harness.", "load_state": "loaded", "name": "restraintd.service", "sub_state": "running" }, "rngd.service": { "active_state": "active", "description": "Hardware RNG Entropy Gatherer Daemon", "load_state": "loaded", "name": "rngd.service", "sub_state": "running" }, "rpc-statd-notify.service": { "active_state": "active", "description": "Notify NFS peers of a restart", "load_state": "loaded", "name": "rpc-statd-notify.service", "sub_state": "exited" }, "rpc_pipefs.target": { "active_state": "active", "description": "rpc_pipefs.target", "load_state": "loaded", "name": "rpc_pipefs.target", "sub_state": "active" }, "rpcbind.service": { "active_state": "active", "description": "RPC Bind", "load_state": "loaded", "name": "rpcbind.service", "sub_state": "running" }, "rpcbind.socket": { "active_state": "active", "description": "RPCbind Server Activation Socket", "load_state": "loaded", "name": "rpcbind.socket", "sub_state": "running" }, "rpcbind.target": { "active_state": "active", "description": "RPC Port Mapper", "load_state": "loaded", "name": "rpcbind.target", "sub_state": "active" }, "rsyslog.service": { "active_state": "active", "description": "System Logging Service", "load_state": "loaded", "name": "rsyslog.service", "sub_state": "running" }, "run-user-0.mount": { "active_state": "active", "description": "/run/user/0", "load_state": "loaded", "name": "run-user-0.mount", "sub_state": "mounted" }, "session-3.scope": { "active_state": "active", "description": "Session 3 of user root", "load_state": "loaded", "name": "session-3.scope", "sub_state": "running" }, "session-5.scope": { "active_state": "active", "description": "Session 5 of user root", "load_state": "loaded", "name": "session-5.scope", "sub_state": "running" }, "slices.target": { "active_state": "active", "description": "Slices", "load_state": "loaded", "name": "slices.target", "sub_state": "active" }, "sockets.target": { "active_state": "active", "description": "Sockets", "load_state": "loaded", "name": "sockets.target", "sub_state": "active" }, "sshd-keygen.target": { "active_state": "active", "description": "sshd-keygen.target", "load_state": "loaded", "name": "sshd-keygen.target", "sub_state": "active" }, "sshd.service": { "active_state": "active", "description": "OpenSSH server daemon", "load_state": "loaded", "name": "sshd.service", "sub_state": "running" }, "sssd-kcm.socket": { "active_state": "active", "description": "SSSD Kerberos Cache Manager responder socket", "load_state": "loaded", "name": "sssd-kcm.socket", "sub_state": "listening" }, "swap.target": { "active_state": "active", "description": "Swap", "load_state": "loaded", "name": "swap.target", "sub_state": "active" }, "sys-devices-platform-serial8250-tty-ttyS1.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS1", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS1.device", "sub_state": "plugged" }, "sys-devices-platform-serial8250-tty-ttyS2.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS2", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS2.device", "sub_state": "plugged" }, "sys-devices-platform-serial8250-tty-ttyS3.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS3", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS3.device", "sub_state": "plugged" }, "sys-devices-pnp0-00:06-tty-ttyS0.device": { "active_state": "active", "description": "/sys/devices/pnp0/00:06/tty/ttyS0", "load_state": "loaded", "name": "sys-devices-pnp0-00:06-tty-ttyS0.device", "sub_state": "plugged" }, "sys-devices-vbd\\x2d768-block-xvda-xvda1.device": { "active_state": "active", "description": "/sys/devices/vbd-768/block/xvda/xvda1", "load_state": "loaded", "name": "sys-devices-vbd\\x2d768-block-xvda-xvda1.device", "sub_state": "plugged" }, "sys-devices-vbd\\x2d768-block-xvda.device": { "active_state": "active", "description": "/sys/devices/vbd-768/block/xvda", "load_state": "loaded", "name": "sys-devices-vbd\\x2d768-block-xvda.device", "sub_state": "plugged" }, "sys-devices-vif\\x2d0-net-eth0.device": { "active_state": "active", "description": "/sys/devices/vif-0/net/eth0", "load_state": "loaded", "name": "sys-devices-vif\\x2d0-net-eth0.device", "sub_state": "plugged" }, "sys-kernel-config.mount": { "active_state": "active", "description": "Kernel Configuration File System", "load_state": "loaded", "name": "sys-kernel-config.mount", "sub_state": "mounted" }, "sys-kernel-debug.mount": { "active_state": "active", "description": "Kernel Debug File System", "load_state": "loaded", "name": "sys-kernel-debug.mount", "sub_state": "mounted" }, "sys-kernel-tracing.mount": { "active_state": "active", "description": "/sys/kernel/tracing", "load_state": "loaded", "name": "sys-kernel-tracing.mount", "sub_state": "mounted" }, "sys-module-configfs.device": { "active_state": "active", "description": "/sys/module/configfs", "load_state": "loaded", "name": "sys-module-configfs.device", "sub_state": "plugged" }, "sys-subsystem-net-devices-eth0.device": { "active_state": "active", "description": "/sys/subsystem/net/devices/eth0", "load_state": "loaded", "name": "sys-subsystem-net-devices-eth0.device", "sub_state": "plugged" }, "sysinit.target": { "active_state": "active", "description": "System Initialization", "load_state": "loaded", "name": "sysinit.target", "sub_state": "active" }, "system-getty.slice": { "active_state": "active", "description": "system-getty.slice", "load_state": "loaded", "name": "system-getty.slice", "sub_state": "active" }, "system-sshd\\x2dkeygen.slice": { "active_state": "active", "description": "system-sshd\\x2dkeygen.slice", "load_state": "loaded", "name": "system-sshd\\x2dkeygen.slice", "sub_state": "active" }, "system.slice": { "active_state": "active", "description": "System Slice", "load_state": "loaded", "name": "system.slice", "sub_state": "active" }, "systemd-ask-password-plymouth.path": { "active_state": "active", "description": "Forward Password Requests to Plymouth Directory Watch", "load_state": "loaded", "name": "systemd-ask-password-plymouth.path", "sub_state": "waiting" }, "systemd-ask-password-wall.path": { "active_state": "active", "description": "Forward Password Requests to Wall Directory Watch", "load_state": "loaded", "name": "systemd-ask-password-wall.path", "sub_state": "waiting" }, "systemd-coredump.socket": { "active_state": "active", "description": "Process Core Dump Socket", "load_state": "loaded", "name": "systemd-coredump.socket", "sub_state": "listening" }, "systemd-initctl.socket": { "active_state": "active", "description": "initctl Compatibility Named Pipe", "load_state": "loaded", "name": "systemd-initctl.socket", "sub_state": "listening" }, "systemd-journal-flush.service": { "active_state": "active", "description": "Flush Journal to Persistent Storage", "load_state": "loaded", "name": "systemd-journal-flush.service", "sub_state": "exited" }, "systemd-journald-dev-log.socket": { "active_state": "active", "description": "Journal Socket (/dev/log)", "load_state": "loaded", "name": "systemd-journald-dev-log.socket", "sub_state": "running" }, "systemd-journald.service": { "active_state": "active", "description": "Journal Service", "load_state": "loaded", "name": "systemd-journald.service", "sub_state": "running" }, "systemd-journald.socket": { "active_state": "active", "description": "Journal Socket", "load_state": "loaded", "name": "systemd-journald.socket", "sub_state": "running" }, "systemd-logind.service": { "active_state": "active", "description": "Login Service", "load_state": "loaded", "name": "systemd-logind.service", "sub_state": "running" }, "systemd-machine-id-commit.service": { "active_state": "active", "description": "Commit a transient machine-id on disk", "load_state": "loaded", "name": "systemd-machine-id-commit.service", "sub_state": "exited" }, "systemd-random-seed.service": { "active_state": "active", "description": "Load/Save Random Seed", "load_state": "loaded", "name": "systemd-random-seed.service", "sub_state": "exited" }, "systemd-remount-fs.service": { "active_state": "active", "description": "Remount Root and Kernel File Systems", "load_state": "loaded", "name": "systemd-remount-fs.service", "sub_state": "exited" }, "systemd-sysctl.service": { "active_state": "active", "description": "Apply Kernel Variables", "load_state": "loaded", "name": "systemd-sysctl.service", "sub_state": "exited" }, "systemd-tmpfiles-clean.timer": { "active_state": "active", "description": "Daily Cleanup of Temporary Directories", "load_state": "loaded", "name": "systemd-tmpfiles-clean.timer", "sub_state": "waiting" }, "systemd-tmpfiles-setup-dev.service": { "active_state": "active", "description": "Create Static Device Nodes in /dev", "load_state": "loaded", "name": "systemd-tmpfiles-setup-dev.service", "sub_state": "exited" }, "systemd-tmpfiles-setup.service": { "active_state": "active", "description": "Create Volatile Files and Directories", "load_state": "loaded", "name": "systemd-tmpfiles-setup.service", "sub_state": "exited" }, "systemd-udev-trigger.service": { "active_state": "active", "description": "udev Coldplug all Devices", "load_state": "loaded", "name": "systemd-udev-trigger.service", "sub_state": "exited" }, "systemd-udevd-control.socket": { "active_state": "active", "description": "udev Control Socket", "load_state": "loaded", "name": "systemd-udevd-control.socket", "sub_state": "running" }, "systemd-udevd-kernel.socket": { "active_state": "active", "description": "udev Kernel Socket", "load_state": "loaded", "name": "systemd-udevd-kernel.socket", "sub_state": "running" }, "systemd-udevd.service": { "active_state": "active", "description": "udev Kernel Device Manager", "load_state": "loaded", "name": "systemd-udevd.service", "sub_state": "running" }, "systemd-update-utmp.service": { "active_state": "active", "description": "Update UTMP about System Boot/Shutdown", "load_state": "loaded", "name": "systemd-update-utmp.service", "sub_state": "exited" }, "systemd-user-sessions.service": { "active_state": "active", "description": "Permit User Sessions", "load_state": "loaded", "name": "systemd-user-sessions.service", "sub_state": "exited" }, "timers.target": { "active_state": "active", "description": "Timers", "load_state": "loaded", "name": "timers.target", "sub_state": "active" }, "tuned.service": { "active_state": "active", "description": "Dynamic System Tuning Daemon", "load_state": "loaded", "name": "tuned.service", "sub_state": "running" }, "unbound-anchor.timer": { "active_state": "active", "description": "daily update of the root trust anchor for DNSSEC", "load_state": "loaded", "name": "unbound-anchor.timer", "sub_state": "waiting" }, "user-0.slice": { "active_state": "active", "description": "User Slice of UID 0", "load_state": "loaded", "name": "user-0.slice", "sub_state": "active" }, "user-runtime-dir@0.service": { "active_state": "active", "description": "User runtime directory /run/user/0", "load_state": "loaded", "name": "user-runtime-dir@0.service", "sub_state": "exited" }, "user.slice": { "active_state": "active", "description": "User and Session Slice", "load_state": "loaded", "name": "user.slice", "sub_state": "active" }, "user@0.service": { "active_state": "active", "description": "User Manager for UID 0", "load_state": "loaded", "name": "user@0.service", "sub_state": "running" }, "var-lib-nfs-rpc_pipefs.mount": { "active_state": "active", "description": "RPC Pipe File System", "load_state": "loaded", "name": "var-lib-nfs-rpc_pipefs.mount", "sub_state": "mounted" } } } }, "changed": false } TASK [fedora.linux_system_roles.systemd : DebugAfter] ************************** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:158 Monday 11 November 2024 18:52:50 -0500 (0:00:00.440) 0:01:35.300 ******* ok: [managed-node1] => {} MSG: facts { "root": { "-.mount": { "active_state": "active", "description": "Root Mount", "load_state": "loaded", "name": "-.mount", "sub_state": "mounted" }, "-.slice": { "active_state": "active", "description": "Root Slice", "load_state": "loaded", "name": "-.slice", "sub_state": "active" }, "NetworkManager-wait-online.service": { "active_state": "active", "description": "Network Manager Wait Online", "load_state": "loaded", "name": "NetworkManager-wait-online.service", "sub_state": "exited" }, "NetworkManager.service": { "active_state": "active", "description": "Network Manager", "load_state": "loaded", "name": "NetworkManager.service", "sub_state": "running" }, "auditd.service": { "active_state": "active", "description": "Security Auditing Service", "load_state": "loaded", "name": "auditd.service", "sub_state": "running" }, "basic.target": { "active_state": "active", "description": "Basic System", "load_state": "loaded", "name": "basic.target", "sub_state": "active" }, "chronyd.service": { "active_state": "active", "description": "NTP client/server", "load_state": "loaded", "name": "chronyd.service", "sub_state": "running" }, "cloud-config.service": { "active_state": "active", "description": "Apply the settings specified in cloud-config", "load_state": "loaded", "name": "cloud-config.service", "sub_state": "exited" }, "cloud-config.target": { "active_state": "active", "description": "Cloud-config availability", "load_state": "loaded", "name": "cloud-config.target", "sub_state": "active" }, "cloud-final.service": { "active_state": "active", "description": "Execute cloud user/final scripts", "load_state": "loaded", "name": "cloud-final.service", "sub_state": "exited" }, "cloud-init-local.service": { "active_state": "active", "description": "Initial cloud-init job (pre-networking)", "load_state": "loaded", "name": "cloud-init-local.service", "sub_state": "exited" }, "cloud-init.service": { "active_state": "active", "description": "Initial cloud-init job (metadata service crawler)", "load_state": "loaded", "name": "cloud-init.service", "sub_state": "exited" }, "cloud-init.target": { "active_state": "active", "description": "Cloud-init target", "load_state": "loaded", "name": "cloud-init.target", "sub_state": "active" }, "crond.service": { "active_state": "active", "description": "Command Scheduler", "load_state": "loaded", "name": "crond.service", "sub_state": "running" }, "cryptsetup.target": { "active_state": "active", "description": "Local Encrypted Volumes", "load_state": "loaded", "name": "cryptsetup.target", "sub_state": "active" }, "dbus.service": { "active_state": "active", "description": "D-Bus System Message Bus", "load_state": "loaded", "name": "dbus.service", "sub_state": "running" }, "dbus.socket": { "active_state": "active", "description": "D-Bus System Message Bus Socket", "load_state": "loaded", "name": "dbus.socket", "sub_state": "running" }, "dev-hugepages.mount": { "active_state": "active", "description": "Huge Pages File System", "load_state": "loaded", "name": "dev-hugepages.mount", "sub_state": "mounted" }, "dev-mqueue.mount": { "active_state": "active", "description": "POSIX Message Queue File System", "load_state": "loaded", "name": "dev-mqueue.mount", "sub_state": "mounted" }, "dnf-makecache.timer": { "active_state": "active", "description": "dnf makecache --timer", "load_state": "loaded", "name": "dnf-makecache.timer", "sub_state": "waiting" }, "dracut-shutdown.service": { "active_state": "active", "description": "Restore /run/initramfs on shutdown", "load_state": "loaded", "name": "dracut-shutdown.service", "sub_state": "exited" }, "getty.target": { "active_state": "active", "description": "Login Prompts", "load_state": "loaded", "name": "getty.target", "sub_state": "active" }, "getty@tty1.service": { "active_state": "active", "description": "Getty on tty1", "load_state": "loaded", "name": "getty@tty1.service", "sub_state": "running" }, "gssproxy.service": { "active_state": "active", "description": "GSSAPI Proxy Daemon", "load_state": "loaded", "name": "gssproxy.service", "sub_state": "running" }, "import-state.service": { "active_state": "active", "description": "Import network configuration from initramfs", "load_state": "loaded", "name": "import-state.service", "sub_state": "exited" }, "init.scope": { "active_state": "active", "description": "System and Service Manager", "load_state": "loaded", "name": "init.scope", "sub_state": "running" }, "irqbalance.service": { "active_state": "active", "description": "irqbalance daemon", "load_state": "loaded", "name": "irqbalance.service", "sub_state": "running" }, "kdump.service": { "active_state": "active", "description": "Crash recovery kernel arming", "load_state": "loaded", "name": "kdump.service", "sub_state": "exited" }, "kmod-static-nodes.service": { "active_state": "active", "description": "Create list of required static device nodes for the current kernel", "load_state": "loaded", "name": "kmod-static-nodes.service", "sub_state": "exited" }, "local-fs-pre.target": { "active_state": "active", "description": "Local File Systems (Pre)", "load_state": "loaded", "name": "local-fs-pre.target", "sub_state": "active" }, "local-fs.target": { "active_state": "active", "description": "Local File Systems", "load_state": "loaded", "name": "local-fs.target", "sub_state": "active" }, "multi-user.target": { "active_state": "active", "description": "Multi-User System", "load_state": "loaded", "name": "multi-user.target", "sub_state": "active" }, "network-online.target": { "active_state": "active", "description": "Network is Online", "load_state": "loaded", "name": "network-online.target", "sub_state": "active" }, "network-pre.target": { "active_state": "active", "description": "Network (Pre)", "load_state": "loaded", "name": "network-pre.target", "sub_state": "active" }, "network.target": { "active_state": "active", "description": "Network", "load_state": "loaded", "name": "network.target", "sub_state": "active" }, "nfs-client.target": { "active_state": "active", "description": "NFS client services", "load_state": "loaded", "name": "nfs-client.target", "sub_state": "active" }, "nis-domainname.service": { "active_state": "active", "description": "Read and set NIS domainname from /etc/sysconfig/network", "load_state": "loaded", "name": "nis-domainname.service", "sub_state": "exited" }, "nss-user-lookup.target": { "active_state": "active", "description": "User and Group Name Lookups", "load_state": "loaded", "name": "nss-user-lookup.target", "sub_state": "active" }, "paths.target": { "active_state": "active", "description": "Paths", "load_state": "loaded", "name": "paths.target", "sub_state": "active" }, "plymouth-quit-wait.service": { "active_state": "active", "description": "Hold until boot process finishes up", "load_state": "loaded", "name": "plymouth-quit-wait.service", "sub_state": "exited" }, "plymouth-quit.service": { "active_state": "active", "description": "Terminate Plymouth Boot Screen", "load_state": "loaded", "name": "plymouth-quit.service", "sub_state": "exited" }, "plymouth-read-write.service": { "active_state": "active", "description": "Tell Plymouth To Write Out Runtime Data", "load_state": "loaded", "name": "plymouth-read-write.service", "sub_state": "exited" }, "plymouth-start.service": { "active_state": "active", "description": "Show Plymouth Boot Screen", "load_state": "loaded", "name": "plymouth-start.service", "sub_state": "exited" }, "polkit.service": { "active_state": "active", "description": "Authorization Manager", "load_state": "loaded", "name": "polkit.service", "sub_state": "running" }, "proc-sys-fs-binfmt_misc.automount": { "active_state": "active", "description": "Arbitrary Executable File Formats File System Automount Point", "load_state": "loaded", "name": "proc-sys-fs-binfmt_misc.automount", "sub_state": "waiting" }, "remote-fs-pre.target": { "active_state": "active", "description": "Remote File Systems (Pre)", "load_state": "loaded", "name": "remote-fs-pre.target", "sub_state": "active" }, "remote-fs.target": { "active_state": "active", "description": "Remote File Systems", "load_state": "loaded", "name": "remote-fs.target", "sub_state": "active" }, "restraintd.service": { "active_state": "active", "description": "The restraint harness.", "load_state": "loaded", "name": "restraintd.service", "sub_state": "running" }, "rngd.service": { "active_state": "active", "description": "Hardware RNG Entropy Gatherer Daemon", "load_state": "loaded", "name": "rngd.service", "sub_state": "running" }, "rpc-statd-notify.service": { "active_state": "active", "description": "Notify NFS peers of a restart", "load_state": "loaded", "name": "rpc-statd-notify.service", "sub_state": "exited" }, "rpc_pipefs.target": { "active_state": "active", "description": "rpc_pipefs.target", "load_state": "loaded", "name": "rpc_pipefs.target", "sub_state": "active" }, "rpcbind.service": { "active_state": "active", "description": "RPC Bind", "load_state": "loaded", "name": "rpcbind.service", "sub_state": "running" }, "rpcbind.socket": { "active_state": "active", "description": "RPCbind Server Activation Socket", "load_state": "loaded", "name": "rpcbind.socket", "sub_state": "running" }, "rpcbind.target": { "active_state": "active", "description": "RPC Port Mapper", "load_state": "loaded", "name": "rpcbind.target", "sub_state": "active" }, "rsyslog.service": { "active_state": "active", "description": "System Logging Service", "load_state": "loaded", "name": "rsyslog.service", "sub_state": "running" }, "run-user-0.mount": { "active_state": "active", "description": "/run/user/0", "load_state": "loaded", "name": "run-user-0.mount", "sub_state": "mounted" }, "session-3.scope": { "active_state": "active", "description": "Session 3 of user root", "load_state": "loaded", "name": "session-3.scope", "sub_state": "running" }, "session-5.scope": { "active_state": "active", "description": "Session 5 of user root", "load_state": "loaded", "name": "session-5.scope", "sub_state": "running" }, "slices.target": { "active_state": "active", "description": "Slices", "load_state": "loaded", "name": "slices.target", "sub_state": "active" }, "sockets.target": { "active_state": "active", "description": "Sockets", "load_state": "loaded", "name": "sockets.target", "sub_state": "active" }, "sshd-keygen.target": { "active_state": "active", "description": "sshd-keygen.target", "load_state": "loaded", "name": "sshd-keygen.target", "sub_state": "active" }, "sshd.service": { "active_state": "active", "description": "OpenSSH server daemon", "load_state": "loaded", "name": "sshd.service", "sub_state": "running" }, "sssd-kcm.socket": { "active_state": "active", "description": "SSSD Kerberos Cache Manager responder socket", "load_state": "loaded", "name": "sssd-kcm.socket", "sub_state": "listening" }, "swap.target": { "active_state": "active", "description": "Swap", "load_state": "loaded", "name": "swap.target", "sub_state": "active" }, "sys-devices-platform-serial8250-tty-ttyS1.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS1", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS1.device", "sub_state": "plugged" }, "sys-devices-platform-serial8250-tty-ttyS2.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS2", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS2.device", "sub_state": "plugged" }, "sys-devices-platform-serial8250-tty-ttyS3.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS3", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS3.device", "sub_state": "plugged" }, "sys-devices-pnp0-00:06-tty-ttyS0.device": { "active_state": "active", "description": "/sys/devices/pnp0/00:06/tty/ttyS0", "load_state": "loaded", "name": "sys-devices-pnp0-00:06-tty-ttyS0.device", "sub_state": "plugged" }, "sys-devices-vbd\\x2d768-block-xvda-xvda1.device": { "active_state": "active", "description": "/sys/devices/vbd-768/block/xvda/xvda1", "load_state": "loaded", "name": "sys-devices-vbd\\x2d768-block-xvda-xvda1.device", "sub_state": "plugged" }, "sys-devices-vbd\\x2d768-block-xvda.device": { "active_state": "active", "description": "/sys/devices/vbd-768/block/xvda", "load_state": "loaded", "name": "sys-devices-vbd\\x2d768-block-xvda.device", "sub_state": "plugged" }, "sys-devices-vif\\x2d0-net-eth0.device": { "active_state": "active", "description": "/sys/devices/vif-0/net/eth0", "load_state": "loaded", "name": "sys-devices-vif\\x2d0-net-eth0.device", "sub_state": "plugged" }, "sys-kernel-config.mount": { "active_state": "active", "description": "Kernel Configuration File System", "load_state": "loaded", "name": "sys-kernel-config.mount", "sub_state": "mounted" }, "sys-kernel-debug.mount": { "active_state": "active", "description": "Kernel Debug File System", "load_state": "loaded", "name": "sys-kernel-debug.mount", "sub_state": "mounted" }, "sys-kernel-tracing.mount": { "active_state": "active", "description": "/sys/kernel/tracing", "load_state": "loaded", "name": "sys-kernel-tracing.mount", "sub_state": "mounted" }, "sys-module-configfs.device": { "active_state": "active", "description": "/sys/module/configfs", "load_state": "loaded", "name": "sys-module-configfs.device", "sub_state": "plugged" }, "sys-subsystem-net-devices-eth0.device": { "active_state": "active", "description": "/sys/subsystem/net/devices/eth0", "load_state": "loaded", "name": "sys-subsystem-net-devices-eth0.device", "sub_state": "plugged" }, "sysinit.target": { "active_state": "active", "description": "System Initialization", "load_state": "loaded", "name": "sysinit.target", "sub_state": "active" }, "system-getty.slice": { "active_state": "active", "description": "system-getty.slice", "load_state": "loaded", "name": "system-getty.slice", "sub_state": "active" }, "system-sshd\\x2dkeygen.slice": { "active_state": "active", "description": "system-sshd\\x2dkeygen.slice", "load_state": "loaded", "name": "system-sshd\\x2dkeygen.slice", "sub_state": "active" }, "system.slice": { "active_state": "active", "description": "System Slice", "load_state": "loaded", "name": "system.slice", "sub_state": "active" }, "systemd-ask-password-plymouth.path": { "active_state": "active", "description": "Forward Password Requests to Plymouth Directory Watch", "load_state": "loaded", "name": "systemd-ask-password-plymouth.path", "sub_state": "waiting" }, "systemd-ask-password-wall.path": { "active_state": "active", "description": "Forward Password Requests to Wall Directory Watch", "load_state": "loaded", "name": "systemd-ask-password-wall.path", "sub_state": "waiting" }, "systemd-coredump.socket": { "active_state": "active", "description": "Process Core Dump Socket", "load_state": "loaded", "name": "systemd-coredump.socket", "sub_state": "listening" }, "systemd-initctl.socket": { "active_state": "active", "description": "initctl Compatibility Named Pipe", "load_state": "loaded", "name": "systemd-initctl.socket", "sub_state": "listening" }, "systemd-journal-flush.service": { "active_state": "active", "description": "Flush Journal to Persistent Storage", "load_state": "loaded", "name": "systemd-journal-flush.service", "sub_state": "exited" }, "systemd-journald-dev-log.socket": { "active_state": "active", "description": "Journal Socket (/dev/log)", "load_state": "loaded", "name": "systemd-journald-dev-log.socket", "sub_state": "running" }, "systemd-journald.service": { "active_state": "active", "description": "Journal Service", "load_state": "loaded", "name": "systemd-journald.service", "sub_state": "running" }, "systemd-journald.socket": { "active_state": "active", "description": "Journal Socket", "load_state": "loaded", "name": "systemd-journald.socket", "sub_state": "running" }, "systemd-logind.service": { "active_state": "active", "description": "Login Service", "load_state": "loaded", "name": "systemd-logind.service", "sub_state": "running" }, "systemd-machine-id-commit.service": { "active_state": "active", "description": "Commit a transient machine-id on disk", "load_state": "loaded", "name": "systemd-machine-id-commit.service", "sub_state": "exited" }, "systemd-random-seed.service": { "active_state": "active", "description": "Load/Save Random Seed", "load_state": "loaded", "name": "systemd-random-seed.service", "sub_state": "exited" }, "systemd-remount-fs.service": { "active_state": "active", "description": "Remount Root and Kernel File Systems", "load_state": "loaded", "name": "systemd-remount-fs.service", "sub_state": "exited" }, "systemd-sysctl.service": { "active_state": "active", "description": "Apply Kernel Variables", "load_state": "loaded", "name": "systemd-sysctl.service", "sub_state": "exited" }, "systemd-tmpfiles-clean.timer": { "active_state": "active", "description": "Daily Cleanup of Temporary Directories", "load_state": "loaded", "name": "systemd-tmpfiles-clean.timer", "sub_state": "waiting" }, "systemd-tmpfiles-setup-dev.service": { "active_state": "active", "description": "Create Static Device Nodes in /dev", "load_state": "loaded", "name": "systemd-tmpfiles-setup-dev.service", "sub_state": "exited" }, "systemd-tmpfiles-setup.service": { "active_state": "active", "description": "Create Volatile Files and Directories", "load_state": "loaded", "name": "systemd-tmpfiles-setup.service", "sub_state": "exited" }, "systemd-udev-trigger.service": { "active_state": "active", "description": "udev Coldplug all Devices", "load_state": "loaded", "name": "systemd-udev-trigger.service", "sub_state": "exited" }, "systemd-udevd-control.socket": { "active_state": "active", "description": "udev Control Socket", "load_state": "loaded", "name": "systemd-udevd-control.socket", "sub_state": "running" }, "systemd-udevd-kernel.socket": { "active_state": "active", "description": "udev Kernel Socket", "load_state": "loaded", "name": "systemd-udevd-kernel.socket", "sub_state": "running" }, "systemd-udevd.service": { "active_state": "active", "description": "udev Kernel Device Manager", "load_state": "loaded", "name": "systemd-udevd.service", "sub_state": "running" }, "systemd-update-utmp.service": { "active_state": "active", "description": "Update UTMP about System Boot/Shutdown", "load_state": "loaded", "name": "systemd-update-utmp.service", "sub_state": "exited" }, "systemd-user-sessions.service": { "active_state": "active", "description": "Permit User Sessions", "load_state": "loaded", "name": "systemd-user-sessions.service", "sub_state": "exited" }, "timers.target": { "active_state": "active", "description": "Timers", "load_state": "loaded", "name": "timers.target", "sub_state": "active" }, "tuned.service": { "active_state": "active", "description": "Dynamic System Tuning Daemon", "load_state": "loaded", "name": "tuned.service", "sub_state": "running" }, "unbound-anchor.timer": { "active_state": "active", "description": "daily update of the root trust anchor for DNSSEC", "load_state": "loaded", "name": "unbound-anchor.timer", "sub_state": "waiting" }, "user-0.slice": { "active_state": "active", "description": "User Slice of UID 0", "load_state": "loaded", "name": "user-0.slice", "sub_state": "active" }, "user-runtime-dir@0.service": { "active_state": "active", "description": "User runtime directory /run/user/0", "load_state": "loaded", "name": "user-runtime-dir@0.service", "sub_state": "exited" }, "user.slice": { "active_state": "active", "description": "User and Session Slice", "load_state": "loaded", "name": "user.slice", "sub_state": "active" }, "user@0.service": { "active_state": "active", "description": "User Manager for UID 0", "load_state": "loaded", "name": "user@0.service", "sub_state": "running" }, "var-lib-nfs-rpc_pipefs.mount": { "active_state": "active", "description": "RPC Pipe File System", "load_state": "loaded", "name": "var-lib-nfs-rpc_pipefs.mount", "sub_state": "mounted" } } } TASK [fedora.linux_system_roles.systemd : Set legacy systemd_units output variable] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:162 Monday 11 November 2024 18:52:50 -0500 (0:00:00.045) 0:01:35.345 ******* ok: [managed-node1] => { "ansible_facts": { "systemd_units": { "-.mount": { "active_state": "active", "description": "Root Mount", "load_state": "loaded", "name": "-.mount", "sub_state": "mounted" }, "-.slice": { "active_state": "active", "description": "Root Slice", "load_state": "loaded", "name": "-.slice", "sub_state": "active" }, "NetworkManager-wait-online.service": { "active_state": "active", "description": "Network Manager Wait Online", "load_state": "loaded", "name": "NetworkManager-wait-online.service", "sub_state": "exited" }, "NetworkManager.service": { "active_state": "active", "description": "Network Manager", "load_state": "loaded", "name": "NetworkManager.service", "sub_state": "running" }, "auditd.service": { "active_state": "active", "description": "Security Auditing Service", "load_state": "loaded", "name": "auditd.service", "sub_state": "running" }, "basic.target": { "active_state": "active", "description": "Basic System", "load_state": "loaded", "name": "basic.target", "sub_state": "active" }, "chronyd.service": { "active_state": "active", "description": "NTP client/server", "load_state": "loaded", "name": "chronyd.service", "sub_state": "running" }, "cloud-config.service": { "active_state": "active", "description": "Apply the settings specified in cloud-config", "load_state": "loaded", "name": "cloud-config.service", "sub_state": "exited" }, "cloud-config.target": { "active_state": "active", "description": "Cloud-config availability", "load_state": "loaded", "name": "cloud-config.target", "sub_state": "active" }, "cloud-final.service": { "active_state": "active", "description": "Execute cloud user/final scripts", "load_state": "loaded", "name": "cloud-final.service", "sub_state": "exited" }, "cloud-init-local.service": { "active_state": "active", "description": "Initial cloud-init job (pre-networking)", "load_state": "loaded", "name": "cloud-init-local.service", "sub_state": "exited" }, "cloud-init.service": { "active_state": "active", "description": "Initial cloud-init job (metadata service crawler)", "load_state": "loaded", "name": "cloud-init.service", "sub_state": "exited" }, "cloud-init.target": { "active_state": "active", "description": "Cloud-init target", "load_state": "loaded", "name": "cloud-init.target", "sub_state": "active" }, "crond.service": { "active_state": "active", "description": "Command Scheduler", "load_state": "loaded", "name": "crond.service", "sub_state": "running" }, "cryptsetup.target": { "active_state": "active", "description": "Local Encrypted Volumes", "load_state": "loaded", "name": "cryptsetup.target", "sub_state": "active" }, "dbus.service": { "active_state": "active", "description": "D-Bus System Message Bus", "load_state": "loaded", "name": "dbus.service", "sub_state": "running" }, "dbus.socket": { "active_state": "active", "description": "D-Bus System Message Bus Socket", "load_state": "loaded", "name": "dbus.socket", "sub_state": "running" }, "dev-hugepages.mount": { "active_state": "active", "description": "Huge Pages File System", "load_state": "loaded", "name": "dev-hugepages.mount", "sub_state": "mounted" }, "dev-mqueue.mount": { "active_state": "active", "description": "POSIX Message Queue File System", "load_state": "loaded", "name": "dev-mqueue.mount", "sub_state": "mounted" }, "dnf-makecache.timer": { "active_state": "active", "description": "dnf makecache --timer", "load_state": "loaded", "name": "dnf-makecache.timer", "sub_state": "waiting" }, "dracut-shutdown.service": { "active_state": "active", "description": "Restore /run/initramfs on shutdown", "load_state": "loaded", "name": "dracut-shutdown.service", "sub_state": "exited" }, "getty.target": { "active_state": "active", "description": "Login Prompts", "load_state": "loaded", "name": "getty.target", "sub_state": "active" }, "getty@tty1.service": { "active_state": "active", "description": "Getty on tty1", "load_state": "loaded", "name": "getty@tty1.service", "sub_state": "running" }, "gssproxy.service": { "active_state": "active", "description": "GSSAPI Proxy Daemon", "load_state": "loaded", "name": "gssproxy.service", "sub_state": "running" }, "import-state.service": { "active_state": "active", "description": "Import network configuration from initramfs", "load_state": "loaded", "name": "import-state.service", "sub_state": "exited" }, "init.scope": { "active_state": "active", "description": "System and Service Manager", "load_state": "loaded", "name": "init.scope", "sub_state": "running" }, "irqbalance.service": { "active_state": "active", "description": "irqbalance daemon", "load_state": "loaded", "name": "irqbalance.service", "sub_state": "running" }, "kdump.service": { "active_state": "active", "description": "Crash recovery kernel arming", "load_state": "loaded", "name": "kdump.service", "sub_state": "exited" }, "kmod-static-nodes.service": { "active_state": "active", "description": "Create list of required static device nodes for the current kernel", "load_state": "loaded", "name": "kmod-static-nodes.service", "sub_state": "exited" }, "local-fs-pre.target": { "active_state": "active", "description": "Local File Systems (Pre)", "load_state": "loaded", "name": "local-fs-pre.target", "sub_state": "active" }, "local-fs.target": { "active_state": "active", "description": "Local File Systems", "load_state": "loaded", "name": "local-fs.target", "sub_state": "active" }, "multi-user.target": { "active_state": "active", "description": "Multi-User System", "load_state": "loaded", "name": "multi-user.target", "sub_state": "active" }, "network-online.target": { "active_state": "active", "description": "Network is Online", "load_state": "loaded", "name": "network-online.target", "sub_state": "active" }, "network-pre.target": { "active_state": "active", "description": "Network (Pre)", "load_state": "loaded", "name": "network-pre.target", "sub_state": "active" }, "network.target": { "active_state": "active", "description": "Network", "load_state": "loaded", "name": "network.target", "sub_state": "active" }, "nfs-client.target": { "active_state": "active", "description": "NFS client services", "load_state": "loaded", "name": "nfs-client.target", "sub_state": "active" }, "nis-domainname.service": { "active_state": "active", "description": "Read and set NIS domainname from /etc/sysconfig/network", "load_state": "loaded", "name": "nis-domainname.service", "sub_state": "exited" }, "nss-user-lookup.target": { "active_state": "active", "description": "User and Group Name Lookups", "load_state": "loaded", "name": "nss-user-lookup.target", "sub_state": "active" }, "paths.target": { "active_state": "active", "description": "Paths", "load_state": "loaded", "name": "paths.target", "sub_state": "active" }, "plymouth-quit-wait.service": { "active_state": "active", "description": "Hold until boot process finishes up", "load_state": "loaded", "name": "plymouth-quit-wait.service", "sub_state": "exited" }, "plymouth-quit.service": { "active_state": "active", "description": "Terminate Plymouth Boot Screen", "load_state": "loaded", "name": "plymouth-quit.service", "sub_state": "exited" }, "plymouth-read-write.service": { "active_state": "active", "description": "Tell Plymouth To Write Out Runtime Data", "load_state": "loaded", "name": "plymouth-read-write.service", "sub_state": "exited" }, "plymouth-start.service": { "active_state": "active", "description": "Show Plymouth Boot Screen", "load_state": "loaded", "name": "plymouth-start.service", "sub_state": "exited" }, "polkit.service": { "active_state": "active", "description": "Authorization Manager", "load_state": "loaded", "name": "polkit.service", "sub_state": "running" }, "proc-sys-fs-binfmt_misc.automount": { "active_state": "active", "description": "Arbitrary Executable File Formats File System Automount Point", "load_state": "loaded", "name": "proc-sys-fs-binfmt_misc.automount", "sub_state": "waiting" }, "remote-fs-pre.target": { "active_state": "active", "description": "Remote File Systems (Pre)", "load_state": "loaded", "name": "remote-fs-pre.target", "sub_state": "active" }, "remote-fs.target": { "active_state": "active", "description": "Remote File Systems", "load_state": "loaded", "name": "remote-fs.target", "sub_state": "active" }, "restraintd.service": { "active_state": "active", "description": "The restraint harness.", "load_state": "loaded", "name": "restraintd.service", "sub_state": "running" }, "rngd.service": { "active_state": "active", "description": "Hardware RNG Entropy Gatherer Daemon", "load_state": "loaded", "name": "rngd.service", "sub_state": "running" }, "rpc-statd-notify.service": { "active_state": "active", "description": "Notify NFS peers of a restart", "load_state": "loaded", "name": "rpc-statd-notify.service", "sub_state": "exited" }, "rpc_pipefs.target": { "active_state": "active", "description": "rpc_pipefs.target", "load_state": "loaded", "name": "rpc_pipefs.target", "sub_state": "active" }, "rpcbind.service": { "active_state": "active", "description": "RPC Bind", "load_state": "loaded", "name": "rpcbind.service", "sub_state": "running" }, "rpcbind.socket": { "active_state": "active", "description": "RPCbind Server Activation Socket", "load_state": "loaded", "name": "rpcbind.socket", "sub_state": "running" }, "rpcbind.target": { "active_state": "active", "description": "RPC Port Mapper", "load_state": "loaded", "name": "rpcbind.target", "sub_state": "active" }, "rsyslog.service": { "active_state": "active", "description": "System Logging Service", "load_state": "loaded", "name": "rsyslog.service", "sub_state": "running" }, "run-user-0.mount": { "active_state": "active", "description": "/run/user/0", "load_state": "loaded", "name": "run-user-0.mount", "sub_state": "mounted" }, "session-3.scope": { "active_state": "active", "description": "Session 3 of user root", "load_state": "loaded", "name": "session-3.scope", "sub_state": "running" }, "session-5.scope": { "active_state": "active", "description": "Session 5 of user root", "load_state": "loaded", "name": "session-5.scope", "sub_state": "running" }, "slices.target": { "active_state": "active", "description": "Slices", "load_state": "loaded", "name": "slices.target", "sub_state": "active" }, "sockets.target": { "active_state": "active", "description": "Sockets", "load_state": "loaded", "name": "sockets.target", "sub_state": "active" }, "sshd-keygen.target": { "active_state": "active", "description": "sshd-keygen.target", "load_state": "loaded", "name": "sshd-keygen.target", "sub_state": "active" }, "sshd.service": { "active_state": "active", "description": "OpenSSH server daemon", "load_state": "loaded", "name": "sshd.service", "sub_state": "running" }, "sssd-kcm.socket": { "active_state": "active", "description": "SSSD Kerberos Cache Manager responder socket", "load_state": "loaded", "name": "sssd-kcm.socket", "sub_state": "listening" }, "swap.target": { "active_state": "active", "description": "Swap", "load_state": "loaded", "name": "swap.target", "sub_state": "active" }, "sys-devices-platform-serial8250-tty-ttyS1.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS1", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS1.device", "sub_state": "plugged" }, "sys-devices-platform-serial8250-tty-ttyS2.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS2", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS2.device", "sub_state": "plugged" }, "sys-devices-platform-serial8250-tty-ttyS3.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS3", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS3.device", "sub_state": "plugged" }, "sys-devices-pnp0-00:06-tty-ttyS0.device": { "active_state": "active", "description": "/sys/devices/pnp0/00:06/tty/ttyS0", "load_state": "loaded", "name": "sys-devices-pnp0-00:06-tty-ttyS0.device", "sub_state": "plugged" }, "sys-devices-vbd\\x2d768-block-xvda-xvda1.device": { "active_state": "active", "description": "/sys/devices/vbd-768/block/xvda/xvda1", "load_state": "loaded", "name": "sys-devices-vbd\\x2d768-block-xvda-xvda1.device", "sub_state": "plugged" }, "sys-devices-vbd\\x2d768-block-xvda.device": { "active_state": "active", "description": "/sys/devices/vbd-768/block/xvda", "load_state": "loaded", "name": "sys-devices-vbd\\x2d768-block-xvda.device", "sub_state": "plugged" }, "sys-devices-vif\\x2d0-net-eth0.device": { "active_state": "active", "description": "/sys/devices/vif-0/net/eth0", "load_state": "loaded", "name": "sys-devices-vif\\x2d0-net-eth0.device", "sub_state": "plugged" }, "sys-kernel-config.mount": { "active_state": "active", "description": "Kernel Configuration File System", "load_state": "loaded", "name": "sys-kernel-config.mount", "sub_state": "mounted" }, "sys-kernel-debug.mount": { "active_state": "active", "description": "Kernel Debug File System", "load_state": "loaded", "name": "sys-kernel-debug.mount", "sub_state": "mounted" }, "sys-kernel-tracing.mount": { "active_state": "active", "description": "/sys/kernel/tracing", "load_state": "loaded", "name": "sys-kernel-tracing.mount", "sub_state": "mounted" }, "sys-module-configfs.device": { "active_state": "active", "description": "/sys/module/configfs", "load_state": "loaded", "name": "sys-module-configfs.device", "sub_state": "plugged" }, "sys-subsystem-net-devices-eth0.device": { "active_state": "active", "description": "/sys/subsystem/net/devices/eth0", "load_state": "loaded", "name": "sys-subsystem-net-devices-eth0.device", "sub_state": "plugged" }, "sysinit.target": { "active_state": "active", "description": "System Initialization", "load_state": "loaded", "name": "sysinit.target", "sub_state": "active" }, "system-getty.slice": { "active_state": "active", "description": "system-getty.slice", "load_state": "loaded", "name": "system-getty.slice", "sub_state": "active" }, "system-sshd\\x2dkeygen.slice": { "active_state": "active", "description": "system-sshd\\x2dkeygen.slice", "load_state": "loaded", "name": "system-sshd\\x2dkeygen.slice", "sub_state": "active" }, "system.slice": { "active_state": "active", "description": "System Slice", "load_state": "loaded", "name": "system.slice", "sub_state": "active" }, "systemd-ask-password-plymouth.path": { "active_state": "active", "description": "Forward Password Requests to Plymouth Directory Watch", "load_state": "loaded", "name": "systemd-ask-password-plymouth.path", "sub_state": "waiting" }, "systemd-ask-password-wall.path": { "active_state": "active", "description": "Forward Password Requests to Wall Directory Watch", "load_state": "loaded", "name": "systemd-ask-password-wall.path", "sub_state": "waiting" }, "systemd-coredump.socket": { "active_state": "active", "description": "Process Core Dump Socket", "load_state": "loaded", "name": "systemd-coredump.socket", "sub_state": "listening" }, "systemd-initctl.socket": { "active_state": "active", "description": "initctl Compatibility Named Pipe", "load_state": "loaded", "name": "systemd-initctl.socket", "sub_state": "listening" }, "systemd-journal-flush.service": { "active_state": "active", "description": "Flush Journal to Persistent Storage", "load_state": "loaded", "name": "systemd-journal-flush.service", "sub_state": "exited" }, "systemd-journald-dev-log.socket": { "active_state": "active", "description": "Journal Socket (/dev/log)", "load_state": "loaded", "name": "systemd-journald-dev-log.socket", "sub_state": "running" }, "systemd-journald.service": { "active_state": "active", "description": "Journal Service", "load_state": "loaded", "name": "systemd-journald.service", "sub_state": "running" }, "systemd-journald.socket": { "active_state": "active", "description": "Journal Socket", "load_state": "loaded", "name": "systemd-journald.socket", "sub_state": "running" }, "systemd-logind.service": { "active_state": "active", "description": "Login Service", "load_state": "loaded", "name": "systemd-logind.service", "sub_state": "running" }, "systemd-machine-id-commit.service": { "active_state": "active", "description": "Commit a transient machine-id on disk", "load_state": "loaded", "name": "systemd-machine-id-commit.service", "sub_state": "exited" }, "systemd-random-seed.service": { "active_state": "active", "description": "Load/Save Random Seed", "load_state": "loaded", "name": "systemd-random-seed.service", "sub_state": "exited" }, "systemd-remount-fs.service": { "active_state": "active", "description": "Remount Root and Kernel File Systems", "load_state": "loaded", "name": "systemd-remount-fs.service", "sub_state": "exited" }, "systemd-sysctl.service": { "active_state": "active", "description": "Apply Kernel Variables", "load_state": "loaded", "name": "systemd-sysctl.service", "sub_state": "exited" }, "systemd-tmpfiles-clean.timer": { "active_state": "active", "description": "Daily Cleanup of Temporary Directories", "load_state": "loaded", "name": "systemd-tmpfiles-clean.timer", "sub_state": "waiting" }, "systemd-tmpfiles-setup-dev.service": { "active_state": "active", "description": "Create Static Device Nodes in /dev", "load_state": "loaded", "name": "systemd-tmpfiles-setup-dev.service", "sub_state": "exited" }, "systemd-tmpfiles-setup.service": { "active_state": "active", "description": "Create Volatile Files and Directories", "load_state": "loaded", "name": "systemd-tmpfiles-setup.service", "sub_state": "exited" }, "systemd-udev-trigger.service": { "active_state": "active", "description": "udev Coldplug all Devices", "load_state": "loaded", "name": "systemd-udev-trigger.service", "sub_state": "exited" }, "systemd-udevd-control.socket": { "active_state": "active", "description": "udev Control Socket", "load_state": "loaded", "name": "systemd-udevd-control.socket", "sub_state": "running" }, "systemd-udevd-kernel.socket": { "active_state": "active", "description": "udev Kernel Socket", "load_state": "loaded", "name": "systemd-udevd-kernel.socket", "sub_state": "running" }, "systemd-udevd.service": { "active_state": "active", "description": "udev Kernel Device Manager", "load_state": "loaded", "name": "systemd-udevd.service", "sub_state": "running" }, "systemd-update-utmp.service": { "active_state": "active", "description": "Update UTMP about System Boot/Shutdown", "load_state": "loaded", "name": "systemd-update-utmp.service", "sub_state": "exited" }, "systemd-user-sessions.service": { "active_state": "active", "description": "Permit User Sessions", "load_state": "loaded", "name": "systemd-user-sessions.service", "sub_state": "exited" }, "timers.target": { "active_state": "active", "description": "Timers", "load_state": "loaded", "name": "timers.target", "sub_state": "active" }, "tuned.service": { "active_state": "active", "description": "Dynamic System Tuning Daemon", "load_state": "loaded", "name": "tuned.service", "sub_state": "running" }, "unbound-anchor.timer": { "active_state": "active", "description": "daily update of the root trust anchor for DNSSEC", "load_state": "loaded", "name": "unbound-anchor.timer", "sub_state": "waiting" }, "user-0.slice": { "active_state": "active", "description": "User Slice of UID 0", "load_state": "loaded", "name": "user-0.slice", "sub_state": "active" }, "user-runtime-dir@0.service": { "active_state": "active", "description": "User runtime directory /run/user/0", "load_state": "loaded", "name": "user-runtime-dir@0.service", "sub_state": "exited" }, "user.slice": { "active_state": "active", "description": "User and Session Slice", "load_state": "loaded", "name": "user.slice", "sub_state": "active" }, "user@0.service": { "active_state": "active", "description": "User Manager for UID 0", "load_state": "loaded", "name": "user@0.service", "sub_state": "running" }, "var-lib-nfs-rpc_pipefs.mount": { "active_state": "active", "description": "RPC Pipe File System", "load_state": "loaded", "name": "var-lib-nfs-rpc_pipefs.mount", "sub_state": "mounted" } } }, "changed": false } TASK [fedora.linux_system_roles.systemd : Cancel linger for users if necessary] *** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:166 Monday 11 November 2024 18:52:50 -0500 (0:00:00.040) 0:01:35.385 ******* included: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/cancel_linger.yml for managed-node1 TASK [fedora.linux_system_roles.systemd : Cancel linger for given user] ******** task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/cancel_linger.yml:10 Monday 11 November 2024 18:52:50 -0500 (0:00:00.035) 0:01:35.421 ******* skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Foo.service shouldn't be in systemd_units] ******************************* task path: /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/tests/systemd/tests_basic.yml:210 Monday 11 November 2024 18:52:50 -0500 (0:00:00.043) 0:01:35.464 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "ansible_facts['systemd_units']['foo.service'] is defined", "skip_reason": "Conditional result was False" } PLAY RECAP ********************************************************************* managed-node1 : ok=268 changed=11 unreachable=0 failed=0 skipped=503 rescued=0 ignored=0 Monday 11 November 2024 18:52:50 -0500 (0:00:00.014) 0:01:35.479 ******* =============================================================================== fedora.linux_system_roles.systemd : Ensure required packages are installed -- 15.30s /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:61 fedora.linux_system_roles.systemd : Ensure required packages are installed --- 3.00s /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:61 fedora.linux_system_roles.systemd : Ensure required packages are installed --- 2.90s /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:61 fedora.linux_system_roles.systemd : Ensure required packages are installed --- 2.89s /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:61 fedora.linux_system_roles.systemd : Ensure required packages are installed --- 2.88s /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:61 fedora.linux_system_roles.systemd : Ensure required packages are installed --- 2.87s /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:61 fedora.linux_system_roles.systemd : Ensure required packages are installed --- 2.87s /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:61 fedora.linux_system_roles.systemd : Ensure required packages are installed --- 2.86s /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:61 fedora.linux_system_roles.systemd : Ensure required packages are installed --- 2.86s /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:61 fedora.linux_system_roles.systemd : Ensure required packages are installed --- 2.85s /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:61 fedora.linux_system_roles.systemd : Ensure ansible_facts used by role --- 1.44s /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:3 fedora.linux_system_roles.systemd : Reload systemd ---------------------- 1.06s /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:106 fedora.linux_system_roles.systemd : Ensure unit file templates are present --- 0.97s /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:57 fedora.linux_system_roles.systemd : Gather systemd units state for system and user units --- 0.88s /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_systemd_units_info.yml:7 fedora.linux_system_roles.systemd : Ensure required units in correct state --- 0.73s /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 fedora.linux_system_roles.systemd : Ensure required units in correct state --- 0.72s /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 fedora.linux_system_roles.systemd : Ensure unit file templates are present --- 0.71s /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:57 Verify that unit file was deployed -------------------------------------- 0.68s /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/tests/systemd/tests_basic.yml:12 fedora.linux_system_roles.systemd : Ensure required units in correct state --- 0.68s /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 fedora.linux_system_roles.systemd : Ensure required units in correct state --- 0.66s /tmp/collections-EVV/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28