diff options
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 |