add hosts
This commit is contained in:
parent
80eb8e56da
commit
50bb305cf9
1 changed files with 25 additions and 0 deletions
25
etc/ansible/hosts
Normal file
25
etc/ansible/hosts
Normal file
|
@ -0,0 +1,25 @@
|
|||
# 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
|
||||
|
||||
[aptservers]
|
||||
proxmox.hydrogen.here ansible_user=root
|
||||
containers.hydrogen.here ansible_user=root
|
||||
inventree.hydrogen.here ansible_user=root
|
||||
nextcloud.hydrogen.here ansible_user=root
|
||||
statelessops.hydrogen.here ansible_user=root
|
||||
|
||||
[containers]
|
||||
containers.hydrogen.here ansible_user=root
|
||||
|
||||
[statelessops]
|
||||
statelessops.hydrogen.here ansible_user=root
|
||||
|
||||
[librelec]
|
||||
renderer.hifi.here
|
Loading…
Reference in a new issue