Initial commit
This commit is contained in:
commit
df760d2035
|
@ -0,0 +1 @@
|
|||
vault/
|
|
@ -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
|
|
@ -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"
|
Reference in New Issue