Typo
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
parent
1b249c0a04
commit
b2efbbfeae
1 changed files with 1 additions and 3 deletions
|
@ -8,15 +8,13 @@
|
||||||
- /srv/web/infra/ansible/vars/global.yml
|
- /srv/web/infra/ansible/vars/global.yml
|
||||||
- "/srv/private/ansible/vars.yml"
|
- "/srv/private/ansible/vars.yml"
|
||||||
- /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml
|
- /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml
|
||||||
handlers:
|
|
||||||
- import_tasks: "{{ handlers_path }}/restart_services.yml"
|
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
|
|
||||||
- name: add the pgpass file
|
- name: add the pgpass file
|
||||||
copy:
|
copy:
|
||||||
content: |
|
content: |
|
||||||
db01{{ env_suffix }}.iad2.fedoraproject.org:*:maubot:maubot::{{ {{ (env == 'production')|ternary(maubot_prod_db_password, maubot_stg_db_password) }} }}
|
db01{{ env_suffix }}.iad2.fedoraproject.org:*:maubot:maubot::{{ (env == 'production')|ternary(maubot_prod_db_password, maubot_stg_db_password) }}
|
||||||
dest: /root/.pgpass
|
dest: /root/.pgpass
|
||||||
owner: root
|
owner: root
|
||||||
group: root
|
group: root
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue