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:
48a7d88
)
s/sudo/become
author
Lorin Hochstein
<lhochstein@netflix.com>
Sat, 24 Sep 2016 04:32:04 +0000
(21:32 -0700)
committer
Lorin Hochstein
<lhochstein@netflix.com>
Sat, 24 Sep 2016 05:25:01 +0000
(22:25 -0700)
ch02/playbooks/web-tls.yml
patch
|
blob
|
history
diff --git
a/ch02/playbooks/web-tls.yml
b/ch02/playbooks/web-tls.yml
index
fdb7cba
..
12d1793
100644
(file)
--- a/
ch02/playbooks/web-tls.yml
+++ b/
ch02/playbooks/web-tls.yml
@@
-1,7
+1,7
@@
---
- name: Configure webserver with nginx and tls
hosts: webservers
-
sudo
: True
+
become
: True
vars:
key_file: /etc/nginx/ssl/nginx.key
cert_file: /etc/nginx/ssl/nginx.crt