16 lines
486 B
INI
16 lines
486 B
INI
# - 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
|
|
|
|
# Cloudflare will not forward SSH connections so instead need to connect
|
|
# directly via the server's IP address. This is best done by adding
|
|
# appropriate entries to /etc/hosts.
|
|
|
|
[server]
|
|
loki
|
|
|
|
[server:vars]
|
|
ansible_python_interpreter=/usr/bin/python3
|