Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
tp-ansible
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
REIG Julien
tp-ansible
Commits
2e5d92e6
Commit
2e5d92e6
authored
1 year ago
by
OMOND Antoine
Browse files
Options
Downloads
Patches
Plain Diff
Remplacement user vagrant par root
parent
b25ca421
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
inventories/vagrant.yaml
+4
-4
4 additions, 4 deletions
inventories/vagrant.yaml
with
4 additions
and
4 deletions
inventories/vagrant.yaml
+
4
−
4
View file @
2e5d92e6
...
...
@@ -3,24 +3,24 @@ all:
hosts
:
frontend
:
ansible_host
:
localhost
ansible_user
:
vagran
t
ansible_user
:
roo
t
ansible_port
:
3221
ansible_ssh_private_key_file
:
"
.vagrant/machines/frontend/virtualbox/private_key"
productcatalogservice
:
ansible_host
:
localhost
ansible_user
:
vagran
t
ansible_user
:
roo
t
ansible_port
:
3222
ansible_ssh_private_key_file
:
"
.vagrant/machines/pc/virtualbox/private_key"
recommendationservice
:
ansible_host
:
localhost
ansible_user
:
vagran
t
ansible_user
:
roo
t
ansible_port
:
3223
ansible_ssh_private_key_file
:
"
.vagrant/machines/rc/virtualbox/private_key"
cartservice
:
ansible_host
:
localhost
ansible_user
:
vagran
t
ansible_user
:
roo
t
ansible_port
:
3224
ansible_ssh_private_key_file
:
"
.vagrant/machines/ct/virtualbox/private_key"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment