add certbot
This commit is contained in:
parent
b9517487fd
commit
3eb36e6c0b
30 changed files with 659 additions and 22 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue