libravatar: drop certbot role, do the config manually
This commit is contained in:
parent
b8c16fece3
commit
bce20fb57f
1 changed files with 1 additions and 5 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue