18 lines
455 B
INI
18 lines
455 B
INI
# This is the default ansible 'hosts' file.
|
|
#
|
|
# It should live in /etc/ansible/hosts
|
|
#
|
|
# - Comments begin with the '#' character
|
|
# - Blank lines are ignored
|
|
# - Groups of hosts are delimited by [header] elements
|
|
# - You can enter hostnames or ip addresses
|
|
# - A hostname/ip can be a member of multiple groups
|
|
|
|
# Ex 1: Ungrouped hosts, specify before any group headers.
|
|
|
|
[production]
|
|
polsa5079bit03.polizei-bw.net
|
|
polsa5079stu02.polizei-bw.net
|
|
|
|
|