diff --git a/01pingServers.yml b/01pingServers.yml index 7bb9280..dc52c8a 100644 --- a/01pingServers.yml +++ b/01pingServers.yml @@ -1,6 +1,6 @@ --- - hosts: all - gather_facts: no + gather_facts: yes remote_user: ansible tasks: - name: Test connection diff --git a/03installHTTPServer.yml b/03installHTTPServer.yml index 685bad0..ec7f8d5 100644 --- a/03installHTTPServer.yml +++ b/03installHTTPServer.yml @@ -1,4 +1,4 @@ -#This playbbok will install HTTP server and will not start the server. +#This playbook will install HTTP server and will not start the server. --- - hosts: all