Skip to content

Commit

Permalink
Adjust version to v0.4.10 (#6)
Browse files Browse the repository at this point in the history
* Bump the version

* Update wording and order in the quickstart
  • Loading branch information
wawrzek authored Jan 6, 2025
1 parent fa0468c commit c10bf99
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 12 deletions.
23 changes: 12 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,6 @@ 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 playbook; e.g. the `ivynet_clinet.yml` file with following content:
```
---
- name: Install IvyNet client
hosts: all
become: true
vars:
ivynet_client_version: 0.4.9
roles:
- ivynet-client-ansible
```
* Prepare the `roles` directory
```
mkdir roles
Expand All @@ -30,6 +19,18 @@ 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:
```
---
- name: Install IvyNet client
hosts: all
become: true
vars:
ivynet_client_version: 0.4.10
roles:
- ivynet-client-ansible
```
* _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
2 changes: 1 addition & 1 deletion defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ivynet_client_bucket: "https://storage.googleapis.com/ivynet-share"
ivynet_client_install_path: "/opt/ivynet"

# Version of the file
ivynet_client_version: "0.4.9"
ivynet_client_version: "0.4.10"

# Name of the file
ivynet_client_file: "ivynet"

0 comments on commit c10bf99

Please sign in to comment.