Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adjust version to v0.4.10 #6

Merged
merged 2 commits into from
Jan 6, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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"
Loading