This website works better with JavaScript.
Home
Help
Sign In
LILiK
/
lilik_playbook
Watch
5
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
minor formatting for yaml in certbot role
python3
Edoardo Putti
7 years ago
parent
83a49ba79c
commit
970ffeb2d8
2 changed files
with
3 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
roles/certbot/defaults/main.yaml
+2
-1
roles/certbot/tasks/main.yaml
+ 1
- 1
roles/certbot/defaults/main.yaml
View File
@ -1,2 +1,2 @@
---
webserver_name
:
nginx
webserver_name
:
nginx
+ 2
- 1
roles/certbot/tasks/main.yaml
View File
@ -1,8 +1,9 @@
---
-
name
:
install certbot
apt:
name
:
"{{ item }}"
state
:
present
update_cache
:
yes
update_cache
:
true
cache_valid_time
:
3600
with_items:
-
certbot
Write
Preview
Loading…
Cancel
Save