Fix: Harmonize files by adding new line if nedded
This commit is contained in:
parent
7064b67668
commit
c6e24f81dd
9 changed files with 9 additions and 9 deletions
|
@ -3,4 +3,4 @@
|
||||||
admin_name: admin
|
admin_name: admin
|
||||||
admin_pass: not24get
|
admin_pass: not24get
|
||||||
|
|
||||||
influx_port: 8086
|
influx_port: 8086
|
||||||
|
|
|
@ -3,4 +3,4 @@
|
||||||
- name: reload influxdb
|
- name: reload influxdb
|
||||||
systemd:
|
systemd:
|
||||||
name: influxdb
|
name: influxdb
|
||||||
state: restarted
|
state: restarted
|
||||||
|
|
|
@ -18,4 +18,4 @@ galaxy_info:
|
||||||
- debian
|
- debian
|
||||||
- timeseries
|
- timeseries
|
||||||
|
|
||||||
dependencies: []
|
dependencies: []
|
||||||
|
|
|
@ -30,4 +30,4 @@
|
||||||
- name: Leave a trace of admin setup
|
- name: Leave a trace of admin setup
|
||||||
file:
|
file:
|
||||||
path: /etc/influxdb/admin
|
path: /etc/influxdb/admin
|
||||||
state: touch
|
state: touch
|
||||||
|
|
|
@ -574,4 +574,4 @@
|
||||||
|
|
||||||
# Maximum version of the tls protocol that will be negotiated. If not specified, uses the
|
# Maximum version of the tls protocol that will be negotiated. If not specified, uses the
|
||||||
# default settings from Go's crypto/tls package.
|
# default settings from Go's crypto/tls package.
|
||||||
# max-version = "tls1.2"
|
# max-version = "tls1.2"
|
||||||
|
|
|
@ -574,4 +574,4 @@
|
||||||
|
|
||||||
# Maximum version of the tls protocol that will be negotiated. If not specified, uses the
|
# Maximum version of the tls protocol that will be negotiated. If not specified, uses the
|
||||||
# default settings from Go's crypto/tls package.
|
# default settings from Go's crypto/tls package.
|
||||||
# max-version = "tls1.2"
|
# max-version = "tls1.2"
|
||||||
|
|
|
@ -574,4 +574,4 @@
|
||||||
|
|
||||||
# Maximum version of the tls protocol that will be negotiated. If not specified, uses the
|
# Maximum version of the tls protocol that will be negotiated. If not specified, uses the
|
||||||
# default settings from Go's crypto/tls package.
|
# default settings from Go's crypto/tls package.
|
||||||
# max-version = "tls1.2"
|
# max-version = "tls1.2"
|
||||||
|
|
|
@ -2,4 +2,4 @@
|
||||||
- hosts: galaxy-vagrant.example.com
|
- hosts: galaxy-vagrant.example.com
|
||||||
remote_user: root
|
remote_user: root
|
||||||
roles:
|
roles:
|
||||||
- role: ../galaxy-influx
|
- role: ../galaxy-influx
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
---
|
---
|
||||||
|
|
||||||
influx:
|
influx:
|
||||||
repo: https://repos.influxdata.com/influxdb.key
|
repo: https://repos.influxdata.com/influxdb.key
|
||||||
|
|
Reference in a new issue