Skip to content
Snippets Groups Projects
Commit 7e56cd3d authored by Jörg Sachse's avatar Jörg Sachse
Browse files

chore: cleanup

parent 4c993e69
No related branches found
No related tags found
No related merge requests found
...@@ -72,17 +72,3 @@ tags ...@@ -72,17 +72,3 @@ tags
.vagrant/ .vagrant/
*.box *.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
[defaults] [defaults]
# If set, configures the path to the Vault password file as an alternative to # If set, configures the path to the Vault password file as an alternative to
# specifying --vault-password-file on the command line. # 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 # Path to default inventory file
# Administrators can override this by using the "-i <inventoryfile>" CLI # Administrators can override this by using the "-i <inventoryfile>" CLI
......
...@@ -25,6 +25,3 @@ ...@@ -25,6 +25,3 @@
roles: roles:
- { role: ansible_lza_bootstrap_rhel_server } - { 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 }
...@@ -19,8 +19,8 @@ ...@@ -19,8 +19,8 @@
create: true create: true
block: | block: |
alias ip='ip --color' alias ip='ip --color'
alias ll='ls -l' alias ll='ls --color -A'
alias la='ls -lah' alias la='ls --color -lah'
alias grep='grep --color' alias grep='grep --color'
- name: create user .ssh directory skel - name: create user .ssh directory skel
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment