{"id":18647628,"url":"https://github.com/artcom/ansible-role-win-autostart","last_synced_at":"2026-01-26T17:01:42.210Z","repository":{"id":142420051,"uuid":"299890051","full_name":"artcom/ansible-role-win-autostart","owner":"artcom","description":"Ansible role to create an autostart link for a command on a Windows 10 machine","archived":false,"fork":false,"pushed_at":"2024-03-18T12:07:56.000Z","size":11,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":14,"default_branch":"main","last_synced_at":"2025-05-17T19:37:14.360Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/artcom.png","metadata":{"files":{"readme":"README.md","changelog":null,"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":"2020-09-30T10:55:47.000Z","updated_at":"2024-03-18T12:07:10.000Z","dependencies_parsed_at":"2024-03-18T13:30:17.541Z","dependency_job_id":null,"html_url":"https://github.com/artcom/ansible-role-win-autostart","commit_stats":null,"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/artcom/ansible-role-win-autostart","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/artcom%2Fansible-role-win-autostart","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/artcom%2Fansible-role-win-autostart/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/artcom%2Fansible-role-win-autostart/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/artcom%2Fansible-role-win-autostart/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/artcom","download_url":"https://codeload.github.com/artcom/ansible-role-win-autostart/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/artcom%2Fansible-role-win-autostart/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28782621,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-26T13:55:28.044Z","status":"ssl_error","status_checked_at":"2026-01-26T13:55:26.068Z","response_time":59,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":[],"created_at":"2024-11-07T06:27:12.836Z","updated_at":"2026-01-26T17:01:42.186Z","avatar_url":"https://github.com/artcom.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Win Autostart\n\nAnsible role to create an autostart link for a command on a Windows 10 machine.\n\n## Requirements\n\nThis role requires a reboot handler.\n\n## Role Variables\n\nAvailable variables are listed below, along with default values `(see defaults/main.yml)`:\n\n```yaml\nautostart_app_name: null\nautostart_executable_path: null\nautostart_user: null\nautostart_description: \"{{ autostart_app_name }}\"\nautostart_user_dir: \"C:\\\\Users\\\\{{ autostart_user }}\"\nautostart_executable_arguments: \"\"\nautostart_executable_working_directory: \"\"\n```\n\nRequired variables (role will fail if the variables are not set):\n\n```yaml\nautostart_app_name: \"string\"\nautostart_executable_path: \"string\"\nautostart_user: \"string\"\n```\n\nThe role will create an autostart link for `autostart_executable_path autostart_executable_arguments` for the `autostart_user` and a link to the `autostart_user` Desktop.\n\n## Dependencies\n\n- [check-required-variables](https://github.com/artcom/ansible-role-check-required-variables)\n\n# Example Playbook\n\n```yaml\n- name: set up autostart\n  hosts: all\n  handlers:\n    - name: reboot\n      win_reboot:\n\n  tasks:\n    - import_role:\n        name: win-autostart\n      vars:\n        autostart_app_name: \"my_app\"\n        autostart_executable_path: \"path_to_my_exe\"\n        autostart_user: \"{{ ansible_user }}\"\n```\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fartcom%2Fansible-role-win-autostart","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fartcom%2Fansible-role-win-autostart","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fartcom%2Fansible-role-win-autostart/lists"}