ansible-playbooks/etc/ansible/hosts

23 lines
632 B
Text
Raw Normal View History

2023-08-03 10:21:37 +02:00
# 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
[aptservers]
proxmox.hydrogen.here ansible_user=root
2024-01-20 12:50:13 +01:00
stateful.hydrogen.here ansible_user=root
2023-08-03 10:21:37 +02:00
inventree.hydrogen.here ansible_user=root
nextcloud.hydrogen.here ansible_user=root
2024-01-20 12:50:13 +01:00
stateless.hydrogen.here ansible_user=root
2023-08-03 10:21:37 +02:00
2024-01-20 12:50:13 +01:00
[stateful]
stateful.hydrogen.here ansible_user=root
2023-08-03 10:21:37 +02:00
2024-01-20 12:50:13 +01:00
[stateless]
stateless.hydrogen.here ansible_user=root
2023-08-03 10:21:37 +02:00
[librelec]
2024-01-20 12:50:13 +01:00
renderer.hifi.here