diff options
author | Jonas Gunz <himself@jonasgunz.de> | 2022-02-19 21:37:05 +0100 |
---|---|---|
committer | Jonas Gunz <himself@jonasgunz.de> | 2022-02-19 21:37:05 +0100 |
commit | 13dedddf418bae3cb7a357ee018a3645ee139d14 (patch) | |
tree | 0c9257eb41eddbe3ce8ab990f243f045d2498e03 /roles/icinga2/tasks | |
parent | 4fbed3a809e81d6210d051643b7e930ac6244b18 (diff) | |
download | ansible_collection-13dedddf418bae3cb7a357ee018a3645ee139d14.tar.gz |
icinga: add influxdb config option
Diffstat (limited to 'roles/icinga2/tasks')
-rw-r--r-- | roles/icinga2/tasks/icinga.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/roles/icinga2/tasks/icinga.yml b/roles/icinga2/tasks/icinga.yml index 3efef4b..e9eae1a 100644 --- a/roles/icinga2/tasks/icinga.yml +++ b/roles/icinga2/tasks/icinga.yml @@ -47,6 +47,7 @@ - ido-mysql.conf - api_users.conf - constants.conf + - influx.conf - name: Install config from git git: |