Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
UPSMF
uphrh-sb-devops
Commits
233b9e12
Commit
233b9e12
authored
5 years ago
by
rjshrjndrn
Browse files
Options
Download
Patches
Plain Diff
chaging kong api onboard host
parent
8cfceee2
3node
3node_bak_new
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
ansible/api-manager.yml
+5
-1
ansible/api-manager.yml
deploy/Intallation.md
+1
-0
deploy/Intallation.md
with
6 additions
and
1 deletion
+6
-1
ansible/api-manager.yml
+
5
−
1
View file @
233b9e12
---
-
name
:
Kong API
hosts
:
local
become
:
yes
hosts
:
"
{{groups['swarm-manager-1'][0]}}"
environment
:
KUBECONFIG
:
"
{{
kubeconfig_path
}}"
vars_files
:
-
"
{{inventory_dir}}/secrets.yml"
roles
:
-
{
role
:
kong-api
,
tags
:
[
'
kong-api'
]}
-
{
role
:
kong-consumer
,
tags
:
[
'
kong-consumer'
]}
This diff is collapsed.
Click to expand it.
deploy/Intallation.md
+
1
−
0
View file @
233b9e12
...
...
@@ -8,6 +8,7 @@ Infastructure required.
Three 2 core 8G machines
Steps:
> If you don't have a ssl certificate but public domain name, you can run deploy/certbot.sh
1.
Will create a single node kubernetes cluster
-
you can access via
`kubectl`
from the machine
2.
Create databases on the second machine
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
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
Menu
Explore
Projects
Groups
Topics
Snippets