Skip to content

Commit

Permalink
Modification installation
Browse files Browse the repository at this point in the history
  • Loading branch information
Robin Portigliatti committed Feb 2, 2024
1 parent f85d359 commit c5dce8f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions fr/pgbackrest_dans_tous_ses_etats/ansible/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Pour lancer l'installation avec ansible :

```
ansible-playbook -i inventory install.yml --extra-vars="ansible_ssh_pass=<fixme>"
```

On trouve les mots de passe ici: https://gitlab.dalibo.info/formation/infra/dba1/-/jobs/422335/artifacts/download?file_type=archive
2 changes: 1 addition & 1 deletion fr/pgbackrest_dans_tous_ses_etats/ansible/install.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# provisionning/all.yml
- name: "Install"
hosts: "postgres"
gather_facts: false
gather_facts: true
tasks:
- name: "Copy file with owner and permissions"
ansible.builtin.copy:
Expand Down

0 comments on commit c5dce8f

Please sign in to comment.