Initial commit

This commit is contained in:
Alex 2020-05-24 14:38:44 +02:00
commit df760d2035
Signed by: caskd
GPG Key ID: F92BA85F61F4C173
3 changed files with 20 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
vault/

15
tasks/main.yml Normal file
View File

@ -0,0 +1,15 @@
- name: Include sensitive info
include_vars:
dir: '{{ role_path }}/vault'
tags:
- vault
- hitch
- name: Copy Hitch configuration
template:
follow: yes
src: 'hitch.conf.j2'
dest: /etc/hitch/hitch.conf
notify: Run service actions
tags:
- hitch
- configs

4
templates/hitch.conf.j2 Normal file
View File

@ -0,0 +1,4 @@
#alpn-protos = "h2,http/1.1"
tls-protos = TLSv1.1 TLSv1.2
ciphers = "EECDH+AESGCM:EDH+AESGCM:AES256+EECDH:AES256+EDH"
pem-file = "/etc/ssl/private/cert.pem"