joshbenner.certbot
joshbenner.certbot
Certbot(Let's Encrypt の公式クライアント)をインストールして設定します。
要件
- git
- cron(cronジョブが有効な場合)
変数
すべての変数については defaults/main.yml
を参照してください。
必須変数:
certbot_account_email
certbot_agree_tos
設定例
certbot_account_email: [email protected]
certbot_version: v0.25.1
certbot_agree_tos: true
certbot_certs:
- name: main-site
domains:
- example.com
- www.example.com
method: standalone
- name: other-site
domains:
- other.example.com
method: dns-route53
env:
AWS_ACCESS_KEY_ID: "{{ my_aws_access_key_id }}"
AWS_SECRET_ACCESS_KEY: "{{ my_aws_secret_key }}"
ライセンス
BSD
インストール
ansible-galaxy install joshbenner.certbot
ライセンス
bsd-3-clause
ダウンロード
1.1k
所有者