Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Maze
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
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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Rafael László
Maze
Commits
3029a130
Verified
Commit
3029a130
authored
3 years ago
by
Rafael László
Browse files
Options
Downloads
Patches
Plain Diff
Update ssh key, fix updated variables
parent
58a0fa25
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
terraform/config.tf
+2
-2
2 additions, 2 deletions
terraform/config.tf
terraform/secret/login.sh.example
+4
-4
4 additions, 4 deletions
terraform/secret/login.sh.example
with
6 additions
and
6 deletions
terraform/config.tf
+
2
−
2
View file @
3029a130
...
@@ -16,7 +16,7 @@ provider "proxmox" {
...
@@ -16,7 +16,7 @@ provider "proxmox" {
locals
{
locals
{
ssh_keys
=
<<
EOF
ssh_keys
=
<<
EOF
ssh-ed25519
AAAAC3NzaC1lZDI1NTE5AAAAI
HXuXr
/
Mz1ENkvZ
+
Ntc9dF1r8VK62XaZtsMaV7N
+
CMZ8
rlacko
ssh-ed25519
AAAAC3NzaC1lZDI1NTE5AAAAI
PpH
+
TNAwcmxYc5cVctH04wUU83Pba6s
/
AkKXOnhDn
+
m
rlacko
@
zen
EOF
EOF
}
}
...
...
This diff is collapsed.
Click to expand it.
terraform/secret/login.sh.example
+
4
−
4
View file @
3029a130
...
@@ -8,7 +8,7 @@ export GITLAB_STATE_NAME="state"
...
@@ -8,7 +8,7 @@ export GITLAB_STATE_NAME="state"
export
GITLAB_USER
=
"user"
export
GITLAB_USER
=
"user"
# Access token with API Acces to the repo
# Access token with API Acces to the repo
export
GITLAB_REPO_TOKEN
=
"acces token"
export
GITLAB_REPO_TOKEN
=
"acces token"
#
vSphere
Username
# Username
export
TF_VAR_vsphere_user
=
"username"
export
PM_USER
=
"username"
#
vSphere
Password
# Password
export
TF_VAR_vsphere_password
=
"pw"
export
PM_PASS
=
"pw"
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