mirror of
https://github.com/davidallendj/magellan.git
synced 2025-12-20 03:27:03 -07:00
Tidied up CLI flag names
This commit is contained in:
parent
085a2cfd0b
commit
796a67d5ab
3 changed files with 24 additions and 21 deletions
19
config.yaml
19
config.yaml
|
|
@ -11,22 +11,23 @@ scan:
|
|||
collect:
|
||||
# host: smd-host
|
||||
# port: smd-port
|
||||
user: "admin"
|
||||
pass: "password"
|
||||
username: "admin"
|
||||
password: "password"
|
||||
protocol: "https"
|
||||
output: "/tmp/magellan/data/"
|
||||
threads: 1
|
||||
force-update: false
|
||||
ca-cert: "cacert.pem"
|
||||
cacert: "cacert.pem"
|
||||
update:
|
||||
bmc-host:
|
||||
bmc-port: 443
|
||||
user: "admin"
|
||||
pass: "password"
|
||||
host:
|
||||
port: 443
|
||||
username: "admin"
|
||||
password: "password"
|
||||
transfer-protocol: "HTTP"
|
||||
protocol: "https"
|
||||
firmware-url:
|
||||
firmware-version:
|
||||
firmware:
|
||||
url:
|
||||
version:
|
||||
component:
|
||||
secure-tls: false
|
||||
status: false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue