ソースを参照

the default common name for the certificate is the inventory hostname

master
コミット
c2e3f22fc4
1個のファイルの変更2行の追加0行の削除
  1. +2
    -0
      defaults/main.yml

+ 2
- 0
defaults/main.yml ファイルの表示

@@ -1,5 +1,7 @@
certificate_directory: /etc/ssl

certificate_common_name: "{{ inventory_hostname }}"

certificate_name: "{{ certificate_common_name | regex_replace(' ', '_') }}"
certificate_file: "{{ certificate_directory }}/certs/{{ certificate_name }}.cert.pem"
certificate_chain_file: "{{ certificate_directory }}/certs/{{ certificate_name }}.chain.pem"


読み込み中…
キャンセル
保存