Add example config files
This commit is contained in:
parent
c82a8db207
commit
df40fa474b
2 changed files with 5 additions and 0 deletions
3
hosts.conf.example
Normal file
3
hosts.conf.example
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
# name|ip|ssh_user
|
||||||
|
server1|192.168.1.10|user
|
||||||
|
server2|192.168.1.20|user
|
||||||
2
update-manager.conf.example
Normal file
2
update-manager.conf.example
Normal file
|
|
@ -0,0 +1,2 @@
|
||||||
|
HOSTS_FILE="/opt/update-manager/hosts.conf"
|
||||||
|
NTFY_URL=""
|
||||||
Loading…
Add table
Add a link
Reference in a new issue