9 lines
125 B
Plaintext
9 lines
125 B
Plaintext
---
|
|
- name: renew nodes ssl certs
|
|
hosts: all
|
|
user: ubuntu
|
|
become: yes
|
|
gather_facts: yes
|
|
roles:
|
|
- cert-manager
|