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

split ansible hosts files

Former-commit-id: 05a19955744534c25396055729338eb672f7c6bc
parent c2403abf
No related branches found
No related tags found
No related merge requests found
......@@ -32,4 +32,4 @@ deploy-webserver:
- pip3 install ansible
- cd ansible
- whoami
- ansible-playbook -vvv -i ./hosts deploy.yaml --extra-vars "deploy_user_name=ippidb repo_api_token=JZS-4cH7bWkFkHa2rAVf"
\ No newline at end of file
- ansible-playbook -vvv -i ./hosts_deploy deploy.yaml --extra-vars "deploy_user_name=ippidb repo_api_token=JZS-4cH7bWkFkHa2rAVf"
......@@ -8,6 +8,6 @@ This repository contains the playbooks to manage an ippidb instance with ansible
## 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
ansible-playbook -v -i ./hosts_system system.yaml --ask-become-pass --extra-vars "deploy_user_name=ippidb repo_api_token=JZS-4cH7bWkFkHa2rAVf"
ansible-playbook -v -i ./hosts_deploy deploy.yaml --ask-become-pass --extra-vars "deploy_user_name=ippidb repo_api_token=JZS-4cH7bWkFkHa2rAVf"
```
File moved
ippidb.pasteur.fr
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