Skip to content

Commit

Permalink
Add more detailed steps in quick start
Browse files Browse the repository at this point in the history
  • Loading branch information
wawrzek committed Jan 6, 2025
1 parent f6d4097 commit 300bb15
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ 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 playbook e.g.
* Prepare the playbook; e.g. the `ivynet_clinet.yml` file with following content:
```
---
- name: Install IvyNet client
Expand All @@ -20,7 +20,17 @@ 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 ../
```
* Run Ansible
## Supported systems

Ivynet client should work with any Linux distribution which has the libssl3 and libcrypto libraries.
Expand Down

0 comments on commit 300bb15

Please sign in to comment.