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
|
# It should live in /etc/ansible/hosts
|
||||||
#
|
#
|
||||||
# - Comments begin with the '#' character
|
# - Comments begin with the '#' character
|
||||||
|
@ -10,16 +8,16 @@
|
||||||
|
|
||||||
[aptservers]
|
[aptservers]
|
||||||
proxmox.hydrogen.here ansible_user=root
|
proxmox.hydrogen.here ansible_user=root
|
||||||
containers.hydrogen.here ansible_user=root
|
stateful.hydrogen.here ansible_user=root
|
||||||
inventree.hydrogen.here ansible_user=root
|
inventree.hydrogen.here ansible_user=root
|
||||||
nextcloud.hydrogen.here ansible_user=root
|
nextcloud.hydrogen.here ansible_user=root
|
||||||
statelessops.hydrogen.here ansible_user=root
|
stateless.hydrogen.here ansible_user=root
|
||||||
|
|
||||||
[containers]
|
[stateful]
|
||||||
containers.hydrogen.here ansible_user=root
|
stateful.hydrogen.here ansible_user=root
|
||||||
|
|
||||||
[statelessops]
|
[stateless]
|
||||||
statelessops.hydrogen.here ansible_user=root
|
stateless.hydrogen.here ansible_user=root
|
||||||
|
|
||||||
[librelec]
|
[librelec]
|
||||||
renderer.hifi.here
|
renderer.hifi.here
|
Loading…
Reference in a new issue