Skip to content

Commit

Permalink
netdata: use stable repository by default (#1366)
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Berendt <[email protected]>
  • Loading branch information
berendt authored Apr 12, 2024
1 parent eba59d2 commit 6d84c1c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions roles/netdata/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ netdata_package_name: netdata

netdata_configure_repository: false

netdata_debian_repository_key: https://packagecloud.io/netdata/netdata-edge/gpgkey
netdata_debian_repository: "deb https://packagecloud.io/netdata/netdata-edge/ubuntu/ {{ ansible_distribution_release }} main"
netdata_debian_repository_key: https://packagecloud.io/netdata/netdata/gpgkey
netdata_debian_repository: "deb https://packagecloud.io/netdata/netdata/ubuntu/ {{ ansible_distribution_release }} main"

netdata_redhat_repository_key: https://packagecloud.io/netdata/netdata-edge/gpgkey
netdata_redhat_repository: "https://packagecloud.io/install/repositories/netdata/netdata-edge/config_file.repo?os=el&dist=9"
netdata_redhat_repository_key: https://packagecloud.io/netdata/netdata/gpgkey
netdata_redhat_repository: "https://packagecloud.io/install/repositories/netdata/netdata/config_file.repo?os=el&dist=9"

##########################
# parameters
Expand Down

0 comments on commit 6d84c1c

Please sign in to comment.