feat: Manage EasyRSA CA and certificates
Signed-off-by: Julien Riou <julien@riou.xyz>
This commit is contained in:
parent
f3930ea7d4
commit
19a7af377e
6 changed files with 100 additions and 8 deletions
10
renew.yml
Normal file
10
renew.yml
Normal file
|
@ -0,0 +1,10 @@
|
|||
---
|
||||
- name: Renew client RSA certificates
|
||||
hosts: pilote
|
||||
gather_facts: false
|
||||
tasks:
|
||||
- name: Delete client certificates
|
||||
ansible.builtin.include_tasks: tasks/easyrsa-certs-delete.yml
|
||||
|
||||
- name: Configure EasyRSA
|
||||
ansible.builtin.include_tasks: tasks/easyrsa.yml
|
Loading…
Add table
Add a link
Reference in a new issue