add certbot

This commit is contained in:
J. Doe 2019-11-13 21:48:50 +01:00
parent b9517487fd
commit 3eb36e6c0b
30 changed files with 659 additions and 22 deletions

View file

@ -14,7 +14,7 @@
port: "{{ item.port | default(omit) }}"
state: "{{ item.state | default('present') }}"
with_items: "{{ postgresql_users }}"
no_log: true
# no_log: true
become: true
become_user: "{{ postgresql_user }}"
# See: https://github.com/ansible/ansible/issues/16048#issuecomment-229012509