fix various typos in comments and roles
This commit is contained in:
parent
6702c50f38
commit
2b079f1774
|
@ -6,7 +6,7 @@ origin_certs:
|
|||
key: '{{lookup("bitwarden", "Cloudflare/status.im", file="origin.key")}}'
|
||||
default: true
|
||||
|
||||
# Syncing can use a lot of mamory
|
||||
# Syncing can use a lot of memory
|
||||
swap_file_path: '/main.swap'
|
||||
swap_file_size_mb: 2048
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
# Communityu test REST API endpoint.
|
||||
# Community test REST API endpoint.
|
||||
beacon_node_rest_address: '0.0.0.0'
|
||||
|
||||
# WARNING: This will change if number of nodes changes.
|
||||
|
|
|
@ -21,4 +21,4 @@ So if ever Consul KV store is lost, it can be recovered from this copy.
|
|||
|
||||
# Details
|
||||
|
||||
For more details on how Ansible and Terraform interact read [this article](https://github.com/status-im/infra-docs/blob/master/articles/ansible_terraform.md).
|
||||
For more details on how Ansible and Terraform interact read [this article](https://github.com/status-im/infra-docs/blob/master/docs/general/ansible_terraform.md).
|
||||
|
|
|
@ -12,6 +12,6 @@ infura_api_tokens:
|
|||
- 'bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb'
|
||||
- 'cccccccccccccccccccccccccccccccc'
|
||||
```
|
||||
And the more we have the less likely that we hit the Infura treshhold.
|
||||
And the more we have the less likely that we hit the Infura threshold.
|
||||
|
||||
The Geth node Consul service is expected to have an `url` in metadata.
|
||||
|
|
Loading…
Reference in New Issue