File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,3 +2,6 @@ node_modules
22ca-key.pem
33pass
44hellorunnable
5+ dump.rdb
6+ erl_crash.dump
7+ npm-debug.log
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ container_envs: >
1414 -e DATADOG_HOST={{ datadog_host }}
1515 -e DATADOG_PORT={{ datadog_port }}
1616 -e KHRONOS_MONGO=mongodb://{{ khronos_mongo_auth }}@{{ mongo_hosts }}/{{ khronos_mongo_database }}
17- -e LOG_LEVEL_STDOUT=trace
17+ -e LOG_LEVEL=info
1818 -e NODE_ENV={{ node_env }}
1919 -e RABBITMQ_HOSTNAME={{ rabbit_host | default(hostvars[groups['rabbitmq'][0]]['ansible_default_ipv4']['address']) }}
2020 -e RABBITMQ_PASSWORD={{ rabbit_password }}
Original file line number Diff line number Diff line change 11---
2- - name : copy config file
3- sudo : yes
4- template :
5- src=upstart.conf
6- dest=/etc/init/{{ app_name }}.conf
7- backup=yes
8-
92- name : create {{ app_name }} repository dir
103 sudo : yes
114 file :
2619
2720- name : remove node_modules
2821 sudo : yes
22+ when : remove_node_modules is defined
2923 file :
3024 path=/opt/runnable/{{ app_name }}/node_modules
3125 state=absent
3226
3327- name : npm install {{ app_name }}
34- sudo : yes
3528 npm :
3629 path=/opt/runnable/{{ app_name }}
3730 state=latest
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 3939 shell : " docker kill `docker ps | grep weave | awk '{print $1}'` || echo"
4040 when : weave_install.changed
4141 sudo : yes
42-
43- - name : get org id
44- sudo : yes
45- when : docker_config == "docks"
46- shell : " cut -d, -f 1 /opt/runnable/host_tags"
47- register : org_id
Original file line number Diff line number Diff line change @@ -130,7 +130,7 @@ Host hubot
130130# beta
131131################################################################################
132132Host beta-bastion
133- HostName 52.25.33.149
133+ HostName 52.24.221.234
134134
135135Host 10.20.*.*
136136 User ubuntu
You can’t perform that action at this time.
0 commit comments