Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Vagrant - Puppet CFSSL
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
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
Adullact
PKI
Vagrant - Puppet CFSSL
Commits
1b537b1d
Commit
1b537b1d
authored
2 years ago
by
Fabrice Gangler
Browse files
Options
Downloads
Patches
Plain Diff
feat: allowed host to communicate with database port
parent
f9365372
No related branches found
No related tags found
Loading
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Vagrantfile
+1
-1
1 addition, 1 deletion
Vagrantfile
with
1 addition
and
1 deletion
Vagrantfile
+
1
−
1
View file @
1b537b1d
...
@@ -20,7 +20,7 @@ Vagrant.configure("2") do |config|
...
@@ -20,7 +20,7 @@ Vagrant.configure("2") do |config|
config
.
vm
.
box
=
"ubuntu/jammy64"
# Ubuntu 22.04
config
.
vm
.
box
=
"ubuntu/jammy64"
# Ubuntu 22.04
config
.
vm
.
hostname
=
"pki.example.org"
config
.
vm
.
hostname
=
"pki.example.org"
config
.
vm
.
network
"forwarded_port"
,
id:
'CfsslApi'
,
guest:
8888
,
host:
host_cfssl_port
,
auto_correct:
true
,
host_ip:
host_cfssl_ip
config
.
vm
.
network
"forwarded_port"
,
id:
'CfsslApi'
,
guest:
8888
,
host:
host_cfssl_port
,
auto_correct:
true
,
host_ip:
host_cfssl_ip
#
config.vm.network "forwarded_port", id: 'PostgreSQL', guest: 5432, host: 5432, auto_correct: true, host_ip:
"127.0.0.1"
config
.
vm
.
network
"forwarded_port"
,
id:
'PostgreSQL'
,
guest:
5432
,
host:
5432
,
auto_correct:
true
,
host_ip:
host_cfssl_ip
config
.
vm
.
provider
"virtualbox"
do
|
vb
|
config
.
vm
.
provider
"virtualbox"
do
|
vb
|
vb
.
name
=
"DEMO_CFSSL"
vb
.
name
=
"DEMO_CFSSL"
# vb.memory = "4096"
# vb.memory = "4096"
...
...
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