소스 검색

default alt hostname

master
부모
커밋
78566da7a3
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. +4
    -0
      defaults/main.yml

+ 4
- 0
defaults/main.yml 파일 보기

@@ -2,6 +2,10 @@ certificate_directory: /etc/ssl

certificate_common_name: "{{ inventory_hostname }}"

certificate_alt_names:
- "DNS:{{ 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"


불러오는 중...
취소
저장