Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentesRévision précédente
Prochaine révision
Révision précédente
elearning:workbooks:centos:8:lcf900:l706 [2023/11/15 10:04] adminelearning:workbooks:centos:8:lcf900:l706 [2024/06/10 11:46] (Version actuelle) admin
Ligne 1: Ligne 1:
 ~~PDF:LANDSCAPE~~ ~~PDF:LANDSCAPE~~
  
-Version : **2023.01**+Version : **2024.01**
  
 Dernière mise-à-jour : ~~LASTMOD~~ Dernière mise-à-jour : ~~LASTMOD~~
Ligne 28: Ligne 28:
     * LAB #5 - Utilisation de l'Ansible® Automation Controller     * LAB #5 - Utilisation de l'Ansible® Automation Controller
       * 5.1 - Créer un Job Simple       * 5.1 - Créer un Job Simple
 +      * 5.2 - Créer un Projet
 +      * 5.3 - Créer un Inventory
 +      * 5.4 - Créer des Informations d'Identification
 +      * 5.5 - Créer un Gabarit
 +      * 5.6 - Exécuter un Job
     * LAB #6 - Utilisation de l'Ansible® Automation Hub     * LAB #6 - Utilisation de l'Ansible® Automation Hub
 +      * 6.1 - Créer une Collection
 +      * 6.1 - Téléverser une Collection
  
 =====LAB#1 - Ansible® Automation Controller===== =====LAB#1 - Ansible® Automation Controller=====
Ligne 34: Ligne 41:
 ====1.1 - Préparation==== ====1.1 - Préparation====
  
