add jobs/init_ssl_certs
This commit is contained in:
parent
b3c0312ad6
commit
22b0cb751a
18
playbook/jobs/init_ssl_certs
Normal file
18
playbook/jobs/init_ssl_certs
Normal file
@ -0,0 +1,18 @@
|
||||
- name: setup nginx-oss
|
||||
hosts: all
|
||||
user: root
|
||||
become: yes
|
||||
gather_facts: yes
|
||||
tasks:
|
||||
- include_role:
|
||||
name: nginx-oss
|
||||
vars:
|
||||
group: master
|
||||
namespace: nginx
|
||||
domain: onwalk.net
|
||||
auto_issuance: true
|
||||
update_secret: true
|
||||
tls:
|
||||
- secret_name: nginx-tls
|
||||
keyfile: /etc/ssl/onwalk.net.key
|
||||
certfile: /etc/ssl/onwalk.net.pem
|
||||
Loading…
Reference in New Issue
Block a user