Переглянути джерело

the default common name for the certificate is the inventory hostname

master
Markus Katharina Brechtel 5 роки тому
джерело
коміт
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"


Завантаження…
Відмінити
Зберегти