From 70b6029be199244f63d8b968e6326187abc2ec18 Mon Sep 17 00:00:00 2001 From: Crest Date: Thu, 17 Sep 2020 00:55:27 +0200 Subject: [PATCH] Work around ansible braindamage --- hosts/{emma => 00_emma} | 0 hosts/{localhost => 00_localhost} | 0 hosts/10_nextcloud | 2 ++ hosts/50_debian | 2 ++ hosts/{freebsd => 50_freebsd} | 0 5 files changed, 4 insertions(+) rename hosts/{emma => 00_emma} (100%) rename hosts/{localhost => 00_localhost} (100%) create mode 100644 hosts/10_nextcloud create mode 100644 hosts/50_debian rename hosts/{freebsd => 50_freebsd} (100%) diff --git a/hosts/emma b/hosts/00_emma similarity index 100% rename from hosts/emma rename to hosts/00_emma diff --git a/hosts/localhost b/hosts/00_localhost similarity index 100% rename from hosts/localhost rename to hosts/00_localhost diff --git a/hosts/10_nextcloud b/hosts/10_nextcloud new file mode 100644 index 0000000..5d1e141 --- /dev/null +++ b/hosts/10_nextcloud @@ -0,0 +1,2 @@ +[nextcloud] +cloud.emma.ccchb.de diff --git a/hosts/50_debian b/hosts/50_debian new file mode 100644 index 0000000..c14d951 --- /dev/null +++ b/hosts/50_debian @@ -0,0 +1,2 @@ +[debian:children] +nextcloud diff --git a/hosts/freebsd b/hosts/50_freebsd similarity index 100% rename from hosts/freebsd rename to hosts/50_freebsd