Actualiser etc/ansible/hosts
This commit is contained in:
parent
fb0ca96415
commit
9bddb81e0b
1 changed files with 7 additions and 9 deletions
|
@ -1,5 +1,3 @@
|
|||
# This is the default ansible 'hosts' file.
|
||||
#
|
||||
# It should live in /etc/ansible/hosts
|
||||
#
|
||||
# - Comments begin with the '#' character
|
||||
|
@ -10,16 +8,16 @@
|
|||
|
||||
[aptservers]
|
||||
proxmox.hydrogen.here ansible_user=root
|
||||
containers.hydrogen.here ansible_user=root
|
||||
stateful.hydrogen.here ansible_user=root
|
||||
inventree.hydrogen.here ansible_user=root
|
||||
nextcloud.hydrogen.here ansible_user=root
|
||||
statelessops.hydrogen.here ansible_user=root
|
||||
stateless.hydrogen.here ansible_user=root
|
||||
|
||||
[containers]
|
||||
containers.hydrogen.here ansible_user=root
|
||||
[stateful]
|
||||
stateful.hydrogen.here ansible_user=root
|
||||
|
||||
[statelessops]
|
||||
statelessops.hydrogen.here ansible_user=root
|
||||
[stateless]
|
||||
stateless.hydrogen.here ansible_user=root
|
||||
|
||||
[librelec]
|
||||
renderer.hifi.here
|
Loading…
Reference in a new issue