removed ansible config. its now in main ansible repo
This commit is contained in:
parent
829930ea1e
commit
8967dc213f
7 changed files with 0 additions and 37 deletions
12
.gitmodules
vendored
12
.gitmodules
vendored
|
@ -1,12 +0,0 @@
|
|||
[submodule "ansible-lighthouse/roles/elasticsearch"]
|
||||
path = ansible-lighthouse/roles/elasticsearch
|
||||
url = https://github.com/elastic/ansible-elasticsearch
|
||||
[submodule "ansible-lighthouse/roles/geerlingguy.nodejs"]
|
||||
path = ansible-lighthouse/roles/geerlingguy.nodejs
|
||||
url = https://github.com/geerlingguy/ansible-role-nodejs
|
||||
[submodule "ansible-lighthouse/roles/yarn"]
|
||||
path = ansible-lighthouse/roles/yarn
|
||||
url = https://github.com/Oefenweb/ansible-yarn
|
||||
[submodule "ansible-lighthouse/roles/bobbyrenwick.pip"]
|
||||
path = ansible-lighthouse/roles/bobbyrenwick.pip
|
||||
url = https://github.com/bobbyrenwick/ansible-pip.git
|
|
@ -1 +0,0 @@
|
|||
[lighthouse]
|
|
@ -1,20 +0,0 @@
|
|||
- name: Lighthouse - Download lbrycrd
|
||||
hosts: lighthouse
|
||||
tasks:
|
||||
- raw: apt-get update && apt-get install -y wget unzip screen git curl
|
||||
- raw: cd ~ && wget https://github.com/lbryio/lbrycrd/releases/download/v0.12.0.5/lbrycrd-linux.zip && unzip lbrycrd-linux.zip -d lbrycrd
|
||||
- raw: cd ~/lbrycrd && screen -S lbrycrd -d -m ./lbrycrdd -server -txindex -reindex -rpcuser=lbry -rpcpassword=lbry && sleep 2
|
||||
|
||||
- name: Lighthouse - Install elasticsearch, download and install lighthouse
|
||||
hosts: lighthouse
|
||||
roles:
|
||||
- { role: elasticsearch, es_instance_name: "node1", es_heap_size: "4g" }
|
||||
- { role: geerlingguy.nodejs, nodejs_version: "8.x" }
|
||||
- { role: yarn }
|
||||
- { role: bobbyrenwick.pip }
|
||||
tasks:
|
||||
- git: repo=https://github.com/lbryio/lighthouse.git dest=~/lighthouse
|
||||
- raw: cd ~/lighthouse/ && ./gendb.sh
|
||||
- raw: cd ~/lighthouse/decoder && pip install -r requirements.txt && screen -S decoder -d -m python decoder.py && sleep 2
|
||||
- raw: cd ~/lighthouse && yarn install --production=false && yarn global add forever
|
||||
- raw: cd ~/lighthouse && yarn run build && cd dist && forever start index.js
|
|
@ -1 +0,0 @@
|
|||
Subproject commit f0d1f5acae252a07f16d05a3f816fa1a69253e6c
|
|
@ -1 +0,0 @@
|
|||
Subproject commit ea5a373155e96dfc4941b2bec3920e7f76eb28de
|
|
@ -1 +0,0 @@
|
|||
Subproject commit cfc35c879fd2f94a931afae0434183e2f67353ea
|
|
@ -1 +0,0 @@
|
|||
Subproject commit 65b7736cf0b8678fd1f23909109ed54bd181f8c7
|
Loading…
Reference in a new issue