Fix shell host names
This commit is contained in:
parent
d130c46eda
commit
ba7f4d4421
1 changed files with 6 additions and 2 deletions
|
@ -45,6 +45,9 @@ mirror:
|
||||||
mongodb:
|
mongodb:
|
||||||
hosts:
|
hosts:
|
||||||
mongodb01.home.foo.sh:
|
mongodb01.home.foo.sh:
|
||||||
|
mqtt:
|
||||||
|
hosts:
|
||||||
|
mqtt02.home.foo.sh:
|
||||||
munin:
|
munin:
|
||||||
hosts:
|
hosts:
|
||||||
munin01.home.foo.sh:
|
munin01.home.foo.sh:
|
||||||
|
@ -80,8 +83,8 @@ relay:
|
||||||
relay02.home.foo.sh:
|
relay02.home.foo.sh:
|
||||||
shell:
|
shell:
|
||||||
hosts:
|
hosts:
|
||||||
shell01.home.foo.sh:
|
shell01.foo.sh:
|
||||||
shell02.home.foo.sh:
|
shell02.foo.sh:
|
||||||
sqldb:
|
sqldb:
|
||||||
hosts:
|
hosts:
|
||||||
sqldb02.home.foo.sh:
|
sqldb02.home.foo.sh:
|
||||||
|
@ -130,6 +133,7 @@ openbsd:
|
||||||
dnagw:
|
dnagw:
|
||||||
fsolgw:
|
fsolgw:
|
||||||
log:
|
log:
|
||||||
|
mqtt:
|
||||||
ns:
|
ns:
|
||||||
proxy:
|
proxy:
|
||||||
relay:
|
relay:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue