fix role
This commit is contained in:
parent
615a9f85f0
commit
c331418ba0
2 changed files with 11 additions and 11 deletions
|
@ -26,7 +26,7 @@
|
|||
shell: 'mv {{ssl_dir}}/{{inventory_hostname_short}}-key.pem {{key_file}}'
|
||||
|
||||
- name: move cert file to {{cert_file}}
|
||||
hell: 'mv {{ssl_dir}}/{{inventory_hostname_short}}.pem {{cert_file}}'
|
||||
shell: 'mv {{ssl_dir}}/{{inventory_hostname_short}}.pem {{cert_file}}'
|
||||
|
||||
- name: recuperate ca certificate
|
||||
shell: '{{cfssl_bin_directory}}/cfssl info -remote "{{cfssl_serve_url}}" | cfssljson -bare -stdout > /usr/local/share/ca-certificates/{{ca_filename}}'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue