From ea6d1f0c2942438118016789f93ad7086cdff4e7 Mon Sep 17 00:00:00 2001 From: Ilgar_Naghiyev Date: Tue, 25 Feb 2020 15:18:41 +0100 Subject: [PATCH] fixed column --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fe8352d..d5bcd38 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ This series of lessons lays the foundation for the remainder of the course conte - There are a number of variables that may be used within the inventory to control how ansible connects to and interacts with target hosts -Commands to call ansible with `ping` module: +- Commands to call ansible with `ping` module: - ```ansible innaghiyev1c.mylabserver.com -m ping -k``` - call ping module on `innaghiyev1c.mylabserver.com` host. Where `-m ping` is ping module and `-k` is key for asking password - ```ansible all -m ping -k``` - call all defined hosts in your inventory list `/etc/ansible/hosts/`