libravatar: drop certbot role, do the config manually

This commit is contained in:
clime 2019-02-04 22:07:08 +01:00
parent b8c16fece3
commit bce20fb57f

View file

@ -20,17 +20,13 @@
- "policycoreutils-python" - "policycoreutils-python"
- "postfix" - "postfix"
- "mod_ssl" - "mod_ssl"
- "letsencrypt"
- lineinfile: - lineinfile:
path: /etc/postfix/main.cf path: /etc/postfix/main.cf
state: absent state: absent
regexp: '^relayhost = bastion.phx2.fedoraproject.org' regexp: '^relayhost = bastion.phx2.fedoraproject.org'
- name: letsencrypt cert
include_role: name=certbot
tags:
- config
- git: - git:
repo: https://git.linux-kernel.at/oliver/ivatar.git repo: https://git.linux-kernel.at/oliver/ivatar.git
dest: /srv/libravatar dest: /srv/libravatar