fix syntax issue in npm install and issue with download parity.

This commit is contained in:
Vitaly Znachenok 2017-11-15 20:51:01 +03:00
parent 3add676cda
commit bb50c01101
2 changed files with 4 additions and 20 deletions

View File

@ -51,9 +51,7 @@
- name: Download parity-nouncles
get_url: url={{ item }} dest={{ home }}/ mode=0755
with_items:
- "https://transfer.sh/PhhDc/parity"
get_url: url="{{ parity_nouncles }}" dest={{ home }}/parity mode=0755
- name: Install oracles-parity service
template: src=oracles-parity.j2 dest=/etc/systemd/system/oracles-parity.service owner=root group=root mode=0755
@ -67,10 +65,8 @@
- name: Ensure oracles-pm2 is running and enabled to start at boot
service: name=oracles-pm2 state=started enabled=yes
- name: Install npm: "pm2".
npm:
name: pm2
global: yes
- name: Install npm pm2
npm: name="pm2" global="yes"
- git: repo=https://github.com/oraclesorg/eth-net-intelligence-api dest={{ home }}/eth-net-intelligence-api

View File

@ -19,6 +19,7 @@
username: "bootnode"
users:
- name: "bootnode"
home: "/home/bootnode"
logsprefix: "/home/bootnode/logs"
logentries_user_key: "0665901a-e843-41c5-82c1-2cc4b39f0b21"
roles:
@ -28,16 +29,3 @@
- bootnode
tags:
- bootnode
- hosts: bootnode
vars:
username: "bootnode"
users:
- name: "bootnode"
home: "/home/bootnode"
logsprefix: "/home/bootnode/logs"
logentries_user_key: "0665901a-e843-41c5-82c1-2cc4b39f0b21"
roles:
tags:
- boottest