Skip to content

Commit 7d560fb

Browse files
author
Lukas Burkhard
committed
Add a host example with ip
1 parent 971a8c4 commit 7d560fb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

inventories/hosts.example.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ all:
33
hosts:
44
localhost:
55
ansible_connection: local
6+
# This is an example entry
7+
# raspi:
8+
# ansible_host: 192.168.0.10
9+
# ansible_user: pi
610

711
children:
812
desktops:

0 commit comments

Comments
 (0)