From c8159de4613b79ba2f44a50c85c0c4df065cd7b8 Mon Sep 17 00:00:00 2001 From: Olivier Barais Date: Mon, 12 Dec 2022 08:32:35 +0100 Subject: [PATCH] update 18 to 22 --- ansibleLabsTLC/Readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ansibleLabsTLC/Readme.md b/ansibleLabsTLC/Readme.md index 9e61f13..1faf46d 100644 --- a/ansibleLabsTLC/Readme.md +++ b/ansibleLabsTLC/Readme.md @@ -16,14 +16,14 @@ Une fois que vous avez créer ces machines, vérifier que vous avez accès à ce ### Tâche 1 -En s'inspirant du playbooks disponible [ici](https://github.com/barais/demoAnsible/tree/main/lamp_ubuntu1804_2hosts_withroles), déployer cette simple application ansible sur vos vms. +En s'inspirant du playbooks disponible [ici](https://github.com/barais/demoAnsible/tree/main/lamp_ubuntu2204_2hosts_withroles), déployer cette simple application ansible sur vos vms. Sur votre portable : ```bash apt-get install ansible git clone https://github.com/barais/demoAnsible -cd demoAnsible/lamp_ubuntu1804_2hosts_withroles +cd demoAnsible/lamp_ubuntu2204_2hosts_withroles # edit the hosts to put the IP of your VMs and the login and password nano -w hosts ansible-playbook site.yml -i hosts