Skip to content

Commit

Permalink
updating documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
tosin2013 authored Jan 4, 2025
1 parent e07de49 commit 28e9b97
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/deployments/demo-hetzner-com.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ 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_CLOUD='false'
export USE_HASHICORP_VAULT='false'
export FORWARDER='1.1.1.1'
export ACTIVE_BRIDGE='false'
export INTERFACE=bond0
Expand Down Expand Up @@ -92,7 +92,7 @@ export DOMAIN=${DOMAIN} # Change to your domain if you want to use your own dom
export ZONE_NAME=${DOMAIN}
export EMAIL=${EMAIL}
export GUID=$GUID
export USE_HASHICORP_CLOUD='true'
export USE_HASHICORP_VAULT='true'
export FORWARDER='1.1.1.1'
export ACTIVE_BRIDGE='false'
export INTERFACE=bond0
Expand Down
4 changes: 2 additions & 2 deletions docs/deployments/demo-redhat-com.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ 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_CLOUD='false'
export USE_HASHICORP_VAULT='false'
export FORWARDER='1.1.1.1'
export ACTIVE_BRIDGE='false'
export INTERFACE=bond0
Expand Down Expand Up @@ -71,7 +71,7 @@ export EMAIL=${EMAIL}
export GUID=$GUID
export USE_ROUTE53=true
export ZONE_NAME=${DOMAIN}
export USE_HASHICORP_CLOUD='true'
export USE_HASHICORP_VAULT='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 28e9b97

Please sign in to comment.