Skip to content

Commit c3d466d

Browse files
authored
docs(gen): content review 2025-03-27 (#4722)
1 parent 3e5b654 commit c3d466d

File tree

13 files changed

+48
-37
lines changed

13 files changed

+48
-37
lines changed

tutorials/ansible-bionic-beaver/index.mdx

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
---
22
meta:
3-
title: Installing Ansible on Ubuntu Bionic Beaver
4-
description: Discover how to install Ansible 2.6 on Ubuntu Bionic Beaver (18.04)
3+
title: Installing Ansible on Ubuntu
4+
description: Discover how to install Ansible on Ubuntu Linux
55
content:
6-
h1: Installing Ansible on Ubuntu Bionic Beaver
7-
paragraph: Discover how to install Ansible 2.6 on Ubuntu Bionic Beaver (18.04)
6+
h1: Installing Ansible on Ubuntu
7+
paragraph: Discover how to install Ansible on Ubuntu Linux
88
tags: ansible orchestration
99
categories:
1010
- instances
1111
dates:
12-
validation: 2024-09-16
12+
validation: 2025-03-27
1313
posted: 2018-07-26
1414
---
1515

@@ -28,7 +28,7 @@ Ansible works by configuring client machines from a computer that has the Ansibl
2828
- An [SSH key](/organizations-and-projects/how-to/create-ssh-key/)
2929
- An [Instance](/instances/how-to/create-an-instance/) running Ubuntu Bionic
3030

31-
## Installing Ansible 2.6 on Ubuntu Bionic Beaver
31+
## Installing Ansible on Ubuntu Bionic Beaver
3232

3333
1. Connect to your server using SSH:
3434
```
@@ -72,20 +72,20 @@ Ansible works by configuring client machines from a computer that has the Ansibl
7272
which returns
7373

7474
```
75-
ansible [core 2.16.4]
75+
ansible [core 2.17.9]
7676
config file = /etc/ansible/ansible.cfg
7777
configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules']
7878
ansible python module location = /usr/lib/python3/dist-packages/ansible
7979
ansible collection location = /root/.ansible/collections:/usr/share/ansible/collections
8080
executable location = /usr/bin/ansible
81-
python version = 3.10.12 (main, Nov 20 2023, 15:14:05) [GCC 11.4.0] (/usr/bin/python3)
82-
jinja version = 3.0.3
81+
python version = 3.12.3 (main, Jan 17 2025, 18:03:48) [GCC 13.3.0] (/usr/bin/python3)
82+
jinja version = 3.1.2
8383
libyaml = True
8484
```
8585

8686
## Alternative Installation of Ansible
8787

88-
To learn more about different methods for installing Ansible, refer to the official [Ansible Documentation.](https://docs.ansible.com/ansible/latest/installation_guide/intro_installation.html#latest-releases-via-apt-ubuntu)
88+
To learn more about different methods for installing Ansible, refer to the official [Ansible Documentation](https://docs.ansible.com/ansible/latest/installation_guide/intro_installation.html).
8989

9090
## Configuring SSH Access to the Ansible Hosts
9191

tutorials/ansible-galaxy/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ categories:
1010
- kubernetes
1111
- instances
1212
dates:
13-
validation: 2024-09-16
13+
validation: 2025-03-25
1414
posted: 2018-08-02
1515
---
1616

@@ -37,7 +37,7 @@ To use roles in Ansible playbooks, you must first download them.
3737
```
3838
<Message type="note">
3939
In this example, we use `geerlinguy`'s role, which is a software developer involved in many open-source development communities. The latest version will be downloaded if you do not specify which one you want to download. Add the version after the role name to specify a version. Example: `geerlingguy.apache,1.0.0` or `geerlingguy.mysql,1.0.0`.
40-
If you want to use other roles, check out [geerlinguy](https://galaxy.ansible.com/geerlingguy)'s Ansible profile.
40+
If you want to use other roles, check out [geerlinguy](https://github.com/geerlingguy/ansible-role-ansible)'s Ansible profile.
4141
</Message>
4242
2. Create an Ansible playbook named `lamp.yml` with the following contents:
4343
```

tutorials/ark-server/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ categories:
1010
hero: assets/scaleway_arkserver.webp
1111
tags: ark-server video-games gaming ark
1212
dates:
13-
validation: 2024-09-16
13+
validation: 2025-03-27
1414
posted: 2020-11-10
1515
---
1616

tutorials/arqbackup-pc-mac/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ categories:
1010
hero: assets/scaleway_arqbackup.webp
1111
tags: arq-backup object-storage s3
1212
dates:
13-
validation: 2024-09-16
13+
validation: 2025-03-27
1414
posted: 2019-07-20
1515
---
1616

tutorials/bash-christmas-tree/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ tags: bash christmas-tree
99
categories:
1010
- instances
1111
dates:
12-
validation: 2024-09-19
12+
validation: 2025-03-27
1313
posted: 2019-11-26
1414
---
1515

@@ -80,7 +80,7 @@ ssh root@<Instance Public IP>
8080
# Write a greeting
8181
tput setaf 93; tput bold
8282
tput cup $lin $((c - 15)); echo SCALEWAY wishes you Merry christmas
83-
tput cup $((lin + 1)) $((c - 11)); echo And a Happy New Year 2025
83+
tput cup $((lin + 1)) $((c - 11)); echo And a Happy New Year 2026
8484
let c++
8585
k=1
8686

tutorials/create-models-django/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ categories:
1010
tags: Django-application API
1111
hero: assets/scaleway_django_models.webp
1212
dates:
13-
validation: 2024-09-19
13+
validation: 2025-03-27
1414
posted: 2018-11-02
1515
---
1616

tutorials/deploy-remote-desktop-ubuntu-2204/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ categories:
99
- instances
1010
tags: remote-desktop xRDP rdp xFCE jammy-jellyfish
1111
dates:
12-
validation: 2024-09-16
12+
validation: 2025-03-27
1313
posted: 2022-05-06
1414
---
1515

tutorials/deploy-umami-on-serverless-containers/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ categories:
1212
- containers
1313
- container-registry
1414
dates:
15-
validation: 2024-09-16
15+
validation: 2025-03-27
1616
posted: 2021-04-21
1717
---
1818

tutorials/deploy-wordpress-managed-database-mysql8/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ categories:
1010
- instances
1111
- postgresql-and-mysql
1212
dates:
13-
validation: 2024-09-16
13+
validation: 2025-03-25
1414
posted: 2020-06-22
1515
---
1616

tutorials/migrate-data-minio-client/index.mdx

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ categories:
1010
- object-storage
1111
tags: MinIO object-storage s3
1212
dates:
13-
validation: 2024-09-16
13+
validation: 2025-03-27
1414
posted: 2019-03-20
1515
---
1616

@@ -32,12 +32,23 @@ The [MinIO Client](https://min.io/docs/minio/linux/reference/minio-mc.html) prov
3232
apt update && apt upgrade -y
3333
```
3434
3. Download the MinIO client:
35+
* For x86 (Intel/AMD):
3536
```
36-
wget https://dl.minio.io/client/mc/release/linux-amd64/mc -P /usr/bin/
37+
curl https://dl.min.io/client/mc/release/linux-amd64/mc \
38+
--create-dirs \
39+
-o $HOME/minio-binaries/mc
40+
41+
chmod +x $HOME/minio-binaries/mc
42+
export PATH=$PATH:$HOME/minio-binaries/
3743
```
38-
4. Make the file executable:
44+
* For ARM64 (Apple silicon):
3945
```
40-
chmod +x /usr/bin/mc
46+
curl https://dl.min.io/client/mc/release/linux-arm64/mc \
47+
--create-dirs \
48+
-o ~/minio-binaries/mc
49+
50+
chmod +x $HOME/minio-binaries/mc
51+
export PATH=$PATH:$HOME/minio-binaries/
4152
```
4253

4354
## Configuring the MinIO client and migrating data

0 commit comments

Comments
 (0)