From 24e3df2e2ed907965912c14fd707e83ce2c3e96c Mon Sep 17 00:00:00 2001 From: arhimede Date: Thu, 12 Jun 2025 16:05:49 +0300 Subject: [PATCH 1/9] Update documentation --- wsl/README.md | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/wsl/README.md b/wsl/README.md index a884c3d..d8bef04 100644 --- a/wsl/README.md +++ b/wsl/README.md @@ -87,7 +87,6 @@ passwd: all authentication tokens updated successfully. Install system packages: ```shell -# If install Ansible via pip: sudo dnf install epel-release dnf-utils python3-pip https://rpms.remirepo.net/enterprise/remi-release-10.rpm -y sudo dnf install epel-release dnf-utils https://rpms.remirepo.net/enterprise/remi-release-10.rpm -y ``` @@ -113,12 +112,16 @@ Update/Upgrade system packages: sudo dnf upgrade -y ``` -Now, install the latest version of **Ansible**: +Now, install the latest version of **Ansible core and ansible-galaxy**: ```shell -sudo dnf install ansible -y -# If install Ansible from packages: sudo dnf install ansible-core ansible-collection-community-general -y -# If install Ansible via pip: pip install ansible +sudo dnf install epel-release dnf-utils https://rpms.remirepo.net/enterprise/remi-release-10.rpm -y +``` +```shell +ansible-galaxy collection install community.general +``` +```shell +ansible-galaxy collection install community.mysql ``` Move inside your home directory (it is `/home/` followed by your AlmaLinux10 username, for example: `/home/dotkernel`): From bce3a8ab7233940a2eb99d651797a9a85da36a69 Mon Sep 17 00:00:00 2001 From: arhimede Date: Thu, 12 Jun 2025 16:10:59 +0300 Subject: [PATCH 2/9] Update setup-packages.md --- docs/book/v2/setup/setup-packages.md | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/docs/book/v2/setup/setup-packages.md b/docs/book/v2/setup/setup-packages.md index 6bc5710..e7fb990 100644 --- a/docs/book/v2/setup/setup-packages.md +++ b/docs/book/v2/setup/setup-packages.md @@ -3,7 +3,6 @@ Install system packages: ```shell -# If install Ansible via pip: sudo dnf install epel-release dnf-utils python3-pip https://rpms.remirepo.net/enterprise/remi-release-10.rpm -y sudo dnf install epel-release dnf-utils https://rpms.remirepo.net/enterprise/remi-release-10.rpm -y ``` @@ -30,12 +29,18 @@ Update/Upgrade system packages: sudo dnf upgrade -y ``` -Now, install the latest version of **Ansible**: +Now, install the latest version of **Ansible core and ansible-galaxy**: ```shell -sudo dnf install ansible -y -# If install Ansible from packages: sudo dnf install ansible-core ansible-collection-community-general -y -# If install Ansible via pip: pip install ansible +sudo dnf install ansible-core -y +``` + +```shell +ansible-galaxy collection install community.general +``` + +```shell +ansible-galaxy collection install community.mysql ``` Move inside your home directory (it is `/home/` followed by your AlmaLinux10 username, for example: `/home/dotkernel`): From 2da344b3b802020693436c22e2445311b17a6e5c Mon Sep 17 00:00:00 2001 From: arhimede Date: Thu, 12 Jun 2025 16:12:27 +0300 Subject: [PATCH 3/9] Update README.md --- wsl/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/wsl/README.md b/wsl/README.md index d8bef04..afd2d90 100644 --- a/wsl/README.md +++ b/wsl/README.md @@ -115,11 +115,13 @@ sudo dnf upgrade -y Now, install the latest version of **Ansible core and ansible-galaxy**: ```shell -sudo dnf install epel-release dnf-utils https://rpms.remirepo.net/enterprise/remi-release-10.rpm -y +sudo dnf install ansible-core -y ``` + ```shell ansible-galaxy collection install community.general ``` + ```shell ansible-galaxy collection install community.mysql ``` From 75a9e1d708da57e8961470018a8a0629dc2b30fd Mon Sep 17 00:00:00 2001 From: arhimede Date: Thu, 12 Jun 2025 16:20:39 +0300 Subject: [PATCH 4/9] Update README.md --- wsl/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wsl/README.md b/wsl/README.md index afd2d90..31cfec0 100644 --- a/wsl/README.md +++ b/wsl/README.md @@ -112,7 +112,7 @@ Update/Upgrade system packages: sudo dnf upgrade -y ``` -Now, install the latest version of **Ansible core and ansible-galaxy**: +Now, install the latest version of **Ansible core** and run **ansible-galaxy** in order to install collections: ```shell sudo dnf install ansible-core -y From 09c7f810a4e6e41aca0df5dc7d577c7bec198b15 Mon Sep 17 00:00:00 2001 From: arhimede Date: Thu, 12 Jun 2025 16:21:12 +0300 Subject: [PATCH 5/9] Update setup-packages.md --- docs/book/v2/setup/setup-packages.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/book/v2/setup/setup-packages.md b/docs/book/v2/setup/setup-packages.md index e7fb990..36011fd 100644 --- a/docs/book/v2/setup/setup-packages.md +++ b/docs/book/v2/setup/setup-packages.md @@ -29,7 +29,7 @@ Update/Upgrade system packages: sudo dnf upgrade -y ``` -Now, install the latest version of **Ansible core and ansible-galaxy**: +Now, install the latest version of **Ansible core** and run **ansible-galaxy** in order to install collections: ```shell sudo dnf install ansible-core -y From 1d113a2d0fac815195224b8e1ef70f74a06a26a6 Mon Sep 17 00:00:00 2001 From: arhimede Date: Thu, 12 Jun 2025 16:25:41 +0300 Subject: [PATCH 6/9] Update setup-packages.md --- docs/book/v2/setup/setup-packages.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/book/v2/setup/setup-packages.md b/docs/book/v2/setup/setup-packages.md index 36011fd..3878ff4 100644 --- a/docs/book/v2/setup/setup-packages.md +++ b/docs/book/v2/setup/setup-packages.md @@ -29,7 +29,7 @@ Update/Upgrade system packages: sudo dnf upgrade -y ``` -Now, install the latest version of **Ansible core** and run **ansible-galaxy** in order to install collections: +Now, install the latest version of **Ansible Core** and run **ansible-galaxy** in order to install collections: ```shell sudo dnf install ansible-core -y From 7c3c7e4b9a49f9073bfdc7511043e95e3fa646bd Mon Sep 17 00:00:00 2001 From: arhimede Date: Thu, 12 Jun 2025 16:26:10 +0300 Subject: [PATCH 7/9] Update README.md --- wsl/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wsl/README.md b/wsl/README.md index 31cfec0..00e99f2 100644 --- a/wsl/README.md +++ b/wsl/README.md @@ -112,7 +112,7 @@ Update/Upgrade system packages: sudo dnf upgrade -y ``` -Now, install the latest version of **Ansible core** and run **ansible-galaxy** in order to install collections: +Now, install the latest version of **Ansible Core** and run **ansible-galaxy** in order to install collections: ```shell sudo dnf install ansible-core -y From eb38d89fe49ccf7f37f91757968f8f629bb67481 Mon Sep 17 00:00:00 2001 From: arhimede Date: Thu, 12 Jun 2025 19:38:33 +0300 Subject: [PATCH 8/9] Update README.md --- wsl/README.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/wsl/README.md b/wsl/README.md index 00e99f2..3219ffb 100644 --- a/wsl/README.md +++ b/wsl/README.md @@ -119,11 +119,7 @@ sudo dnf install ansible-core -y ``` ```shell -ansible-galaxy collection install community.general -``` - -```shell -ansible-galaxy collection install community.mysql +ansible-galaxy collection install community.general community.mysql ``` Move inside your home directory (it is `/home/` followed by your AlmaLinux10 username, for example: `/home/dotkernel`): From 22ad6418c14bc981c2f7614b936808ed0efaf7d1 Mon Sep 17 00:00:00 2001 From: arhimede Date: Thu, 12 Jun 2025 19:39:14 +0300 Subject: [PATCH 9/9] Update setup-packages.md --- docs/book/v2/setup/setup-packages.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/docs/book/v2/setup/setup-packages.md b/docs/book/v2/setup/setup-packages.md index 3878ff4..5c38895 100644 --- a/docs/book/v2/setup/setup-packages.md +++ b/docs/book/v2/setup/setup-packages.md @@ -36,11 +36,7 @@ sudo dnf install ansible-core -y ``` ```shell -ansible-galaxy collection install community.general -``` - -```shell -ansible-galaxy collection install community.mysql +ansible-galaxy collection install community.general community.mysql ``` Move inside your home directory (it is `/home/` followed by your AlmaLinux10 username, for example: `/home/dotkernel`):