From 44c903add793c64130a9286a92ebad77b2d50245 Mon Sep 17 00:00:00 2001 From: Crest Date: Mon, 14 Sep 2020 03:53:47 +0200 Subject: [PATCH] Use a directory as ansible inventory --- hosts/emma | 2 ++ hosts/freebsd | 2 ++ hosts/localhost | 1 + 3 files changed, 5 insertions(+) create mode 100644 hosts/emma create mode 100644 hosts/freebsd create mode 100644 hosts/localhost diff --git a/hosts/emma b/hosts/emma new file mode 100644 index 0000000..43ca667 --- /dev/null +++ b/hosts/emma @@ -0,0 +1,2 @@ +[emma] +emma.ccchb.de diff --git a/hosts/freebsd b/hosts/freebsd new file mode 100644 index 0000000..fa18e3f --- /dev/null +++ b/hosts/freebsd @@ -0,0 +1,2 @@ +[freebsd:children] +emma diff --git a/hosts/localhost b/hosts/localhost new file mode 100644 index 0000000..2302eda --- /dev/null +++ b/hosts/localhost @@ -0,0 +1 @@ +localhost ansible_connection=local