Compare commits

..

3 Commits

5 changed files with 6 additions and 4 deletions

View File

@ -44,3 +44,5 @@ rtcsync
# Step the system clock instead of slewing it if the adjustment is larger than
# one second, but only in the first three clock updates.
makestep 1 3
allow 127.0.0.0/8

View File

@ -1,4 +1,4 @@
---
go_version: 1.14.2
go_version: 1.15.2
go_url: "https://dl.google.com/go/go{{ go_version }}.{{ ansible_system | lower }}-{{ go_arch }}.tar.gz"
go_version_str: "go version go{{ go_version }} {{ ansible_system | lower}}/{{ go_arch }}"

View File

@ -1,3 +1,3 @@
---
go_arch: 386
go_checksum: sha256:cdcdab6c8d1f2dcea3bbec793352ef84db167a2eb6c60ff69e5cf94dca575f9a
go_checksum: sha256:5a91080469df6b91f1022bdfb0ca75e01ca50387950b13518def3d0a7f6af9f1

View File

@ -1,3 +1,3 @@
---
go_arch: amd64
go_checksum: sha256:6272d6e940ecb71ea5636ddb5fab3933e087c1356173c61f4a803895e947ebb3
go_checksum: sha256:b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552

View File

@ -7,6 +7,6 @@
- name: configure apt repository
apt_repository:
repo: "deb https://packages.grafana.com/oss/deb stable main"
filename: influxdb
filename: grafana
update_cache: yes
state: present