From 1bcd223e3bf452664ad0fa51071171fcf72675a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wawrzyniec=20=27Wawrzek=27=20Niewodnicza=C5=84ski?= Date: Mon, 6 Jan 2025 15:39:17 +0000 Subject: [PATCH 1/2] Bump the version --- README.md | 2 +- defaults/main.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index feb6523..64136f3 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ For more information about the Ivynet Client visit [here](https://docs.ivynet.de hosts: all become: true vars: - ivynet_client_version: 0.4.9 + ivynet_client_version: 0.4.10 roles: - ivynet-client-ansible ``` diff --git a/defaults/main.yml b/defaults/main.yml index 3fc7a07..4d01e31 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -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" From d1f6ca32f3372358cb5bc8adfabb25f40e042336 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wawrzyniec=20=27Wawrzek=27=20Niewodnicza=C5=84ski?= Date: Mon, 6 Jan 2025 15:57:09 +0000 Subject: [PATCH 2/2] Update wording and order in the quickstart --- README.md | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 64136f3..ee8e819 100644 --- a/README.md +++ b/README.md @@ -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: ``` --- @@ -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