Filip Pytloun | e93852a | 2016-08-03 16:42:42 +0200 | [diff] [blame] | 1 | influxdb: |
| 2 | server: |
| 3 | enabled: true |
| 4 | meta: |
Martin Polreich | 2ebe40e | 2017-03-30 14:51:08 +0200 | [diff] [blame^] | 5 | enabled: true |
Filip Pytloun | e93852a | 2016-08-03 16:42:42 +0200 | [diff] [blame] | 6 | bind: |
| 7 | address: 0.0.0.0 |
| 8 | port: 8088 |
| 9 | http_address: 0.0.0.0 |
| 10 | http_port: 8091 |
Martin Polreich | 2ebe40e | 2017-03-30 14:51:08 +0200 | [diff] [blame^] | 11 | admin: |
| 12 | enabled: true |
| 13 | bind: |
| 14 | address: 0.0.0.0 |
| 15 | port: 8081 |
| 16 | http_address: 0.0.0.0 |
| 17 | http_port: 8083 |
Filip Pytloun | e93852a | 2016-08-03 16:42:42 +0200 | [diff] [blame] | 18 | cluster: |
| 19 | members: |
| 20 | - host: idb01.local |
| 21 | port: 8091 |
| 22 | - host: idb02.local |
| 23 | port: 8091 |
| 24 | - host: idb03.local |
| 25 | port: 8091 |
Martin Polreich | 2ebe40e | 2017-03-30 14:51:08 +0200 | [diff] [blame^] | 26 | linux: |
| 27 | system: |
| 28 | enabled: true |
| 29 | repo: |
| 30 | docker: |
| 31 | source: 'deb https://repos.influxdata.com/ubuntu {{ grains.get('oscodename') }} stable' |
| 32 | key_url: https://repos.influxdata.com/influxdb.key |
| 33 | file: /etc/apt/sources.list |