initial commit
This commit is contained in:
commit
ff1cfedadf
6 changed files with 186 additions and 0 deletions
7
tasks/letsencrypt_setup.yml
Normal file
7
tasks/letsencrypt_setup.yml
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
- name: generate letsencrypt account key
|
||||
openssl_privatekey:
|
||||
path: /etc/ssl/letsencrypt_account.key
|
||||
size: 4096
|
||||
owner: root
|
||||
group: root
|
||||
mode: 0600
|
||||
Loading…
Add table
Add a link
Reference in a new issue