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

Update .gitlab-ci.yml file

parent 6049a88c
No related branches found
No related tags found
No related merge requests found
Pipeline #1875 failed
......@@ -43,6 +43,10 @@ unit-test-job: # This job runs in the test stage.
- apt-get -y install python3 git
- source ansible/bin/activate
- ansible-galaxy install -r requirements.yml
- ansible-playbook site.yml -b -l localhost
- echo $vault_lza_install_common > ${CI_BUILDS_DIR}lza_install_common.pass
- echo $vault_lza_server_hardening > ${CI_BUILDS_DIR}/lza_server_hardening.pass
- echo $vault_slub_osquery > ${CI_BUILDS_DIR}/slub_osquery.pass
- echo $vault_lza_sanitytest > ${CI_BUILDS_DIR}/lza_sanitytest.pass
- ansible-playbook site.yml -b -l localhost --vault-password-file ${CI_BUILDS_DIR}lza_install_common.pass ${CI_BUILDS_DIR}/lza_server_hardening.pass ${CI_BUILDS_DIR}/slub_osquery.pass ${CI_BUILDS_DIR}/lza_sanitytest.pass
variables:
ANSIBLE_ROLES_PATH: "/builds/digital-preservation/"
ANSIBLE_ROLES_PATH: "${CI_BUILDS_DIR}/${CI_PROJECT_PATH}/"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment