npm (1) 썸네일형 리스트형 8.4 ansible | [playbook] nodejs, npm 설치 ## nodejs 14.15.4, npm 6.14.10 --- - name: "NPM, NODEJS INSTALL" become: true hosts : all gather_facts: no tasks: - name: "install wget" yum: name: wget state: installed - name: "repo download" get_url: url: https://rpm.nodesource.com/setup_lts.x dest: /tmp/node_setup.sh - name: "repo install" shell: /bin/bash /tmp/node_setup.sh - name: "install nodejs" yum: name: "{{ item }}" state: installed l.. 이전 1 다음