Skip to content
Snippets Groups Projects
Commit 41af071f authored by Hervé  MENAGER's avatar Hervé MENAGER
Browse files

Update README.md

Former-commit-id: ab95b4e71f6e0e55645339ff509afb41b7bc1f17
parent c1db3f6c
No related branches found
No related tags found
No related merge requests found
......@@ -3,4 +3,11 @@
This repository contains the playbooks to manage an ippidb instance with ansible
- `system.yaml`: install system requirements
- `deploy.yaml`: download/update iPPI-DB and perform required procedures to migrate and restart
\ No newline at end of file
- `deploy.yaml`: download/update iPPI-DB and perform required procedures to migrate and restart
## how to use these ?
```
ansible-playbook -v -i ./hosts system.yaml --ask-become-pass --extra-vars "deploy_user_name=ippidb repo_api_token=JZS-4cH7bWkFkHa2rAVf"
ansible-playbook -v -i ./hosts deploy.yaml --ask-become-pass --extra-vars "deploy_user_name=ippidb repo_api_token=JZS-4cH7bWkFkHa2rAVf"
```
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment