fix error
This commit is contained in:
@@ -15,11 +15,11 @@
|
|||||||
openssl_csr:
|
openssl_csr:
|
||||||
path: "{{gitlab_dir[4]}}/gitlab.csr"
|
path: "{{gitlab_dir[4]}}/gitlab.csr"
|
||||||
privatekey_path: "{{gitlab_dir[4]}}/gitlab.key"
|
privatekey_path: "{{gitlab_dir[4]}}/gitlab.key"
|
||||||
common_name: gitlab.man-dan-03
|
#common_name: "{{ansible_hostname}"
|
||||||
|
common_name: man-dan-03
|
||||||
subject_alt_name: "{{ item.value | map('regex_replace', '^', 'DNS:') | list }}"
|
subject_alt_name: "{{ item.value | map('regex_replace', '^', 'DNS:') | list }}"
|
||||||
with_dict:
|
with_dict:
|
||||||
dns_server:
|
dns_server:
|
||||||
#- j337114.servers.jiffybox.net
|
|
||||||
#- "{{ansible_hostname}}"
|
#- "{{ansible_hostname}}"
|
||||||
- "man-dan-03"
|
- "man-dan-03"
|
||||||
|
|
||||||
|
|||||||
@@ -1,8 +1 @@
|
|||||||
---
|
---
|
||||||
# defaults file for roles/prereq-portainer
|
|
||||||
# portainer direcotorys
|
|
||||||
|
|
||||||
#portainer_dir:
|
|
||||||
# - "/home/{{ansible_user}}/.portainer"
|
|
||||||
# - "/home/{{ansible_user}}/.portainer/cert"
|
|
||||||
# - "/home/{{ansible_user}}/.portainer/data"
|
|
||||||
@@ -1,2 +1 @@
|
|||||||
---
|
---
|
||||||
# handlers file for roles/prereq-portainer
|
|
||||||
|
|||||||
Reference in New Issue
Block a user