{"id":18555170,"url":"https://github.com/arillso/ansible.defaultuser","last_synced_at":"2025-05-15T12:09:48.251Z","repository":{"id":68261875,"uuid":"195270801","full_name":"arillso/ansible.defaultuser","owner":"arillso","description":"Role which configures the default profile under Linux and Windows.","archived":false,"fork":false,"pushed_at":"2019-12-11T12:08:32.000Z","size":21,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-17T11:16:05.734Z","etag":null,"topics":["ansible","ansible-role","defaultuser"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/arillso.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-07-04T16:08:52.000Z","updated_at":"2020-08-04T12:00:37.000Z","dependencies_parsed_at":null,"dependency_job_id":"dab9c29c-d7fa-4ae1-aaf3-3486a3525cd7","html_url":"https://github.com/arillso/ansible.defaultuser","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arillso%2Fansible.defaultuser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arillso%2Fansible.defaultuser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arillso%2Fansible.defaultuser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arillso%2Fansible.defaultuser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/arillso","download_url":"https://codeload.github.com/arillso/ansible.defaultuser/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254337596,"owners_count":22054254,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ansible","ansible-role","defaultuser"],"created_at":"2024-11-06T21:25:30.999Z","updated_at":"2025-05-15T12:09:48.226Z","avatar_url":"https://github.com/arillso.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ansible Role: defaultuser\n\n[![Build Status](https://img.shields.io/travis/arillso/ansible.defaultuser.svg?branch=master\u0026style=popout-square)](https://travis-ci.org/arillso/ansible.defaultuser) [![license](https://img.shields.io/github/license/mashape/apistatus.svg?style=popout-square)](https://sbaerlo.ch/licence) [![Ansible Galaxy](https://img.shields.io/badge/ansible--galaxy-defaultuser-blue.svg?style=popout-square)](https://galaxy.ansible.com/arillso/defaultuser) [![Ansible Role](https://img.shields.io/ansible/role/d/41788.svg?style=popout-square)](https://galaxy.ansible.com/arillso/defaultuser)\n\n## Description\n\nThis role configures the desktop of a new user under Window. Under Windows, it can enable/disable the desktop icons such as \"This Computer\", \"Recycle Bin\", etc., control some functions and views in Windows Explorer, activate Num Lock by default, enable/disable autotray and disable the First Run Wizard. (Linux support not yet implemented)\n\n## Installation\n\n```bash\nansible-galaxy install arillso.defaultuser\n```\n\n## Requirements\n\n## Role Variables\n\n### Windows\n\n#### Desktop Shortcuts\n\nAdd or remove on the desktop the icons for Computer, Recycle Bin, User Data, Control Panel, Network, Add or Remove, must now enter the new settings.\n\n##### Option Name\n\n| Option                                 | Description   |\n| -------------------------------------- | ------------- |\n| {018D5C66-4533-4307-9B53-224DE2ED1FE6} | OneDrive      |\n| {20D04FE0-3AEA-1069-A2D8-08002B30309D} | This PC       |\n| {5399E694-6CE5-4D6C-8FCE-1D8870FDCBA0} | Control Panel |\n| {59031a47-3f72-44a7-89c5-5595fe6b30ee} | Users Files   |\n| {645FF040-5081-101B-9F08-00AA002F954E} | Recycle Bin   |\n| {F02C1A0D-BE21-4350-88B0-7367FC96EF3C} | Network       |\n\n##### Option Data\n\n| Option | Description                      |\n| ------ | -------------------------------- |\n| 0      | Icon is displayed on the desktop |\n| 1      | Icon is hidden                   |\n\n```yml\ndefaultuser_explorer_shortcuts:\n  - name: '{20D04FE0-3AEA-1069-A2D8-08002B30309D}'\n    data: '0'\n  - name: '{59031a47-3f72-44a7-89c5-5595fe6b30ee}'\n    data: '0'\n  - name: '{645FF040-5081-101B-9F08-00AA002F954E}'\n    data: '0'\n```\n\n#### File Type Extensions\n\nHide or show Known File Type Extensions.\nSee: [https://bit.ly/2xxX3he](https://www.sevenforums.com/tutorials/10570-file-extensions-hide-show.html)\n\n```yml\ndefaultuser_file_ext_enabled: true\n```\n\n#### Windows Explorer to Open This PC\n\nWindows Explorer by default opens with the Libraries selected. If this value is set to True, This PC will be selected when opening the explorer.\n\nSee: [https://bit.ly/2Xn3kH1](https://www.itechtics.com/configure-windows-10-file-explorer-open-pc-instead-quick-access/)\n\n```yml\ndefaultuser_this_pc_enabled: true\n```\n\n#### Numlock\n\nSets the status of the NumLock key when Windows starts.\nSee: [https://bit.ly/2sI16Ua](https://www.howtogeek.com/244606/how-to-enable-num-lock-automatically-when-your-computer-boots/)\n\n```yml\ndefaultuser_numlock_default_enabled: true\n```\n\n#### Autotray\n\nControls whether inactive systray icons are shown or hidden. With true all icons are displayed.\n\n```yml\ndefaultuser_auto_tray_enabled: true\n```\n\n#### First Run IE\n\nControls if the First Run wizard of the internet Explorer is enabled or not.\n\n```yml\ndefaultuser_ie_first_run_wizard_enabled: false\n```\n\n## Dependencies\n\nnone\n\n## Example Playbook\n\n```yml\n- hosts: all\n  roles:\n    - arillso.defaultuser\n```\n\n## Author\n\n- [Simon Bärlocher](https://sbaerlocher.ch)\n\n## License\n\nThis project is under the MIT License. See the [LICENSE](https://sbaerlo.ch/licence) file for the full license text.\n\n## Copyright\n\n(c) 2020, Arillso\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farillso%2Fansible.defaultuser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farillso%2Fansible.defaultuser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farillso%2Fansible.defaultuser/lists"}