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

feat: provide SSH-Key for Sanity Test user

parent 89545e54
No related branches found
No related tags found
No related merge requests found
---
- name: install sanitytest SSH key
ansible.posix.authorized_key:
comment: "{{ vault_sanitytest_user.comment }}"
key: "{{ vault_sanitytest_user.sshkey }}"
user: "{{ vault_sanitytest_user.name }}"
......@@ -7,6 +7,7 @@
- "nfs_shares.vault"
- "oracle.vault"
- "rosetta.vault"
- "sanitytest.vault"
tags: [always]
### COMMON TASKS
......@@ -17,6 +18,8 @@
tags: [yum, packages]
- import_tasks: create_users.yml
tags: [users]
- import_tasks: "configure_sanitytest.yml"
tags: [users, sanitytest]
- import_tasks: configure_nfs_mounts.yml
tags: [mount, nfs]
- import_tasks: install_checkmk_plugins.yml
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment