Skip to content

Commit

Permalink
Tidying some redundant settings
Browse files Browse the repository at this point in the history
  • Loading branch information
ml-evs committed Jul 9, 2024
1 parent 4ff898a commit 4222998
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion ansible/playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
- role: datalab
tags: [deploy]
- role: nginx
tags: [setup]
tags: [setup,maintenance]

tasks:
- name: Keep all packages up-to-date
Expand Down
3 changes: 0 additions & 3 deletions ansible/roles/nginx/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,6 @@
volumes:
- certbot-conf:/etc/letsencrypt
- certbot-www:/var/www/certbot
ports:
- 80:80
- 443:443
restart_policy: always

- name: Launch certbot container that renews every 24h
Expand Down

0 comments on commit 4222998

Please sign in to comment.