bytepark.dehydrated
ansible-dehydrated
このAnsibleロールは、UbuntuでLet's Encryptを使用したSSL証明書管理のためにdehydrated(https://github.com/lukas2511/dehydrated)をインストールします。 現在、http-01チャレンジタイプをサポートしています。
WELLKNOWNディレクトリ内でLet's EncryptのACMEリクエストを処理するように設定されたWebサーバー(例えば、NGINX)が必要です。
要件
Bashとdehydratedの要件(openssl、cURL、sed、grep、awk、mktemp)以外には特に必要ありません。
ロール変数
dehydrated_domains: []
# - example.com、www.example.com
# - example.net、www.example.net
# - example.org
dehydrated_gitclone: /opt/dehydrated
dehydrated_challenge_type: http-01
dehydrated_basedir: /etc/ssl
dehydrated_contact_email: [email protected]
依存関係
依存関係はありません。
例プレイブック
- hosts: servers
roles:
- { role: bytepark.dehydrated }
ライセンス
MIT
著者情報
bytepark / 2018年。
インストール
ansible-galaxy install bytepark.dehydrated
ライセンス
mit
ダウンロード
1.2k
所有者