Skip to content
Snippets Groups Projects
Commit 2e5d92e6 authored by OMOND Antoine's avatar OMOND Antoine
Browse files

Remplacement user vagrant par root

parent b25ca421
No related branches found
No related tags found
No related merge requests found
......@@ -3,24 +3,24 @@ all:
hosts:
frontend:
ansible_host: localhost
ansible_user: vagrant
ansible_user: root
ansible_port: 3221
ansible_ssh_private_key_file: ".vagrant/machines/frontend/virtualbox/private_key"
productcatalogservice:
ansible_host: localhost
ansible_user: vagrant
ansible_user: root
ansible_port: 3222
ansible_ssh_private_key_file: ".vagrant/machines/pc/virtualbox/private_key"
recommendationservice:
ansible_host: localhost
ansible_user: vagrant
ansible_user: root
ansible_port: 3223
ansible_ssh_private_key_file: ".vagrant/machines/rc/virtualbox/private_key"
cartservice:
ansible_host: localhost
ansible_user: vagrant
ansible_user: root
ansible_port: 3224
ansible_ssh_private_key_file: ".vagrant/machines/ct/virtualbox/private_key"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment