文件名称:ansible-role-letsencrypt:在debinaubuntu上独立或与apach2或nginx结合安装letsencrypt
文件大小:9KB
文件格式:ZIP
更新时间:2024-06-13 17:33:25
HTML
letencrypt 该角色安装letsencrypt 角色变量 letsencrypt_authenticator: standalone/webroot letsencrypt_webroot_path: /var/www/letsencrypt # optional, only set, if authenticator webroot is chosen letsencrypt_prehook: "service nginx stop" letsencrypt_posthook: "service nginx start" letsencrypt_inis: - name: example.com email: info@example.com domains: - example.com - test.example.com - demo.example.
【文件预览】:
ansible-role-letsencrypt-master
----.travis.yml(548B)
----tasks()
--------webroot.yml(299B)
--------main.yml(2KB)
--------apache.yml(765B)
--------nginx.yml(964B)
--------standalone.yml(302B)
----defaults()
--------main.yml(95B)
----templates()
--------nginx.letsencrypt.conf.j2(1KB)
--------nginx.ssl.conf.j2(403B)
--------domain.j2(344B)
--------apache.letsencrypt.conf.j2(62B)
----tests()
--------inventory(9B)
--------test.yml(103B)
----LICENSE(1KB)
----.gitignore(28B)
----README.md(918B)
----meta()
--------main.yml(340B)