-
-
Notifications
You must be signed in to change notification settings - Fork 497
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
netdata: allow customizing netdata.conf, allow custom host domain #495
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
khartahk
force-pushed
the
role-netdata
branch
3 times, most recently
from
November 11, 2021 12:45
45cef54
to
0267119
Compare
This was referenced Nov 11, 2021
khartahk
force-pushed
the
role-netdata
branch
2 times, most recently
from
November 11, 2021 16:03
1c4a22d
to
3341c22
Compare
khartahk
force-pushed
the
role-netdata
branch
4 times, most recently
from
December 21, 2021 21:33
03b47f9
to
c74ba30
Compare
khartahk
force-pushed
the
role-netdata
branch
from
December 21, 2021 21:39
c74ba30
to
826205f
Compare
khartahk
added a commit
to khartahk/ansible-nas
that referenced
this pull request
Jun 28, 2022
- Updates traefik v2.4->v2.5 (I've done an in-place upgrade and it worked with no issues) - Adds ability to even further customize traefik2 configuration but keeps all the current settings as default - parametrize container image using `traefik_image` - parametrize templated files with `traefik_template_files{,_custom}` template custom files - parametrize container volumes with `traefik_docker_volumes{,_custom}` mount custom volumes to container - parametrize entryPoint.web port `traefik_port_http` - use `ansible_nas_domain_root` as added in davestephens#495 to allow more customization for domain names - parametrize domains used to generate certificates using `traefik_domain_san{,_custom}` - Optionaly add `certificatesResolvers.letsencryptTls` that uses TLS to authenticate for domain certificates, usefull if you have some domains that aren't using default `ansible_nas_domain` or `*.ansible_nas_domain` domain Example for templating: I'm using this to seed the account-file.json to multiple server that I use as a failover. `acme-dns` uses it to store the "passwords" for domain certs it tries to / issues.
khartahk
added a commit
to khartahk/ansible-nas
that referenced
this pull request
Jun 28, 2022
- Updates traefik v2.4->v2.5 (I've done an in-place upgrade and it worked with no issues) - Adds ability to even further customize traefik2 configuration but keeps all the current settings as default - parametrize container image using `traefik_image` - parametrize templated files with `traefik_template_files{,_custom}` template custom files - parametrize container volumes with `traefik_docker_volumes{,_custom}` mount custom volumes to container - parametrize entryPoint.web port `traefik_port_http` - use `ansible_nas_domain_root` as added in davestephens#495 to allow more customization for domain names - parametrize domains used to generate certificates using `traefik_domain_san{,_custom}` - Optionaly add `certificatesResolvers.letsencryptTls` that uses TLS to authenticate for domain certificates, usefull if you have some domains that aren't using default `ansible_nas_domain` or `*.ansible_nas_domain` domain Example for templating: I'm using this to seed the account-file.json to multiple server that I use as a failover. `acme-dns` uses it to store the "passwords" for domain certs it tries to / issues.
khartahk
added a commit
to khartahk/ansible-nas
that referenced
this pull request
Jun 30, 2022
- Updates traefik v2.4->v2.5 (I've done an in-place upgrade and it worked with no issues) - Adds ability to even further customize traefik2 configuration but keeps all the current settings as default - parametrize container image using `traefik_image` - parametrize templated files with `traefik_template_files{,_custom}` template custom files - parametrize container volumes with `traefik_docker_volumes{,_custom}` mount custom volumes to container - parametrize entryPoint.web port `traefik_port_http` - use `ansible_nas_domain_root` as added in davestephens#495 to allow more customization for domain names - parametrize domains used to generate certificates using `traefik_domain_san{,_custom}` - Optionaly add `certificatesResolvers.letsencryptTls` that uses TLS to authenticate for domain certificates, usefull if you have some domains that aren't using default `ansible_nas_domain` or `*.ansible_nas_domain` domain Example for templating: I'm using this to seed the account-file.json to multiple server that I use as a failover. `acme-dns` uses it to store the "passwords" for domain certs it tries to / issues.
khartahk
added a commit
to khartahk/ansible-nas
that referenced
this pull request
Jan 22, 2023
- Updates traefik v2.4->v2.5 (I've done an in-place upgrade and it worked with no issues) - Adds ability to even further customize traefik2 configuration but keeps all the current settings as default - parametrize container image using `traefik_image` - parametrize templated files with `traefik_template_files{,_custom}` template custom files - parametrize container volumes with `traefik_docker_volumes{,_custom}` mount custom volumes to container - parametrize entryPoint.web port `traefik_port_http` - use `ansible_nas_domain_root` as added in davestephens#495 to allow more customization for domain names - parametrize domains used to generate certificates using `traefik_domain_san{,_custom}` - Optionaly add `certificatesResolvers.letsencryptTls` that uses TLS to authenticate for domain certificates, usefull if you have some domains that aren't using default `ansible_nas_domain` or `*.ansible_nas_domain` domain Example for templating: I'm using this to seed the account-file.json to multiple server that I use as a failover. `acme-dns` uses it to store the "passwords" for domain certs it tries to / issues.
khartahk
added a commit
to khartahk/ansible-nas
that referenced
this pull request
Jan 22, 2023
- Updates traefik v2.4->v2.5 (I've done an in-place upgrade and it worked with no issues) - Adds ability to even further customize traefik2 configuration but keeps all the current settings as default - parametrize container image using `traefik_image` - parametrize templated files with `traefik_template_files{,_custom}` template custom files - parametrize container volumes with `traefik_docker_volumes{,_custom}` mount custom volumes to container - parametrize entryPoint.web port `traefik_port_http` - use `ansible_nas_domain_root` as added in davestephens#495 to allow more customization for domain names - parametrize domains used to generate certificates using `traefik_domain_san{,_custom}` - Optionaly add `certificatesResolvers.letsencryptTls` that uses TLS to authenticate for domain certificates, usefull if you have some domains that aren't using default `ansible_nas_domain` or `*.ansible_nas_domain` domain Example for templating: I'm using this to seed the account-file.json to multiple server that I use as a failover. `acme-dns` uses it to store the "passwords" for domain certs it tries to / issues.
khartahk
added a commit
to khartahk/ansible-nas
that referenced
this pull request
Feb 10, 2024
- Updates traefik v2.4->v2.5 (I've done an in-place upgrade and it worked with no issues) - Adds ability to even further customize traefik2 configuration but keeps all the current settings as default - parametrize container image using `traefik_image` - parametrize templated files with `traefik_template_files{,_custom}` template custom files - parametrize container volumes with `traefik_docker_volumes{,_custom}` mount custom volumes to container - parametrize entryPoint.web port `traefik_port_http` - use `ansible_nas_domain_root` as added in davestephens#495 to allow more customization for domain names - parametrize domains used to generate certificates using `traefik_domain_san{,_custom}` - Optionaly add `certificatesResolvers.letsencryptTls` that uses TLS to authenticate for domain certificates, usefull if you have some domains that aren't using default `ansible_nas_domain` or `*.ansible_nas_domain` domain Example for templating: I'm using this to seed the account-file.json to multiple server that I use as a failover. `acme-dns` uses it to store the "passwords" for domain certs it tries to / issues.
khartahk
added a commit
to khartahk/ansible-nas
that referenced
this pull request
Jan 18, 2025
- Updates traefik v2.4->v2.5 (I've done an in-place upgrade and it worked with no issues) - Adds ability to even further customize traefik2 configuration but keeps all the current settings as default - parametrize container image using `traefik_image` - parametrize templated files with `traefik_template_files{,_custom}` template custom files - parametrize container volumes with `traefik_docker_volumes{,_custom}` mount custom volumes to container - parametrize entryPoint.web port `traefik_port_http` - use `ansible_nas_domain_root` as added in davestephens#495 to allow more customization for domain names - parametrize domains used to generate certificates using `traefik_domain_san{,_custom}` - Optionaly add `certificatesResolvers.letsencryptTls` that uses TLS to authenticate for domain certificates, usefull if you have some domains that aren't using default `ansible_nas_domain` or `*.ansible_nas_domain` domain Example for templating: I'm using this to seed the account-file.json to multiple server that I use as a failover. `acme-dns` uses it to store the "passwords" for domain certs it tries to / issues.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What this PR does / why we need it:
when rebuiliding container
ansible_nas_domain_root
variable used as netdata hostnameAny other useful info:
when you have multiple nas servers this allows you to properly name
the server in netdata.
example:
ansible_nas_hostname
: nasansible_nas_domain
: nas.domain.tldansible_nas_domain_root
: domain.tldoriginal netdata hostname: nas.nas.domain.tld
new netdata hostname: nas.domain.tld