Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
deploy
ansible-role-fission
Commits
fb4f708c
Commit
fb4f708c
authored
4 years ago
by
huaqing.xu
Browse files
Options
Download
Email Patches
Plain Diff
add
parent
630f952b
master
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
defaults/main.yml
+2
-2
defaults/main.yml
templates/fission.env.j2
+2
-2
templates/fission.env.j2
with
4 additions
and
4 deletions
+4
-4
defaults/main.yml
+
2
-
2
View file @
fb4f708c
---
# defaults file for netdata
netdata_dir
:
/opt
server_ip
:
192.168.110.233
server
_port
:
8500
consul_ip
:
"
{{
hostvars[groups['consul'][0]]['ansible_default_ipv4']['address']
}}"
consul
_port
:
8500
custmates
:
type
:
application
:
...
...
This diff is collapsed.
Click to expand it.
templates/fission.env.j2
+
2
-
2
View file @
fb4f708c
server_ip={{
server
_ip}}
server_port={{
server
_port}}
server_ip={{
consul
_ip}}
server_port={{
consul
_port}}
custmates="{{custmates}}"
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help