Skip to content
Snippets Groups Projects
Commit 1a852318 authored by Jens Steidl's avatar Jens Steidl :baby_chick:
Browse files

fix: enabled all required roles for a complete installation

parent 9f75c563
No related branches found
No related tags found
No related merge requests found
[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_ingest.pass, ../slub_osquery.pass vault_identity_list = ../lza_install_common.pass, ../slub_osquery.pass, ../lza_server_hardening.pass, ../lza_ingest.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
......
...@@ -47,6 +47,6 @@ ...@@ -47,6 +47,6 @@
no_log: false no_log: false
roles: roles:
# - { role: ansible_lza_install_common, become: true } - { role: ansible_lza_install_common, become: true }
# - { role: ansible_lza_server_hardening, become: true } - { role: ansible_lza_server_hardening, become: true }
- {role: ansible_lza_ingest, become: true} - {role: ansible_lza_ingest, become: true}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment