From a71a4b10abbbfb0fadedbd348332c3ce53daa3b7 Mon Sep 17 00:00:00 2001
From: Nicolas KAROLAK <nicolas@karolak.fr>
Date: Thu, 26 Mar 2020 15:43:43 +0000
Subject: [PATCH] misc fixes

---
 .gitignore                                            | 2 +-
 inventories/local-worker/host_vars/localhost.dist.yml | 2 --
 inventories/local-worker/hosts                        | 4 ----
 logs/.gitkeep                                         | 0
 4 files changed, 1 insertion(+), 7 deletions(-)
 create mode 100644 logs/.gitkeep

diff --git a/.gitignore b/.gitignore
index 413bcdf5..37e7a4c4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -36,7 +36,7 @@ packer/custom/*
 
 # envsetup
 conf*.sh
-auto-generated-conf.sh
+auto-generated-conf.sh*
 log*.txt
 tests/ms-testing-suite
 *.log
diff --git a/inventories/local-worker/host_vars/localhost.dist.yml b/inventories/local-worker/host_vars/localhost.dist.yml
index ed267074..d3e5920e 100644
--- a/inventories/local-worker/host_vars/localhost.dist.yml
+++ b/inventories/local-worker/host_vars/localhost.dist.yml
@@ -3,6 +3,4 @@
 skyreach_system_key:
 skyreach_activation_key:
 
-toto:
-
 ...
diff --git a/inventories/local-worker/hosts b/inventories/local-worker/hosts
index 1de03526..f3870ec4 100644
--- a/inventories/local-worker/hosts
+++ b/inventories/local-worker/hosts
@@ -2,7 +2,3 @@ localhost ansible_connection=local
 
 [worker]
 localhost
-
-; empty group required for ferm role
-[server]
-[celerity]
diff --git a/logs/.gitkeep b/logs/.gitkeep
new file mode 100644
index 00000000..e69de29b
-- 
GitLab