From 7e56cd3ddb751941bde36a96c7828f44189e9b10 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=B6rg=20Sachse?= <Joerg.Sachse@slub-dresden.de>
Date: Mon, 21 Dec 2020 11:13:33 +0100
Subject: [PATCH] chore: cleanup

---
 .gitignore               | 14 --------------
 ansible.cfg              |  2 +-
 site.yml                 |  3 ---
 tasks/configure_skel.yml |  4 ++--
 4 files changed, 3 insertions(+), 20 deletions(-)

diff --git a/.gitignore b/.gitignore
index 0602192..2e89c4b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -72,17 +72,3 @@ tags
 
 .vagrant/
 *.box
-
-# Build #
-#########
-
-build/
-iso/
-
-# temporary files #
-###################
-
-# A fresh version of this file has to be provided by the administrator each
-# time new systems should be installed. Hence, it's not suitable for version
-# control.
-vars/network.yml
diff --git a/ansible.cfg b/ansible.cfg
index e5fabd3..475aac3 100644
--- a/ansible.cfg
+++ b/ansible.cfg
@@ -1,7 +1,7 @@
 [defaults]
 # If set, configures the path to the Vault password file as an alternative to
 # specifying --vault-password-file on the command line.
-vault_identity_list = ../lza_install_common.pass, ../lza_server_hardening.pass, ../slub_osquery.pass, ../lza_bootstrap_rhel_server.pass
+vault_identity_list = ../lza_bootstrap_rhel_server.pass
 
 # Path to default inventory file
 # Administrators can override this by using the "-i <inventoryfile>" CLI
diff --git a/site.yml b/site.yml
index e38357e..bd8b547 100644
--- a/site.yml
+++ b/site.yml
@@ -25,6 +25,3 @@
 
   roles:
     - { role: ansible_lza_bootstrap_rhel_server }
-    # - { role: ansible_lza_install_common, become: true }
-    # - { role: ansible_lza_server_hardening, become: true }
-    # - { role: ansible_lza_rosetta_app, become: true }
diff --git a/tasks/configure_skel.yml b/tasks/configure_skel.yml
index f663510..91ef535 100644
--- a/tasks/configure_skel.yml
+++ b/tasks/configure_skel.yml
@@ -19,8 +19,8 @@
     create: true
     block: |
       alias ip='ip --color'
-      alias ll='ls -l'
-      alias la='ls -lah'
+      alias ll='ls --color -A'
+      alias la='ls --color -lah'
       alias grep='grep --color'
 
 - name: create user .ssh directory skel
-- 
GitLab