Skip to content
This repository has been archived by the owner on Sep 19, 2023. It is now read-only.

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: adlrocha <adlrocha@tutamail.com>
  • Loading branch information
matejpavlovic and adlrocha committed Nov 21, 2022
1 parent bd6f893 commit 7d3b7cd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions deployment/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Deploying Spacenet

We use the [Ansible](https://www.ansible.com/) tool to deploy Spacenet nodes (and whole networks).
We use [Ansible](https://www.ansible.com/) to deploy Spacenet nodes (and whole networks).
The set of machines on which to deploy Spacenet must be defined in an Ansible inventory file
(we use `hosts` as an example inventory file name in this document, but any other file name is also allowed).
The inventory file must contain 2 host groups: `bootstrap` (with 1 host) and `validators` (with all validator hosts).
Expand All @@ -23,7 +23,7 @@ ansible-playbook -i hosts <playbook.yaml> ...
```
with `hosts` being the Ansible inventory and `<playbook.yaml>` one of the provided playbooks.
Additional playbooks can be specified in the same command and will be executed in the given sequence.
A reference of the provided deployment playbooks is provided at the end of this document.
A reference of the provided deployment playbooks is given at the end of this document.

Running the command above applies the playbooks to their default targets,
assuming all nodes in the inventory are part of Spacenet.
Expand All @@ -40,7 +40,7 @@ ansible-playbook -i hosts kill.yaml --extra-vars "nodes='198.51.100.3 198.51.100

- Ansible installed on the local machine.
- Ubuntu 22.04 on all remote machines (might easily work with other systems, but was tested with this one).
- Sudo access without passowrd on remote machines.
- Sudo access without password on remote machines.
- SSH access to remote machines without password

The file [group_vars/all.yaml](group_vars/all.yaml) contains some configuration parameters
Expand Down

0 comments on commit 7d3b7cd

Please sign in to comment.