Kristóf Torma
4e1833bbbf
Some checks reported errors
continuous-integration/drone/push Build was killed
6 lines
131 B
Bash
6 lines
131 B
Bash
#!/bin/bash
|
|
# {{ansible_managed}}
|
|
{% for server in webserver %}
|
|
certbot renew --nginx --cert-name {{ server.domain }}
|
|
{% endfor %}
|