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 @@ ...@@ -7,28 +7,13 @@
- packages - packages
- tls - tls
- name: ensure RWTH CA chains are installed - name: ensure the sha2 rwth chain is available
copy: copy:
src: "{{item}}.pem" src: rwth_chain_sha2.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
dest: /etc/ssl/certs/rwth_chain.pem dest: /etc/ssl/certs/rwth_chain.pem
state: link
owner: root owner: root
group: root group: root
force: yes mode: 0644
tags: tags:
- tls - tls
- rwth - rwth
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment