Skip to content

Commit

Permalink
Update wording and order in the quickstart
Browse files Browse the repository at this point in the history
  • Loading branch information
wawrzek committed Jan 6, 2025
1 parent 1bcd223 commit d1f6ca3
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,16 @@ For more information about the Ivynet Client visit [here](https://docs.ivynet.de

* Install [Ansible](https://docs.ansible.com/ansible/latest/installation_guide/intro_installation.html#installing-and-upgrading-ansible)
* Prepare an inventory file
* Prepare the `roles` directory
```
mkdir roles
```
* Downlod the role into the directory
```
cd roles
git clone https://github.com/ivy-net/ivynet-client-ansible.git
cd ../
```
* Prepare the playbook; e.g. the `ivynet_clinet.yml` file with following content:
```
---
Expand All @@ -20,16 +30,7 @@ For more information about the Ivynet Client visit [here](https://docs.ivynet.de
roles:
- ivynet-client-ansible
```
* Prepare the `roles` directory
```
mkdir roles
```
* Downlod the role into the directory
```
cd roles
git clone https://github.com/ivy-net/ivynet-client-ansible.git
cd ../
```
* _Optional: Confirm that the version in the above code snippet is the right one e.g. by looking at [download page](https://storage.googleapis.com/ivynet-share/index.html)_
* Run Ansible
## Supported systems

Expand Down

0 comments on commit d1f6ca3

Please sign in to comment.