From 00cdd66687428ecd38e0370ce62d80af73ee606b Mon Sep 17 00:00:00 2001 From: Marco Emilio Poleggi <marco-emilio.poleggi@hesge.ch> Date: Tue, 25 Jan 2022 17:59:20 +0100 Subject: [PATCH] Fix typos --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ce5853e..cea770d 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Lab: Configuration Management - Ansible -Lab template for a CM/deployment exercise with Ansible and AWS. Originally -written by Marcel Graf (HEIG-VD). +Lab template for a CM/deployment exercise with Ansible and ngonx on any +Cloud. Originally written by Marcel Graf (HEIG-VD). ## Pedagogical objectives ## @@ -67,8 +67,8 @@ lcl$ ssh -i <your-private-key> ubuntu@<VM-DNS-name-or-IP-address> **Goal:** intruct Ansible about the machines (hosts) it shall manage. -Create a "sandbox" directory on your local machine f.i. `~/ansible/`, and -create a file called `hosts.yml` which will serve as the *inventory* file +Create a "sandbox" directory on your local machine `~/ansible/`. Inside +it, create a file called `hosts.yml` which will serve as the *inventory* file (a.k.a. hostfile; it can also be written in `.ini` style), and add the following: -- GitLab