diff options
author | Kristian <kly@gondul-tg17.kly.no> | 2017-04-19 18:13:19 +0200 |
---|---|---|
committer | Kristian <kly@gondul-tg17.kly.no> | 2017-04-19 18:13:19 +0200 |
commit | 5bd19932a886eae468fea8bcb0e30c78f1d45141 (patch) | |
tree | 5357cc40a58e0bb3adbfbb874365d0073dd75fe6 /inventory-localhost | |
parent | 53fb0f8f3155748134fb1d908ac3e24a90217de2 (diff) |
build: Add ping/snmp to new-scheme
Diffstat (limited to 'inventory-localhost')
-rw-r--r-- | inventory-localhost | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/inventory-localhost b/inventory-localhost index 1b56b6e..ee4e0bc 100644 --- a/inventory-localhost +++ b/inventory-localhost @@ -4,3 +4,7 @@ localhost ansible_connection=local localhost ansible_connection=local [web] localhost ansible_connection=local +[ping] +localhost ansible_connection=local +[snmp] +localhost ansible_connection=local |