Compare commits
No commits in common. "c55b465c2f8daf1ddafee433d2c2c769eef8c237" and "e490b67377ade82790fa0b2c76ae5eeef1cd8edd" have entirely different histories.
c55b465c2f
...
e490b67377
3 changed files with 3 additions and 11 deletions
4
.envrc
4
.envrc
|
@ -10,6 +10,6 @@ rm -rf .cache/bw/git_deploy
|
|||
export BW_GIT_DEPLOY_CACHE=.cache/bw/git_deploy
|
||||
mkdir -p "$BW_GIT_DEPLOY_CACHE"
|
||||
export EXPERIMENTAL_UPLOAD_VIA_CAT=1
|
||||
export BW_ITEM_WORKERS=64
|
||||
export BW_NODE_WORKERS=16
|
||||
export BW_ITEM_WORKERS=16
|
||||
export BW_NODE_WORKERS=32
|
||||
unset PS1
|
||||
|
|
|
@ -1,15 +1,12 @@
|
|||
defaults = {
|
||||
'apt': {
|
||||
'packages': {
|
||||
'ifupdown': {
|
||||
'resolvconf': {
|
||||
'installed': False,
|
||||
},
|
||||
'openresolv': {
|
||||
'installed': False,
|
||||
},
|
||||
'resolvconf': {
|
||||
'installed': False,
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
|
@ -1,10 +1,5 @@
|
|||
#!/bin/bash
|
||||
|
||||
while ! ping -c1 -t2 "${server_ip}"
|
||||
do
|
||||
sleep 3
|
||||
done
|
||||
|
||||
set -exu
|
||||
|
||||
ssh="ssh -o ConnectTimeout=5 root@${server_ip}"
|
||||
|
|
Loading…
Reference in a new issue