Skip to content

Commit 24d41dc

Browse files
Merge pull request #410 from anaye1997/fix-typoes-in-ansible-deployment-docs
fix: address typoes in ansible deployment docs
2 parents 8583e24 + 4e63693 commit 24d41dc

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

devops/ansible/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ ansible deployment scripts
77
* Memory: 16 GB
88
* Storage: 512 GB SSD [as of `2025-11-13`] (expected 2–3 TB increase per year)
99
* Network: 1 Gbps
10-
* Archive nodes and tracing nodes benefit from faste
10+
* Archive nodes and tracing nodes benefit from faster network bandwidth
1111
* os requirements
1212
* supported architecture: arm64, amd64
1313
* supported os: debian, ubuntu
14-
* for ubuntu / debian (<= 12), change ansible var `lazai_apt_mode` to `apt_repository` (default is `lazai_apt_mode`)
14+
* for ubuntu / debian (<= 12), change ansible var `lazai_apt_mode` to `apt_repository` (default is `deb822_repository`)
1515
* lazai_role: default `rpc`, change to `seq` if plan to run in validator mode
1616
* install ansible (`pip install ansible`) (more details refer to https://docs.ansible.com)
1717
* runbook

website/content/docs/start.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ docker run \
159159

160160
### From Ansible
161161
refer to [LazAI Example](https://github.com/MetisProtocol/metis-sdk/blob/main/devops/ansible/README.md)
162-
* default behaviour deploys **LazAI** rpc node against mainnet [https://mainnet.lazai.network]
162+
* default behaviour: deploys **LazAI** rpc node against mainnet [https://mainnet.lazai.network]
163163
* refer to https://github.com/MetisProtocol/metis-sdk/blob/main/devops/ansible/roles/lazai/defaults/main.yml to alter default behaviour
164164

165165
### Observability with Prometheus & Grafana

0 commit comments

Comments
 (0)