Skip to content
Snippets Groups Projects
Commit 8e933701 authored by Robin Sonnabend's avatar Robin Sonnabend
Browse files

Merge branch 'master' of git.fsmpi.rwth-aachen.de:infra/ansible

parents 3c44e347 7049d6d9
No related branches found
No related tags found
No related merge requests found
File deleted
......@@ -7,28 +7,13 @@
- packages
- tls
- name: ensure RWTH CA chains are installed
- name: ensure the sha2 rwth chain is available
copy:
src: "{{item}}.pem"
dest: "/etc/ssl/certs/{{item}}.pem"
owner: root
group: root
mode: 0644
with_items:
- rwth_chain_sha1
- rwth_chain_sha2
tags:
- tls
- rwth
- name: ensure we symlink the default RWTH CA chain
file:
src: /etc/ssl/certs/rwth_chain_sha1.pem
src: rwth_chain_sha2.pem
dest: /etc/ssl/certs/rwth_chain.pem
state: link
owner: root
group: root
force: yes
mode: 0644
tags:
- tls
- rwth
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment