Skip to content

Commit

Permalink
updating code
Browse files Browse the repository at this point in the history
  • Loading branch information
tosin2013 authored Jan 4, 2025
1 parent 7f57f38 commit 469e084
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion docs/deployments/demo-hetzner-com.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,8 @@ export CICD_PIPELINE='true'
export ENV_USERNAME=lab-user
export CICD_ENVIORNMENT="gitlab" # or onedev change this vault for default cicd enviornment to deploy VMS
export DOMAIN=qubinodelab.io # Change to your domain if you want to use your own domain
export USE_HASHICORP_VAULT='false'
export USE_HASHICORP_VAULT='false'
export USE_HASHICORP_CLOUD='false'
export KVM_VERSION="0.8.0"
export FORWARDER='1.1.1.1'
export ACTIVE_BRIDGE='false'
Expand Down Expand Up @@ -95,6 +96,7 @@ export ZONE_NAME=${DOMAIN}
export EMAIL=${EMAIL}
export GUID=$GUID
export USE_HASHICORP_VAULT='true'
export USE_HASHICORP_CLOUD='true'
export FORWARDER='1.1.1.1'
export ACTIVE_BRIDGE='false'
export INTERFACE=bond0
Expand Down
4 changes: 3 additions & 1 deletion docs/deployments/demo-redhat-com.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ export ENV_USERNAME=lab-user
export KVM_VERSION="0.8.0"
export CICD_ENVIORNMENT="gitlab" # or onedev change this vault for default cicd enviornment to deploy VMS
export DOMAIN=qubinodelab.io # Change to your domain if you want to use your own domain
export USE_HASHICORP_VAULT='false'
export USE_HASHICORP_VAULT='false'
export USE_HASHICORP_CLOUD='false'
export FORWARDER='1.1.1.1'
export ACTIVE_BRIDGE='false'
export INTERFACE=bond0
Expand Down Expand Up @@ -74,6 +75,7 @@ export GUID=$GUID
export USE_ROUTE53=true
export ZONE_NAME=${DOMAIN}
export USE_HASHICORP_VAULT='true'
export USE_HASHICORP_CLOUD='true'
export GIT_REPO=https://github.com/tosin2013/qubinode_navigator.git
export INVENTORY=rhel9-equinix
export SSH_PASSWORD=${SSH_PASSWORD}
Expand Down

0 comments on commit 469e084

Please sign in to comment.