source: main/waeup-ansible/roles/letsencrypt/handlers/main.yml @ 14706

Last change on this file since 14706 was 14706, checked in by uli, 7 years ago

Add ansible role for installing letsencrypt (LE)

The letsencrypt.yml playbook is there to trigger the
letsencrypt role. It sets some important vars.

Putting all this into an own role might be overkill,
but it is good to have at least something
letsencrypt-related in the repo.

All this might be better placed in a single playbook.

File size: 119 bytes
Line 
1---
2# handlers for letsencrypt install
3- name: "update package cache"
4  apt:
5    upgrade: "safe"
6    update_cache: yes
Note: See TracBrowser for help on using the repository browser.