diff options
author | Kristian Lyngstøl <kly@kly.no> | 2017-12-27 11:58:46 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-12-27 11:58:46 +0100 |
commit | 394893ce787840973021902f2dfb79a32399b35b (patch) | |
tree | 4d0b7fbbdbaa990beec3887b236d7135e212a7c1 /ansible/inventory-localhost | |
parent | 1e1c6d13c3a1a7da9c1fe94bcbc7a5277d433ac1 (diff) | |
parent | 89820523f38764de506b9b43755bdaf247d38b33 (diff) |
Merge pull request #164 from msbone/influx
InfluxDB, charting and a few fixes to Ansible
Diffstat (limited to 'ansible/inventory-localhost')
-rw-r--r-- | ansible/inventory-localhost | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ansible/inventory-localhost b/ansible/inventory-localhost index ee4e0bc..9481f45 100644 --- a/ansible/inventory-localhost +++ b/ansible/inventory-localhost @@ -8,3 +8,5 @@ localhost ansible_connection=local localhost ansible_connection=local [snmp] localhost ansible_connection=local +[influx] +localhost ansible_connection=local |