{"id":18647700,"url":"https://github.com/artcom/ansible-role-win-node-app","last_synced_at":"2026-02-02T14:11:21.369Z","repository":{"id":142420049,"uuid":"299918442","full_name":"artcom/ansible-role-win-node-app","owner":"artcom","description":"Ansible role to clone a Node app and install its dependencies on a Windows 10 machine","archived":false,"fork":false,"pushed_at":"2021-09-17T11:20:57.000Z","size":23,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":13,"default_branch":"master","last_synced_at":"2025-06-19T02:40:46.735Z","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-30T12:54:39.000Z","updated_at":"2021-09-17T11:20:41.000Z","dependencies_parsed_at":"2024-04-19T07:00:27.027Z","dependency_job_id":null,"html_url":"https://github.com/artcom/ansible-role-win-node-app","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/artcom/ansible-role-win-node-app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/artcom%2Fansible-role-win-node-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/artcom%2Fansible-role-win-node-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/artcom%2Fansible-role-win-node-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/artcom%2Fansible-role-win-node-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/artcom","download_url":"https://codeload.github.com/artcom/ansible-role-win-node-app/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/artcom%2Fansible-role-win-node-app/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29012720,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-02T12:48:30.580Z","status":"ssl_error","status_checked_at":"2026-02-02T12:46:38.384Z","response_time":58,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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:32.633Z","updated_at":"2026-02-02T14:11:21.354Z","avatar_url":"https://github.com/artcom.png","language":null,"readme":"# Node App\nAnsible role to clone a Node app and install its dependencies on a Windows 10 machine.\n\n## Description\nThis role will clone a node app from a git repository over https, install Node and the Node app dependencies. Credentials can be passed to the role to install from a private repository. Optionally Node gyp dependencies will be installed.\n\n## Requirements\nThis role requires a reboot handler:\n```yaml\n- name: reboot\n  ansible.windows.win_reboot:\n```\n\n## Role Variables\nAvailable variables are listed below, along with default values `(see defaults/main.yml)`:\n```yaml\nnode_version: null\nnode_app_path: null\nnode_app_repo: null\nnode_app_tag: null\nnode_app_process: node\nuse_node_gyp: false\npython2_version: null\nvisual_cpp_build_tools_version: null\n```\nRequired variables (role will fail if the variables are not set):\n```yaml\nnode_version: \"string\"\nnode_app_path: \"string\"\nnode_app_repo:\n  url: \"string\"\n  private: \"boolean\"\nnode_app_tag: \"string\"\n```\nRequired variables for a private repo (role will fail if the variables are not set):\n```yaml\ndeployment_user: \"string\"\ndeployment_password: \"string\"\n```\nRequired variables when using node_gyp (role will fail if the variables are not set):\n```yaml\npython2_version: \"string\"\nvisual_cpp_build_tools_version: \"string\"\n```\n\n## Dependencies\n* [check-required-variables](https://github.com/artcom/ansible-role-check-required-variables)\n\n# Example Playbook\n```yaml\n- name: install node app\n  hosts: all\n\n  handlers:\n    - name: reboot\n      ansible.windows.win_reboot:\n\n  tasks:\n    - ansible.builtin.include_role:\n        name: win-node-app\n      vars:\n        node_version: \"14.4.0\"\n        node_app_path: \"{{ ansible_user_dir }}/node_app_name\"\n        node_app_repo:\n          url: \"https://github.com/username/node_app_name.git\"\n        node_app_tag: \"1.0.0\"\n```\n\n## License\nMIT\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fartcom%2Fansible-role-win-node-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fartcom%2Fansible-role-win-node-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fartcom%2Fansible-role-win-node-app/lists"}