From 8bf95f207a8258d597b4e3d984f6f81ae0869ad1 Mon Sep 17 00:00:00 2001 From: Alexander Grothe Date: Sun, 12 Nov 2017 21:17:44 +0100 Subject: [PATCH] change group name for inventory file --- Manual.org | 2 +- localhost_inventory | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Manual.org b/Manual.org index 9fed146..6ef747e 100644 --- a/Manual.org +++ b/Manual.org @@ -221,7 +221,7 @@ For a headless server installation ~yavdr07-headless.yml~ is a good choice This playbook can either be used to run the installation on the localhost or any other PC in the network that can be accessed via ssh. Simply add the host names or IP addresses to the hosts file in the respective section: #+BEGIN_SRC conf :tangle localhost_inventory :mkdirp yes :padline no -[localhost] +[local] localhost connection=local #+END_SRC diff --git a/localhost_inventory b/localhost_inventory index a51c139..01941d8 100644 --- a/localhost_inventory +++ b/localhost_inventory @@ -1,2 +1,2 @@ -[localhost] +[local] localhost connection=local