Skip to content

Commit

Permalink
More fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
karimodm committed Oct 31, 2023
1 parent 1e7ef7d commit 754b4e7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
10 changes: 5 additions & 5 deletions deploy/ansible/hosts/feature.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,17 @@ cores:
node-01.feature.shimmer.iota.cafe:
validatorAccountAddress: "{{ NODE_01_VALIDATOR_ACCOUNTADDRESS }}"
validatorPrvKey: "{{ NODE_01_VALIDATOR_PRIVKEY }}"
p2pIdentityPrvKey: "{{ NODE_01_P2PIDENTITYPRIVATEKEY }}"
p2pIdentityPrvKey: "{{ NODE_01_P2PIDENTITY_PRIVKEY }}"
node-02.feature.shimmer.iota.cafe:
validatorAccountAddress: "{{ NODE_02_VALIDATOR_ACCOUNTADDRESS }}"
validatorPrvKey: "{{ NODE_02_VALIDATOR_PRIVKEY }}"
p2pIdentityPrvKey: "{{ NODE_02_P2PIDENTITYPRIVATEKEY }}"
p2pIdentityPrvKey: "{{ NODE_02_P2PIDENTITY_PRIVKEY }}"
node-03.feature.shimmer.iota.cafe:
validatorAccountAddress: "{{ NODE_03_VALIDATOR_ACCOUNTADDRESS }}"
validatorPrvKey: "{{ NODE_03_VALIDATOR_PRIVKEY }}"
p2pIdentityPrvKey: "{{ NODE_03_P2PIDENTITYPRIVATEKEY }}"
p2pIdentityPrvKey: "{{ NODE_03_P2PIDENTITY_PRIVKEY }}"
node-04.feature.shimmer.iota.cafe:
p2pIdentityPrvKey: "{{ NODE_04_P2PIDENTITYPRIVATEKEY }}"
p2pIdentityPrvKey: "{{ NODE_04_P2PIDENTITY_PRIVKEY }}"
node-05.feature.shimmer.iota.cafe:
p2pIdentityPrvKey: "{{ NODE_05_P2PIDENTITYPRIVATEKEY }}"
p2pIdentityPrvKey: "{{ NODE_05_P2PIDENTITY_PRIVKEY }}"
vars:
2 changes: 0 additions & 2 deletions deploy/ansible/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ export ANSIBLE_STRATEGY=free
export ANSIBLE_PIPELINING=true
export ANSIBLE_PERSISTENT_CONTROL_PATH_DIR="/tmp/"

set -x

ARGS=("$@")
ansible-playbook -u root -i deploy/ansible/hosts/"${1:-feature.yml}" \
--forks 20 --ssh-common-args "-o ControlMaster=auto -o ControlPersist=5m" \
Expand Down

0 comments on commit 754b4e7

Please sign in to comment.