diff --git a/.gitignore b/.gitignore
index 0602192d7f4de162670c8c9c5f3d6c958702ca5e..2e89c4b81eaaa3b67df49afe0c002b587226261a 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 e5fabd30e7c5951a65213017cbe0d25112a403d9..475aac380b87d15aee57f710be0763f4c1eaed50 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 e38357e2d8cad28b508e177368e5d8012afc70e7..bd8b54759ec23c723f62da065a10b7c34e3dbb45 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 f6635108ed40317af72a2df3203d68991d0adcce..91ef535765a30c1bd5d3b5f0c5e6185c84907226 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