git://git.halfball.org
/
ansiblebook.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d8a99de
)
s/ssl/tls
author
Lorin Hochstein
<lhochstein@netflix.com>
Wed, 16 Nov 2016 04:58:13 +0000
(20:58 -0800)
committer
Lorin Hochstein
<lhochstein@netflix.com>
Wed, 16 Nov 2016 04:58:13 +0000
(20:58 -0800)
ch06/playbooks/mezzanine.yml
patch
|
blob
|
history
diff --git
a/ch06/playbooks/mezzanine.yml
b/ch06/playbooks/mezzanine.yml
index
8bb9299
..
af5fc71
100644
(file)
--- a/
ch06/playbooks/mezzanine.yml
+++ b/
ch06/playbooks/mezzanine.yml
@@
-123,7
+123,7
@@
file: path={{ conf_path }} state=directory
become: True
when: tls_enabled
- - name: create
ssl
certificates
+ - name: create
tls
certificates
command: >
openssl req -new -x509 -nodes -out {{ proj_name }}.crt
-keyout {{ proj_name }}.key -subj '/CN={{ domains[0] }}' -days 3650