mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-04 14:03:32 +08:00
libravatar: drop certbot role, do the config manually
This commit is contained in:
@@ -20,17 +20,13 @@
|
||||
- "policycoreutils-python"
|
||||
- "postfix"
|
||||
- "mod_ssl"
|
||||
- "letsencrypt"
|
||||
|
||||
- lineinfile:
|
||||
path: /etc/postfix/main.cf
|
||||
state: absent
|
||||
regexp: '^relayhost = bastion.phx2.fedoraproject.org'
|
||||
|
||||
- name: letsencrypt cert
|
||||
include_role: name=certbot
|
||||
tags:
|
||||
- config
|
||||
|
||||
- git:
|
||||
repo: https://git.linux-kernel.at/oliver/ivatar.git
|
||||
dest: /srv/libravatar
|
||||
|
||||
Reference in New Issue
Block a user