You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/pos/how-to/full-node/full-node-ansible.md
+21-33Lines changed: 21 additions & 33 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,6 @@
1
1
2
-
An [Ansible playbook](https://docs.ansible.com/ansible/latest/user_guide/playbooks_intro.html) is used to configure and manage a full node.
2
+
An [Ansible playbook](https://docs.ansible.com/ansible/latest/user_guide/playbooks_intro.html) is used to
3
+
configure and manage a full node.
3
4
4
5
## Prerequisites
5
6
@@ -12,7 +13,8 @@ An [Ansible playbook](https://docs.ansible.com/ansible/latest/user_guide/playboo
12
13
- You will also need to ensure that Go is **not installed** in your environment. You will run into issues if you attempt to set up your full node through Ansible with Go installed as Ansible requires specific packages of Go to be installed.
13
14
- You will also need to make sure that your VM / Machine does not have any previous setups for Polygon Validator or Heimdall or Bor. You will need to delete them as your setup will run into issues.
14
15
15
-
!!! info "Heimdall source enhancements"
16
+
!!!info
17
+
Heimdall source enhancements
16
18
17
19
The latest Heimdall version, **[v1.0.3](https://github.com/maticnetwork/heimdall/releases/tag/v1.0.3)**, contains a few enhancements.
18
20
The delay time between the contract events of different validators **has been increased** to ensure that the mempool doesn't get filled quickly in case of a burst of events that could hamper the chain's progress.
@@ -69,44 +71,30 @@ An [Ansible playbook](https://docs.ansible.com/ansible/latest/user_guide/playboo
69
71
70
72
- Please **ensure that the value of seeds and bootnodes mentioned below is the same value as mentioned in Heimdall and Bor `config.toml` files**. If not, change the values accordingly.
71
73
72
-
### Heimdall seed nodes
74
+
-Heimdall seed nodes:
73
75
74
-
```bash
75
-
moniker=<enter unique identifier>
76
-
```
77
-
Copy the following line and add it to the config file to define the seed node addresses.
0 commit comments