Skip to content

Commit 1697986

Browse files
committed
nit
1 parent 590bd7e commit 1697986

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1009,7 +1009,7 @@ telemetry_create_env:
10091009

10101010
__ANSIBLE__: ## ____
10111011

1012-
ansible_batcher_create_env: ## Create empty variables files for the Batcer deploy
1012+
ansible_batcher_create_env: ## Create empty variables files for the Batcher deploy
10131013
@cp infra/ansible/playbooks/ini/caddy-batcher.ini.example infra/ansible/playbooks/ini/caddy-batcher.ini
10141014
@cp infra/ansible/playbooks/ini/config-batcher.ini.example infra/ansible/playbooks/ini/config-batcher.ini
10151015
@cp infra/ansible/playbooks/ini/env-batcher.ini.example infra/ansible/playbooks/ini/env-batcher.ini

infra/ansible/playbooks/batcher.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,4 +125,4 @@
125125
name: caddy
126126
state: restarted
127127
vars:
128-
ansible_ssh_user: "{{ admin_user }}"
128+
ansible_ssh_user: "{{ admin_user }}"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
[global]
2-
batcher_domain=
2+
batcher_domain=

infra/ansible/playbooks/ini/config-batcher.ini.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ eth_ws_url_fallback=
99
ecdsa_private_key_store_path=
1010
ecdsa_private_key_store_password=
1111

12-
batcher_replacement_private_key=<only for holesky>
12+
batcher_replacement_private_key=<only for holesky>

infra/ansible/playbooks/ini/env-batcher.ini.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ region=
44
access_key_id=
55
bucket_name=
66
download_endpoint=
7-
log_level=<debug, info, warn, error>
7+
log_level=<debug, info, warn, error>

infra/ansible/playbooks/templates/config-files/env-batcher.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ AWS_REGION={{ region }}
33
AWS_ACCESS_KEY_ID={{ access_key_id }}
44
AWS_BUCKET_NAME={{ bucket_name }}
55
DOWNLOAD_ENDPOINT={{ download_endpoint }}
6-
RUST_LOG={{ log_level }} # info, debug, error, warn, etc.
6+
RUST_LOG={{ log_level }} # info, debug, error, warn, etc.

0 commit comments

Comments
 (0)