mirror of
https://github.com/KevinMidboe/schleppe-ha-project.git
synced 2026-02-13 02:59:07 +00:00
ansible plays for docker, haproxy & varnish
This commit is contained in:
8
ansible/roles/certbot/tasks/install.yml
Normal file
8
ansible/roles/certbot/tasks/install.yml
Normal file
@@ -0,0 +1,8 @@
|
||||
---
|
||||
- apt:
|
||||
update_cache: true
|
||||
when: ansible_facts.os_family == "Debian"
|
||||
|
||||
- package:
|
||||
name: "{{ certbot_packages }}"
|
||||
state: present
|
||||
Reference in New Issue
Block a user