-Avant de commencer, ouvrez un compte développeur chez **[[https://sso.redhat.com/auth/realms/redhat-external/login-actions/registration|Red Hat]]**.+Avant de commencer, ouvrez un compte développeur chez **[[https://developers.redhat.com|Red Hat]]**.
  
 <WRAP center round important 50%> <WRAP center round important 50%>
Ligne 46: Ligne 53:
 </WRAP> </WRAP>
  
-Connectez-vous ensuite à votre VM **RedHat_10.0.2.101_SSH** ou **RedHat_10.0.3.101_SSH** selon votre numéro de stagiaire.+Connectez-vous ensuite à votre VM **RedHat_10.0.2.101_SSH**.
  
 Enregistrez la VM dans **votre** compte Red Hat : Enregistrez la VM dans **votre** compte Red Hat :
Ligne 99: Ligne 106:
 </WRAP> </WRAP>
  
-Modifiez le fichier **/etc/hosts** selon votre numéro de stagiaire : +Modifiez le fichier **/etc/hosts** :
- +
-<code> +
-[root@redhat9 ansible-automation-platform-setup-bundle-2.4-2.2-x86_64]# vi /etc/hosts +
-[root@redhat9 ansible-automation-platform-setup-bundle-2.4-2.2-x86_64]# cat /etc/hosts +
-127.0.0.1   localhost localhost.localdomain localhost4 localhost4.localdomain4 +
-::1         localhost localhost.localdomain localhost6 localhost6.localdomain6 +
-redhat9.ittraining.loc  10.0.2.101 +
-autohub.ittraining.loc  10.0.2.102 +
-</code>+
  
 <code> <code>
Ligne 289: Ligne 287:
 ====1.3 - Consultation==== ====1.3 - Consultation====
  
-Connectez-vous à votre VM **Debian_10.0.2.46_VNC** ou **Debian_10.0.3.46_VNC** selon votre numéro de stagiaire :+Connectez-vous à votre VM **Debian_10.0.2.46_VNC** :
  
-{{ :elearning:workbooks:centos:8:lcf900:capture_d_ecran_du_2023-10-20_14-58-21.png?600 |}}+{{ :elearning:workbooks:centos:8:lcf900:capture_d_ecran_du_2023-10-20_14-58-21.png?800 |}}
  
-Ouvrez un navigateur Web et naviguez à **https://10.0.2.101** ou **https://10.0.3.101** selon votre numéro de stagiaire :+Ouvrez un navigateur Web et naviguez à **https://10.0.2.101** :
  
-{{ :elearning:workbooks:centos:8:lcf900:capture_d_ecran_du_2023-10-20_15-03-31.png?600 |}}+{{ :elearning:workbooks:centos:8:lcf900:capture_d_ecran_du_2023-10-20_15-03-31.png?800 |}}
  
 Acceptez le certificat auto-signé : Acceptez le certificat auto-signé :
  
-{{ :elearning:workbooks:centos:8:lcf900:capture_d_ecran_du_2023-10-20_15-03-59.png?600 |}}+{{ :elearning:workbooks:centos:8:lcf900:capture_d_ecran_du_2023-10-20_15-03-59.png?800 |}}
  
 Connectez-vous à votre Ansible® Automation Controller en utilisant le compte **admin** et le mot de passe **fenestros** : Connectez-vous à votre Ansible® Automation Controller en utilisant le compte **admin** et le mot de passe **fenestros** :
  
-{{ :elearning:workbooks:centos:8:lcf900:capture_d_ecran_du_2023-10-20_15-04-22.png?600 |}}+{{ :elearning:workbooks:centos:8:lcf900:capture_d_ecran_du_2023-10-20_15-04-22.png?800 |}}
  
 Cliquez sur le bouton **Username/password** et enregistrez votre Ansible® Automation Controller auprès de Red Hat en utilisant **votre** compte : Cliquez sur le bouton **Username/password** et enregistrez votre Ansible® Automation Controller auprès de Red Hat en utilisant **votre** compte :
  
-{{ :elearning:workbooks:centos:8:lcf900:capture_d_ecran_du_2023-10-20_15-06-26.png?600 |}}+{{ :elearning:workbooks:centos:8:lcf900:capture_d_ecran_du_2023-10-20_15-06-26.png?800 |}}
  
 Vous obtiendrez : Vous obtiendrez :
  
-{{ :elearning:workbooks:centos:8:lcf900:capture_d_ecran_du_2023-10-20_15-07-58.png?600 |}}+{{ :elearning:workbooks:centos:8:lcf900:capture_d_ecran_du_2023-10-20_15-07-58.png?800 |}}
  
 =====LAB #2 - Ansible® Automation Hub===== =====LAB #2 - Ansible® Automation Hub=====
Ligne 317: Ligne 315:
 ====2.1 - Préparation==== ====2.1 - Préparation====
  
-Connectez-vous maintenant à votre VM **AutoHub_10.0.2.102_SSH** ou **AutoHub_10.0.3.102_SSH** selon votre numéro de stagiaire.+Connectez-vous maintenant à votre VM **autohub.ittraining.loc** 
 + 
 +<code> 
 +[root@redhat9 ansible-automation-platform-setup-bundle-2.4-2.2-x86_64]# ssh -l trainee 10.0.2.102 
 +</code>
  
 Enregistrez la VM dans **votre** compte Red Hat : Enregistrez la VM dans **votre** compte Red Hat :
Ligne 355: Ligne 357:
 ::1         localhost localhost.localdomain localhost6 localhost6.localdomain6 ::1         localhost localhost.localdomain localhost6 localhost6.localdomain6
 10.0.2.102       autohub.ittraining.loc 10.0.2.102       autohub.ittraining.loc
-</code> 
- 
-ou 
- 
-<code> 
-[root@autohub ansible-automation-platform-setup-bundle-2.4-2.2-x86_64]# vi /etc/hosts 
-[root@autohub ansible-automation-platform-setup-bundle-2.4-2.2-x86_64]# cat /etc/hosts 
-127.0.0.1   localhost localhost.localdomain localhost4 localhost4.localdomain4 
-::1         localhost localhost.localdomain localhost6 localhost6.localdomain6 
-10.0.3.102       autohub.ittraining.loc 
 </code> </code>
  
Ligne 470: Ligne 462:
  
 <code> <code>
-[root@backuphub ansible-automation-platform-setup-bundle-2.4-2.2-x86_64]# ./setup.sh+[root@autohub ansible-automation-platform-setup-bundle-2.4-2.2-x86_64]# ./setup.sh
 ... ...
 PLAY RECAP ********************************************************************* PLAY RECAP *********************************************************************
Ligne 497: Ligne 489:
 ====2.3 - Consultation==== ====2.3 - Consultation====
  
-Connectez-vous à votre VM **Debian_10.0.2.46_VNC** ou **Debian_10.0.3.46_VNC** selon votre numéro de stagiaire :+Connectez-vous à votre VM **Debian_10.0.2.46_VNC** :
  
-{{ :elearning:workbooks:centos:8:lcf900:capture_d_ecran_du_2023-10-20_14-58-21.png?600 |}}+{{ :elearning:workbooks:centos:8:lcf900:capture_d_ecran_du_2023-10-20_14-58-21.png?800 |}}
  
-Ouvrez un navigateur Web et naviguez à **https://10.0.2.102** ou **https://10.0.3.102** selon votre numéro de stagiaire :+Ouvrez un navigateur Web et naviguez à **https://10.0.2.102** :
  
-{{ :elearning:workbooks:centos:8:lcf900:capture_d_ecran_du_2023-10-23_13-45-08.png?600 |}}+{{ :elearning:workbooks:centos:8:lcf900:capture_d_ecran_du_2023-10-23_13-45-08.png?800 |}}
  
 Acceptez le certificat auto-signé : Acceptez le certificat auto-signé :
  
-{{ :elearning:workbooks:centos:8:lcf900:capture_d_ecran_du_2023-10-23_13-45-47.png?600 |}}+{{ :elearning:workbooks:centos:8:lcf900:capture_d_ecran_du_2023-10-23_13-45-47.png?800 |}}
  
 Connectez-vous à votre Ansible® Automation Hub en utilisant le compte **admin** et le mot de passe **fenestros** : Connectez-vous à votre Ansible® Automation Hub en utilisant le compte **admin** et le mot de passe **fenestros** :
  
-{{ :elearning:workbooks:centos:8:lcf900:capture_d_ecran_du_2023-10-23_13-47-59.png?600 |}}+{{ :elearning:workbooks:centos:8:lcf900:capture_d_ecran_du_2023-10-23_13-47-59.png?800 |}}
  
 Vous obtiendrez : Vous obtiendrez :
  
-{{ :elearning:workbooks:centos:8:lcf900:capture_d_ecran_du_2023-10-23_13-46-39.png?600 |}}+{{ :elearning:workbooks:centos:8:lcf900:capture_d_ecran_du_2023-10-23_13-46-39.png?800 |}}
  
 =====LAB #3 - Connecter l'Ansible® Automation Hub et l'Ansible® Automation Controller===== =====LAB #3 - Connecter l'Ansible® Automation Hub et l'Ansible® Automation Controller=====
Ligne 523: Ligne 515:
 Dans l'interface de votre Ansible® Automation Hub, cliquez sur **Collections > API token > Load token** : Dans l'interface de votre Ansible® Automation Hub, cliquez sur **Collections > API token > Load token** :
  
-{{ :elearning:workbooks:centos:8:lcf900:capture_d_ecran_du_2023-10-23_14-41-04.png?600 |}}+{{ :elearning:workbooks:centos:8:lcf900:capture_d_ecran_du_2023-10-23_14-41-04.png?800 |}}
  
 Copiez le token ainsi généré : Copiez le token ainsi généré :
  
-{{ :elearning:workbooks:centos:8:lcf900:capture_d_ecran_du_2023-10-23_14-42-06.png?600 |}}+{{ :elearning:workbooks:centos:8:lcf900:capture_d_ecran_du_2023-10-23_14-42-06.png?800 |}}
  
 Collez ce token dans un bloc-note (mousepad) : Collez ce token dans un bloc-note (mousepad) :
  
-{{ :elearning:workbooks:centos:8:lcf900:capture_d_ecran_du_2023-10-23_14-43-04.png?600 |}}+{{ :elearning:workbooks:centos:8:lcf900:capture_d_ecran_du_2023-10-23_14-43-04.png?800 |}}
  
 ====3.2 - Configurer Ansible® Automation Controller==== ====3.2 - Configurer Ansible® Automation Controller====
Ligne 537: Ligne 529:
 Ouvrez l'interface de votre Ansible® Automation Controller : Ouvrez l'interface de votre Ansible® Automation Controller :
  
-{{ :elearning:workbooks:centos:8:lcf900:capture_d_ecran_du_2023-10-23_14-44-21.png?600 |}}+{{ :elearning:workbooks:centos:8:lcf900:capture_d_ecran_du_2023-10-23_14-44-21.png?800 |}}
  
 Naviguez à **Resources > Credentials** et cliquez sur le bouton **Add** : Naviguez à **Resources > Credentials** et cliquez sur le bouton **Add** :
  
-{{ :elearning:workbooks:centos:8:lcf900:capture_d_ecran_du_2023-10-23_14-53-41.png?600 |}}+{{ :elearning:workbooks:centos:8:lcf900:capture_d_ecran_du_2023-10-23_14-53-41.png?800 |}}
  
 Renseignez les champs **Name**, **Description** et **Galaxy Server URL**. Choisissez **Galaxy/Automation Hub API Token** dans le menu déroulant **Credential Type** et collez le token API dans **API token** : Renseignez les champs **Name**, **Description** et **Galaxy Server URL**. Choisissez **Galaxy/Automation Hub API Token** dans le menu déroulant **Credential Type** et collez le token API dans **API token** :
  
-{{ :elearning:workbooks:centos:8:lcf900:capture_d_ecran_du_2023-10-23_14-58-29.png?600 |}}+{{ :elearning:workbooks:centos:8:lcf900:capture_d_ecran_du_2023-10-23_14-58-29.png?800 |}}
  
 Cliquez sur la loupe à gauche du champs **Organization** : Cliquez sur la loupe à gauche du champs **Organization** :
  
-{{ :elearning:workbooks:centos:8:lcf900:capture_d_ecran_du_2023-10-23_14-59-02.png?600 |}}+{{ :elearning:workbooks:centos:8:lcf900:capture_d_ecran_du_2023-10-23_14-59-02.png?800 |}}
  
 Cochez l'organisation **Default** et cliquez sur le bouton **Select** : Cochez l'organisation **Default** et cliquez sur le bouton **Select** :
  
-{{ :elearning:workbooks:centos:8:lcf900:capture_d_ecran_du_2023-10-23_14-59-23.png?600 |}}+{{ :elearning:workbooks:centos:8:lcf900:capture_d_ecran_du_2023-10-23_14-59-23.png?800 |}}
  
 Validez en cliquant sur le bouton **Save** : Validez en cliquant sur le bouton **Save** :
  
-{{ :elearning:workbooks:centos:8:lcf900:capture_d_ecran_du_2023-10-23_14-59-43.png?600 |}}+{{ :elearning:workbooks:centos:8:lcf900:capture_d_ecran_du_2023-10-23_14-59-43.png?800 |}}
  
 Vous obtiendrez : Vous obtiendrez :
  
-{{ :elearning:workbooks:centos:8:lcf900:capture_d_ecran_du_2023-10-23_15-00-08.png?600 |}}+{{ :elearning:workbooks:centos:8:lcf900:capture_d_ecran_du_2023-10-23_15-00-08.png?800 |}}
  
 Cliquez sur **Settings > Jobs settings** : Cliquez sur **Settings > Jobs settings** :
  
-{{ :elearning:workbooks:centos:8:lcf900:capture_d_ecran_du_2023-10-23_15-02-26.png?600 |}}+{{ :elearning:workbooks:centos:8:lcf900:capture_d_ecran_du_2023-10-23_15-02-26.png?800 |}}
  
 Vous obtiendrez : Vous obtiendrez :
  
-{{ :elearning:workbooks:centos:8:lcf900:capture_d_ecran_du_2023-10-23_15-03-51.png?600 |}}+{{ :elearning:workbooks:centos:8:lcf900:capture_d_ecran_du_2023-10-23_15-03-51.png?800 |}}
  
 Descendez la page et cliquez sur le bouton **Edit** : Descendez la page et cliquez sur le bouton **Edit** :
  
-{{ :elearning:workbooks:centos:8:lcf900:capture_d_ecran_du_2023-10-23_15-04-32.png?600 |}}+{{ :elearning:workbooks:centos:8:lcf900:capture_d_ecran_du_2023-10-23_15-04-32.png?800 |}}
  
 Activez l'option **Ignore Ansible Galaxy SSL Certificate Validation** pour permettre l'utilisation de votre certificat auto-signé : Activez l'option **Ignore Ansible Galaxy SSL Certificate Validation** pour permettre l'utilisation de votre certificat auto-signé :
  
-{{ :elearning:workbooks:centos:8:lcf900:capture_d_ecran_du_2023-10-23_15-05-05.png?600 |}}+{{ :elearning:workbooks:centos:8:lcf900:capture_d_ecran_du_2023-10-23_15-05-05.png?800 |}}
  
 Descendez en bas de la page et cliquez sur le bouton **Save** : Descendez en bas de la page et cliquez sur le bouton **Save** :
  
-{{ :elearning:workbooks:centos:8:lcf900:capture_d_ecran_du_2023-10-23_15-05-28.png?600 |}}+{{ :elearning:workbooks:centos:8:lcf900:capture_d_ecran_du_2023-10-23_15-05-28.png?800 |}}
  
 Naviguez à **Organizations** et cliquez sur l'icône d'un stylo à droite du nom **Default** : Naviguez à **Organizations** et cliquez sur l'icône d'un stylo à droite du nom **Default** :
  
-{{ :elearning:workbooks:centos:8:lcf900:capture_d_ecran_du_2023-10-23_15-08-17.png?600 |}}+{{ :elearning:workbooks:centos:8:lcf900:capture_d_ecran_du_2023-10-23_15-08-17.png?800 |}}
  
 Dans le champs **Galaxy Credentials**, supprimez **Ansible Galaxy** : Dans le champs **Galaxy Credentials**, supprimez **Ansible Galaxy** :
  
-{{ :elearning:workbooks:centos:8:lcf900:capture_d_ecran_du_2023-10-23_15-08-44.png?600 |}}+{{ :elearning:workbooks:centos:8:lcf900:capture_d_ecran_du_2023-10-23_15-08-44.png?800 |}}
  
 Cliquez sur la loupe à gauche du champs **Galaxy Credentials** : Cliquez sur la loupe à gauche du champs **Galaxy Credentials** :
  
-{{ :elearning:workbooks:centos:8:lcf900:capture_d_ecran_du_2023-10-23_15-09-02.png?600 |}}+{{ :elearning:workbooks:centos:8:lcf900:capture_d_ecran_du_2023-10-23_15-09-02.png?800 |}}
  
 Vous obtiendrez : Vous obtiendrez :
  
-{{ :elearning:workbooks:centos:8:lcf900:capture_d_ecran_du_2023-10-23_15-09-29.png?600 |}}+{{ :elearning:workbooks:centos:8:lcf900:capture_d_ecran_du_2023-10-23_15-09-29.png?800 |}}
  
 Cochez **Autohub** PUIS **Ansible Galaxy** puis cliquez sur le bouton **Select** : Cochez **Autohub** PUIS **Ansible Galaxy** puis cliquez sur le bouton **Select** :
  
-{{ :elearning:workbooks:centos:8:lcf900:capture_d_ecran_du_2023-10-23_15-10-21.png?600 |}}+{{ :elearning:workbooks:centos:8:lcf900:capture_d_ecran_du_2023-10-23_15-10-21.png?800 |}}
  
 Cliquez ensuite sur le bouton **Save** : Cliquez ensuite sur le bouton **Save** :
  
-{{ :elearning:workbooks:centos:8:lcf900:capture_d_ecran_du_2023-10-23_15-10-44.png?600 |}}+{{ :elearning:workbooks:centos:8:lcf900:capture_d_ecran_du_2023-10-23_15-10-44.png?800 |}}
  
 Vous obtiendrez : Vous obtiendrez :
  
-{{ :elearning:workbooks:centos:8:lcf900:capture_d_ecran_du_2023-10-23_15-11-57.png?600 |}}+{{ :elearning:workbooks:centos:8:lcf900:capture_d_ecran_du_2023-10-23_15-11-57.png?800 |}}
  
 <WRAP center round tip 50%> <WRAP center round tip 50%>
Ligne 618: Ligne 610:
  
 ====4.1 - Sauvegarder l'Ansible® Automation Controller==== ====4.1 - Sauvegarder l'Ansible® Automation Controller====
 +
 +Revenez dans votre Ansible® Automation Controller.
  
 La sauvegarde de l'Ansible® Automation Controller s'effectue en utilisant le même script utilisé pour l'installation auquel il convient de passer l'option **-b** : La sauvegarde de l'Ansible® Automation Controller s'effectue en utilisant le même script utilisé pour l'installation auquel il convient de passer l'option **-b** :
Ligne 633: Ligne 627:
 </code> </code>
  
-A l'issue de la sauvegarde vous consterez la présence d'une archive **tar.gz** ainsi qu'un lien symbolique dénommé **automation-platform-backup-latest.tar.gz** dans le répertoire **courant** :+A l'issue de la sauvegarde vous constaterez la présence d'une archive **tar.gz** ainsi qu'un lien symbolique dénommé **automation-platform-backup-latest.tar.gz** dans le répertoire **courant** :
  
 <code> <code>
Ligne 657: Ligne 651:
  
 ====4.2 - Sauvegarder l'Ansible® Automation Hub==== ====4.2 - Sauvegarder l'Ansible® Automation Hub====
 +
 +Connectez-vous maintenant à votre VM **autohub.ittraining.loc** :
 +
 +<code>
 +[root@redhat9 ansible-automation-platform-setup-bundle-2.4-2.2-x86_64]# ssh -l trainee 10.0.2.102
 +</code>
  
 La sauvegarde de l'Ansible® Automation Hub s'effectue en utilisant le même script utilisé pour l'installation auquel il convient de passer l'option **-b** : La sauvegarde de l'Ansible® Automation Hub s'effectue en utilisant le même script utilisé pour l'installation auquel il convient de passer l'option **-b** :
Ligne 673: Ligne 673:
 </code> </code>
  
-A l'issue de la sauvegarde vous consterez la présence d'une archive **tar.gz** ainsi qu'un lien symbolique dénommé **automation-platform-backup-latest.tar.gz** dans le répertoire **courant** :+A l'issue de la sauvegarde vous constaterez la présence d'une archive **tar.gz** ainsi qu'un lien symbolique dénommé **automation-platform-backup-latest.tar.gz** dans le répertoire **courant** :
  
 <code> <code>
Ligne 718: Ligne 718:
 Warning: Permanently added '10.0.2.103' (ED25519) to the list of known hosts. Warning: Permanently added '10.0.2.103' (ED25519) to the list of known hosts.
 trainee@10.0.2.103's password: trainee trainee@10.0.2.103's password: trainee
-automation-platform-backup.tar.gz                                                                                                                        100%  593MB 315.5MB/  00:01 
-</code> 
- 
-ou 
- 
-<code> 
-[root@autohub ansible-automation-platform-setup-bundle-2.4-2.2-x86_64]# scp automation-platform-backup.tar.gz trainee@10.0.3.103:/home/trainee 
-The authenticity of host '10.0.3.103 (10.0.3.103)' can't be established. 
-ED25519 key fingerprint is SHA256:k/cooDrUynjprBohmFjJd22Ii2xlCXFdTHt/HAXpDE4. 
-This key is not known by any other names 
-Are you sure you want to continue connecting (yes/no/[fingerprint])? yes 
-Warning: Permanently added '10.0.3.103' (ED25519) to the list of known hosts. 
-trainee@10.0.3.103's password: trainee 
 automation-platform-backup.tar.gz                                                                                                                        100%  593MB 315.5MB/  00:01 automation-platform-backup.tar.gz                                                                                                                        100%  593MB 315.5MB/  00:01
 </code> </code>
Ligne 739: Ligne 726:
 [root@autohub ansible-automation-platform-setup-bundle-2.4-2.2-x86_64]# scp inventory trainee@10.0.2.103:/home/trainee [root@autohub ansible-automation-platform-setup-bundle-2.4-2.2-x86_64]# scp inventory trainee@10.0.2.103:/home/trainee
 trainee@10.0.2.103's password: trainee trainee@10.0.2.103's password: trainee
-inventory                                                                                                                                                100% 8962     8.9MB/  00:00 
-</code> 
- 
-ou 
- 
-<code> 
-[root@autohub ansible-automation-platform-setup-bundle-2.4-2.2-x86_64]# scp inventory trainee@10.0.3.103:/home/trainee 
-trainee@10.0.3.103's password: trainee 
 inventory                                                                                                                                                100% 8962     8.9MB/  00:00 inventory                                                                                                                                                100% 8962     8.9MB/  00:00
 </code> </code>
Ligne 758: Ligne 737:
 Create an account or view all your systems at https://red.ht/insights-dashboard Create an account or view all your systems at https://red.ht/insights-dashboard
 Last login: Tue Oct 24 13:02:01 2023 from 10.0.2.1 Last login: Tue Oct 24 13:02:01 2023 from 10.0.2.1
-[trainee@backuphub ~]$ su - 
-Password: fenestros 
-[root@backuphub ~]# 
-</code> 
- 
-ou 
- 
-<code> 
-[root@autohub ansible-automation-platform-setup-bundle-2.4-2.2-x86_64]# ssh -l trainee 10.0.3.103 
-trainee@10.0.3.103's password: trainee 
-Register this system with Red Hat Insights: insights-client --register 
-Create an account or view all your systems at https://red.ht/insights-dashboard 
-Last login: Tue Oct 24 13:02:01 2023 from 10.0.3.1 
 [trainee@backuphub ~]$ su - [trainee@backuphub ~]$ su -
 Password: fenestros Password: fenestros
Ligne 903: Ligne 869:
  
 ====5.1 - Créer un Job Simple==== ====5.1 - Créer un Job Simple====
 +
 +Revenez dans votre Ansible® Automation Controller.
  
 Commencez par créer un playbook simple, destiné à imprimer la phrase **Hello World!** : Commencez par créer un playbook simple, destiné à imprimer la phrase **Hello World!** :
  
 <code> <code>
 +[root@redhat9 ansible-automation-platform-setup-bundle-2.4-2.2-x86_64]# cd ~
 +
 [root@redhat9 ~]# vi hello-world.yml [root@redhat9 ~]# vi hello-world.yml
 +
 [root@redhat9 ~]# cat hello-world.yml [root@redhat9 ~]# cat hello-world.yml
 --- ---
Ligne 1016: Ligne 987:
 localhost                  : ok=2    changed=0    unreachable=0    failed=0    skipped=0    rescued=0    ignored=0   localhost                  : ok=2    changed=0    unreachable=0    failed=0    skipped=0    rescued=0    ignored=0  
 </code> </code>
 +
 +====5.2 - Créer un Projet====
  
 Pour exécuter ce même playbook avec Red Hat® Ansible® Automation Platform, il faut créer un projet. Les projets sont des répertoire dans **/var/lib/awx/projects** et doivent contenir le(s) playbook(s) : Pour exécuter ce même playbook avec Red Hat® Ansible® Automation Platform, il faut créer un projet. Les projets sont des répertoire dans **/var/lib/awx/projects** et doivent contenir le(s) playbook(s) :
Ligne 1024: Ligne 997:
 </code> </code>
  
-Ouvrez maintenant l'interface de votre Ansible® Automation Controller :+Connectez-vous à votre **VM Debian_10.0.2.46_VNC**. Ouvrez un navigateur Web et naviguez à **https://10.0.2.101** 
  
-{{ :elearning:workbooks:centos:8:lcf900:capture_d_ecran_du_2023-10-26_15-26-39.png?600 |}}+{{ :elearning:workbooks:centos:8:lcf900:capture_d_ecran_du_2023-10-26_15-26-39.png?800 |}}
  
 Cliquez sur **Projects** puis sur le bouton **Add** : Cliquez sur **Projects** puis sur le bouton **Add** :
  
-{{ :elearning:workbooks:centos:8:lcf900:capture_d_ecran_du_2023-10-26_15-27-34.png?600 |}}+{{ :elearning:workbooks:centos:8:lcf900:capture_d_ecran_du_2023-10-26_15-27-34.png?800 |}}
  
 Indiquez **Test Project** dans **Name**, **My test Project** dans **Description**, choisissez **myrepo** dans **Playbook Directory** et cliquez sur le bouton **Save** : Indiquez **Test Project** dans **Name**, **My test Project** dans **Description**, choisissez **myrepo** dans **Playbook Directory** et cliquez sur le bouton **Save** :
  
-{{ :elearning:workbooks:centos:8:lcf900:capture_d_ecran_du_2023-10-26_15-34-15.png?600 |}}+{{ :elearning:workbooks:centos:8:lcf900:capture_d_ecran_du_2023-10-26_15-34-15.png?800 |}}
  
 Vérifiez les informations de votre projet : Vérifiez les informations de votre projet :
  
-{{ :elearning:workbooks:centos:8:lcf900:capture_d_ecran_du_2023-10-26_15-35-21.png?600 |}}+{{ :elearning:workbooks:centos:8:lcf900:capture_d_ecran_du_2023-10-26_15-35-21.png?800 |}} 
 + 
 +====5.3 - Créer un Inventory====
  
 Cliquez ensuite sur **Inventories** : Cliquez ensuite sur **Inventories** :
  
-{{ :elearning:workbooks:centos:8:lcf900:capture_d_ecran_du_2023-10-26_15-36-12.png?600 |}}+{{ :elearning:workbooks:centos:8:lcf900:capture_d_ecran_du_2023-10-26_15-36-12.png?800 |}}
  
 Cliquez sur le lien **Demo Inventory** : Cliquez sur le lien **Demo Inventory** :
  
-{{ :elearning:workbooks:centos:8:lcf900:capture_d_ecran_du_2023-10-26_15-37-05.png?600 |}}+{{ :elearning:workbooks:centos:8:lcf900:capture_d_ecran_du_2023-10-26_15-37-05.png?800 |}}
  
 Cliquez sur le lien **Hosts** et cochez **localhost** : Cliquez sur le lien **Hosts** et cochez **localhost** :
  
-{{ :elearning:workbooks:centos:8:lcf900:capture_d_ecran_du_2023-10-26_15-39-48.png?600 |}}+{{ :elearning:workbooks:centos:8:lcf900:capture_d_ecran_du_2023-10-26_15-39-48.png?800 |}} 
 + 
 +====5.4 - Créer des Informations d'Identification====
  
 Cliquez sur **Credentials** : Cliquez sur **Credentials** :
  
-{{ :elearning:workbooks:centos:8:lcf900:capture_d_ecran_du_2023-10-26_15-40-55.png?600 |}}+{{ :elearning:workbooks:centos:8:lcf900:capture_d_ecran_du_2023-10-26_15-40-55.png?800 |}}
  
-Editez **Demo Credential** en indiquant **trainee** en tant que **Username** et **trainee** en tant que **Password** :+Éditez **Demo Credential** en indiquant **trainee** en tant que **Username** et **trainee** en tant que **Password** :
  
-{{ :elearning:workbooks:centos:8:lcf900:capture_d_ecran_du_2023-10-26_15-45-09.png?600 |}}+{{ :elearning:workbooks:centos:8:lcf900:capture_d_ecran_du_2023-10-26_15-45-09.png?800 |}}
  
 Cliquez sur le bouton **Save** : Cliquez sur le bouton **Save** :
  
-{{ :elearning:workbooks:centos:8:lcf900:capture_d_ecran_du_2023-10-26_15-45-46.png?600 |}}+{{ :elearning:workbooks:centos:8:lcf900:capture_d_ecran_du_2023-10-26_15-45-46.png?800 |}}
  
 Vous obtiendrez : Vous obtiendrez :
  
-{{ :elearning:workbooks:centos:8:lcf900:capture_d_ecran_du_2023-10-26_15-46-12.png?600 |}}+{{ :elearning:workbooks:centos:8:lcf900:capture_d_ecran_du_2023-10-26_15-46-12.png?800 |}} 
 + 
 +====5.5 - Créer un Gabarit====
  
 Cliquez sur **Templates** puis cliquez sur **Demo Job Template** : Cliquez sur **Templates** puis cliquez sur **Demo Job Template** :
  
-{{ :elearning:workbooks:centos:8:lcf900:capture_d_ecran_du_2023-10-26_15-46-33.png?600 |}}+{{ :elearning:workbooks:centos:8:lcf900:capture_d_ecran_du_2023-10-26_15-46-33.png?800 |}}
  
 Cliquez sur la loupe dans le champs **Project** : Cliquez sur la loupe dans le champs **Project** :
  
-{{ :elearning:workbooks:centos:8:lcf900:capture_d_ecran_du_2023-10-26_15-47-30.png?600 |}}+{{ :elearning:workbooks:centos:8:lcf900:capture_d_ecran_du_2023-10-26_15-47-30.png?800 |}}
  
 Vous obtiendrez : Vous obtiendrez :
  
-{{ :elearning:workbooks:centos:8:lcf900:capture_d_ecran_du_2023-10-26_15-47-47.png?600 |}}+{{ :elearning:workbooks:centos:8:lcf900:capture_d_ecran_du_2023-10-26_15-47-47.png?800 |}}
  
 Cochez **Test Project** puis cliquez sur le bouton **Select** : Cochez **Test Project** puis cliquez sur le bouton **Select** :
  
-{{ :elearning:workbooks:centos:8:lcf900:capture_d_ecran_du_2023-10-26_15-48-05.png?600 |}}+{{ :elearning:workbooks:centos:8:lcf900:capture_d_ecran_du_2023-10-26_15-48-05.png?800 |}}
  
 Vous verrez le Playbook **hello-world.yml** apparaître dans le champs **Playbook** : Vous verrez le Playbook **hello-world.yml** apparaître dans le champs **Playbook** :
  
-{{ :elearning:workbooks:centos:8:lcf900:capture_d_ecran_du_2023-10-26_15-48-45.png?600 |}}+{{ :elearning:workbooks:centos:8:lcf900:capture_d_ecran_du_2023-10-26_15-48-45.png?800 |}}
  
 Cliquez sur le bouton **Save** : Cliquez sur le bouton **Save** :
  
-{{ :elearning:workbooks:centos:8:lcf900:capture_d_ecran_du_2023-10-26_15-50-44.png?600 |}}+{{ :elearning:workbooks:centos:8:lcf900:capture_d_ecran_du_2023-10-26_15-50-44.png?800 |}}
  
 Vérifiez votre Template puis cliquez sur le lien **Templates** : Vérifiez votre Template puis cliquez sur le lien **Templates** :
  
-{{ :elearning:workbooks:centos:8:lcf900:capture_d_ecran_du_2023-10-26_15-51-06.png?600 |}}+{{ :elearning:workbooks:centos:8:lcf900:capture_d_ecran_du_2023-10-26_15-51-06.png?800 |}}
  
-Cliquez sur l'icône de la fuséé en face de **Demo Job Template** :+====5.6 - Exécuter un Job====
  
-{{ :elearning:workbooks:centos:8:lcf900:capture_d_ecran_du_2023-10-26_15-52-22.png?600 |}}+Cliquez sur l'icône de la fusée en face de **Demo Job Template** : 
 + 
 +{{ :elearning:workbooks:centos:8:lcf900:capture_d_ecran_du_2023-10-26_15-52-22.png?800 |}}
  
 Cliquez sur **Jobs** : Cliquez sur **Jobs** :
  
-{{ :elearning:workbooks:centos:8:lcf900:capture_d_ecran_du_2023-10-26_15-53-10.png?600 |}}+{{ :elearning:workbooks:centos:8:lcf900:capture_d_ecran_du_2023-10-26_15-53-10.png?800 |}}
  
 Cliquez sur **Demo Job Template** et constatez la réussite de l'exécution du Job : Cliquez sur **Demo Job Template** et constatez la réussite de l'exécution du Job :
  
-{{ :elearning:workbooks:centos:8:lcf900:capture_d_ecran_du_2023-10-26_15-53-26.png?600 |}} +{{ :elearning:workbooks:centos:8:lcf900:capture_d_ecran_du_2023-10-26_15-53-26.png?800 |}}
- +
- +
- +
- +
-<code> +
- +
-</code> +
- +
-<code> +
- +
-</code> +
- +
-<code> +
- +
-</code> +
- +
-<code> +
- +
-</code> +
- +
-<code> +
- +
-</code> +
- +
-<code> +
- +
-</code> +
- +
-<code> +
- +
-</code> +
- +
-<code> +
- +
-</code> +
- +
-<code> +
- +
-</code> +
- +
-<code> +
- +
-</code> +
- +
-<code> +
- +
-</code> +
- +
-<code> +
- +
-</code> +
- +
-<code> +
- +
-</code> +
- +
-<code> +
- +
-</code> +
- +
-<code> +
- +
-</code> +
- +
-<code> +
- +
-</code> +
- +
-<code> +
- +
-</code>+
  
 =====LAB #6 - Utilisation de l'Ansible® Automation Hub===== =====LAB #6 - Utilisation de l'Ansible® Automation Hub=====
  
-<code>+====6.1 - Créer une Collection====
  
-</code>+Connectez-vous ensuite à votre VM **autohub.ittraining.loc** :
  
 <code> <code>
 +[root@redhat9 ~]# ssh -l trainee 10.0.2.102
 </code> </code>
  
-<code> +Créez un répertoire appelé **collection** et placez-vous dedans :
- +
-</code>+
  
 <code> <code>
 +[trainee@autohub ~]$ mkdir collection
  
 +[trainee@autohub ~]$ cd collection
 </code> </code>
  
-<code> +Créez une **Collection** vide appelée **ittraining** dans un **Namespace** appelé **ittraining** avec la commande **ansible-galaxy** :
- +
-</code>+
  
 <code> <code>
 +[trainee@autohub collection]$ ansible-galaxy collection init ittraining.ittraining 
 +- Collection ittraining.ittraining was created successfully
 </code> </code>
  
-<code> +Consultez l'arborescence de la Collection :
- +
-</code>+
  
 <code> <code>
 +[trainee@autohub collection]$ tree
 +.
 +└── ittraining
 +    └── ittraining
 +        ├── docs
 +        ├── galaxy.yml
 +        ├── meta
 +        │   └── runtime.yml
 +        ├── plugins
 +        │   └── README.md
 +        ├── README.md
 +        └── roles
  
 +6 directories, 4 files
 </code> </code>
  
-<code> +Les informations concernant la Collection sont stockées dans le fichier **~/collections/ittraining/ittraining/galaxy.yml** :
- +
-</code>+
  
 <code> <code>
 +[trainee@autohub collection]$ cat ittraining/ittraining/galaxy.yml 
 +### REQUIRED
 +# The namespace of the collection. This can be a company/brand/organization or product namespace under which all
 +# content lives. May only contain alphanumeric lowercase characters and underscores. Namespaces cannot start with
 +# underscores or numbers and cannot contain consecutive underscores
 +namespace: ittraining
  
-</code>+# The name of the collection. Has the same character restrictions as 'namespace' 
 +name: ittraining
  
-<code>+# The version of the collection. Must be compatible with semantic versioning 
 +version: 1.0.0
  
-</code>+# The path to the Markdown (.md) readme file. This path is relative to the root of the collection 
 +readme: README.md
  
-<code>+# A list of the collection's content authors. Can be just the name or in the format 'Full Name <email> (url) 
 +# @nicks:irc/im.site#channel' 
 +authors: 
 +- your name <example@domain.com>
  
-</code> 
  
-<code>+### OPTIONAL but strongly recommended 
 +# A short summary description of the collection 
 +description: your collection description
  
-</code>+# Either a single license or a list of licenses for content inside of a collection. Ansible Galaxy currently only 
 +# accepts L(SPDX,https://spdx.org/licenses/) licenses. This key is mutually exclusive with 'license_file' 
 +license: 
 +- GPL-2.0-or-later
  
-<code>+# The path to the license file for the collection. This path is relative to the root of the collection. This key is 
 +# mutually exclusive with 'license' 
 +license_file: ''
  
-</code>+# A list of tags you want to associate with the collection for indexing/searching. A tag name has the same character 
 +# requirements as 'namespace' and 'name' 
 +tags: []
  
-<code>+# Collections that this collection requires to be installed for it to be usable. The key of the dict is the 
 +# collection label 'namespace.name'. The value is a version range 
 +# L(specifiers,https://python-semanticversion.readthedocs.io/en/latest/#requirement-specification). Multiple version 
 +# range specifiers can be set and are separated by ',' 
 +dependencies: {}
  
-</code>+# The URL of the originating SCM repository 
 +repository: http://example.com/repository
  
-<code>+# The URL to any online docs 
 +documentation: http://docs.example.com
  
-</code>+# The URL to the homepage of the collection/project 
 +homepage: http://example.com
  
-<code>+# The URL to the collection issue tracker 
 +issues: http://example.com/issue/tracker
  
-</code> +# A list of file glob-like patterns used to filter any files or directories that should not be included in the build 
- +# artifact. A pattern is matched from the relative path of the file or directory of the collection directory. This 
-<code>+# uses 'fnmatch' to match the files or directories. Some directories and files like 'galaxy.yml', '*.pyc', '*.retry', 
 +# and '.git' are always filtered. Mutually exclusive with 'manifest' 
 +build_ignore: []
  
 +# A dict controlling use of manifest directives used in building the collection artifact. The key 'directives' is a
 +# list of MANIFEST.in style
 +# L(directives,https://packaging.python.org/en/latest/guides/using-manifest-in/#manifest-in-commands). The key
 +# 'omit_default_directives' is a boolean that controls whether the default directives are used. Mutually exclusive
 +# with 'build_ignore'
 +# manifest: null
 </code> </code>
  
-<code> +Éditez la ligne **requires-ansible** dans le fichier **~/collections/ittraining/ittraining/meta/runtime.yml** :
- +
-</code>+
  
 <code> <code>
 +[trainee@autohub collection]$ vi ittraining/ittraining/meta/runtime.yml
  
-</code>+[trainee@autohub collection]$ cat ittraining/ittraining/meta/runtime.yml  
 +--- 
 +# Collections must specify a minimum required ansible version to upload 
 +# to galaxy 
 +requires_ansible: '>=2.9.10'
  
-<code>+# Content that Ansible needs to load from another location or that has 
 +# been deprecated/removed 
 +# plugin_routing: 
 +#   action: 
 +#     redirected_plugin_name: 
 +#       redirect: ns.col.new_location 
 +#     deprecated_plugin_name: 
 +#       deprecation: 
 +#         removal_version: "4.0.0" 
 +#         warning_text:
 +#           See the porting guide on how to update your playbook to 
 +#           use ns.col.another_plugin instead. 
 +#     removed_plugin_name: 
 +#       tombstone: 
 +#         removal_version: "2.0.0" 
 +#         warning_text:
 +#           See the porting guide on how to update your playbook to 
 +#           use ns.col.another_plugin instead. 
 +#   become: 
 +#   cache: 
 +#   callback: 
 +#   cliconf: 
 +#   connection: 
 +#   doc_fragments: 
 +#   filter: 
 +#   httpapi: 
 +#   inventory: 
 +#   lookup: 
 +#   module_utils: 
 +#   modules: 
 +#   netconf: 
 +#   shell: 
 +#   strategy: 
 +#   terminal: 
 +#   test: 
 +#   vars:
  
-</code> +# Python import statements that Ansible needs to load from another location 
- +# import_redirection: 
-<code>+#   ansible_collections.ns.col.plugins.module_utils.old_location: 
 +#     redirect: ansible_collections.ns.col.plugins.module_utils.new_location
  
 +# Groups of actions/modules that take a common set of options
 +# action_groups:
 +#   group_name:
 +#     - module1
 +#     - module2
 </code> </code>
  
-<code> +Placez-vous dans le répertoire **~/collections/ittraining/ittraining/** :
- +
-</code>+
  
 <code> <code>
 +[trainee@autohub collection]$ cd ittraining/ittraining/
  
 +[trainee@autohub ittraining]$ ls
 +docs  galaxy.yml  meta  plugins  README.md  roles
 </code> </code>
  
-<code> +Construisez la Collection **ittraining-ittraining-1.0.0.tar.gz** avec la commande **ansible-galaxy collection build** :
- +
-</code>+
  
 <code> <code>
 +[trainee@autohub ittraining]$ ansible-galaxy collection build 
 +Created collection for ittraining.ittraining at /home/trainee/collection/ittraining/ittraining/ittraining-ittraining-1.0.0.tar.gz
 </code> </code>
  
-<code>+====6.2 - Téléverser une Collection====
  
-</code>+Connectez-vous à votre **VM Debian_10.0.2.46_VNC**. Ouvrez un navigateur Web et naviguez à **https://10.0.2.102** :
  
-<code>+{{ :elearning:workbooks:centos:8:lcf900:capture_d_ecran_du_2023-11-16_15-36-10.png?800 |}}
  
-</code>+Cliquez ensuite sur **Namespaces** dans le menu de gauche puis cliquez sur le bouton **Create** :
  
-<code>+{{ :elearning:workbooks:centos:8:lcf900:capture_d_ecran_du_2023-11-16_15-36-54.png?800 |}}
  
-</code>+Renseignez le nom **ittraining** et cliquez sur le bouton **Create** :
  
-<code>+{{ :elearning:workbooks:centos:8:lcf900:capture_d_ecran_du_2023-11-16_15-37-20.png?800 |}}
  
-</code>+Notez que pour l'instant, il n'y a pas de **Collections** dans ce **Namespace**. Cliquez donc sur le bouton **Upload collection** :
  
-<code>+{{ :elearning:workbooks:centos:8:lcf900:capture_d_ecran_du_2023-11-16_15-38-01.png?800 |}}
  
-</code>+Dans la fenêtre **New collection**, cliquez sur **Select file** :
  
-<code>+{{ :elearning:workbooks:centos:8:lcf900:capture_d_ecran_du_2023-11-16_15-39-36.png?800 |}}
  
-</code>+<WRAP center round important 50%> 
 +**Important** : Notez que le dépôt de destination est **staging**. Le dépôt staging est utilisé pour téléverser toute nouvelle Collection avant que celle-ci soit vérifiée pour publication. 
 +</WRAP>
  
-<code>+Choisissez le fichier **ittraining-ittraining-1.0.0.tar.gz** :
  
-</code>+{{ :elearning:workbooks:centos:8:lcf900:capture_d_ecran_du_2023-11-16_15-41-10.png?800 |}}
  
-<code>+Cliquez ensuite sur le bouton **Upload** :
  
-</code>+{{ :elearning:workbooks:centos:8:lcf900:capture_d_ecran_du_2023-11-16_15-41-29.png?800 |}}
  
-<code>+A l'issu de quelques secondes, la **Collection** est téléversée :
  
-</code>+{{ :elearning:workbooks:centos:8:lcf900:capture_d_ecran_du_2023-11-16_15-41-53.png?800 |}}
  
-<code>+<WRAP center round important 50%> 
 +**Important** : Notez la ligne **Approval status: waiting for approval**. 
 +</WRAP>
  
-</code>+Développez l'item **Collections** dans le menu de gauche :
  
-<code>+{{ :elearning:workbooks:centos:8:lcf900:capture_d_ecran_du_2023-11-16_15-42-23.png?800 |}}
  
-</code>+Cliquez sur **Repositories** :
  
-<code>+{{ :elearning:workbooks:centos:8:lcf900:capture_d_ecran_du_2023-11-16_15-42-44.png?800 |}}
  
-</code>+Descendez en bas de la liste des **Repositories** et cliquez sur **staging** :
  
-<code>+{{ :elearning:workbooks:centos:8:lcf900:capture_d_ecran_du_2023-11-16_15-43-01.png?800 |}}
  
-</code>+Vous obtiendrez :
  
-<code>+{{ :elearning:workbooks:centos:8:lcf900:capture_d_ecran_du_2023-11-16_15-43-28.png?800 |}}
  
-</code>+Cliquez sur l'onglet **Collection versions** et notez la présence de la Collection **ittraining-ittraining-1.0.0** :
  
-<code>+{{ :elearning:workbooks:centos:8:lcf900:capture_d_ecran_du_2023-11-16_15-43-51.png?800 |}}
  
-</code>+Cliquez ensuite sur l'item **Approval** dans le menu de gauche :
  
-<code>+{{ :elearning:workbooks:centos:8:lcf900:capture_d_ecran_du_2023-11-16_15-45-11.png?800 |}}
  
-</code>+<WRAP center round important 50%> 
 +**Important** : Notez que l'item **Approvals** est présent parce que vous êtes connecté en tant qu'administrateur. 
 +</WRAP>
  
-<code>+Dans le cas où vous souhaiteriez rejeter cette Collection, il conviendrait de cliquez sur les trois points verticaux à droite de la ligne **ittraining** et de choisir **Reject**. Cliquez ensuite sur le bouton **Approve** :
  
-</code>+{{ :elearning:workbooks:centos:8:lcf900:capture_d_ecran_du_2023-11-16_15-46-19.png?800 |}}
  
-<code>+Vous obtiendrez :
  
-</code>+{{ :elearning:workbooks:centos:8:lcf900:capture_d_ecran_du_2023-11-16_15-46-45.png?800 |}}
  
-<code>+Cliquez sur **Namespaces** dans le menu de gauche :
  
-</code>+{{ :elearning:workbooks:centos:8:lcf900:capture_d_ecran_du_2023-11-16_15-48-26.png?800 |}}
  
-<code>+Dans le champs **Filter by keywords**, saisissez le mot **ittraining** puis cliquez sur l'**icône de la loupe** :
  
-</code>+{{ :elearning:workbooks:centos:8:lcf900:capture_d_ecran_du_2023-11-16_15-48-58.png?800 |}}
  
-<code>+Cliquez sur le lien **View collections** pour consulter la liste des **Collections** dans le **Namespace** :
  
-</code>+{{ :elearning:workbooks:centos:8:lcf900:capture_d_ecran_du_2023-11-16_15-49-25.png?800 |}}
  
-<code>+Constatez la présence de la Collection **ittraining** :
  
-</code> +{{ :elearning:workbooks:centos:8:lcf900:capture_d_ecran_du_2023-11-16_15-50-08.png?800 |}}
- +
-<code> +
- +
-</code> +
- +
-<code> +
- +
-</code> +
- +
-<code> +
- +
-</code> +
- +
-<code> +
- +
-</code> +
- +
-<code> +
- +
-</code> +
- +
-<code> +
- +
-</code> +
- +
-<code> +
- +
-</code> +
- +
-<code> +
- +
-</code> +
- +
-<code> +
- +
-</code> +
- +
-<code> +
- +
-</code> +
- +
-<code> +
- +
-</code> +
- +
-<code> +
- +
-</code> +
- +
-<code> +
- +
-</code> +
- +
-<code> +
- +
-</code> +
- +
-<code> +
- +
-</code> +
- +
-<code> +
- +
-</code> +
- +
-<code> +
- +
-</code> +
- +
-<code> +
- +
-</code> +
- +
-<code> +
- +
-</code> +
- +
-<code> +
- +
-</code>+
  
 ----- -----
  
-Copyright © 2023 Hugh Norris+Copyright © 2024 Hugh Norris
Menu