Files
my_projects/python/redfish-api/config.yaml.example

17 lines
363 B
Plaintext

---
interval: 10
port: 8000
username: gloabl-user
password: global-password
chassis: ["1"] # Strings, not integers!
hosts:
- fqdn: host1.example.com
username: user1
password: secret1
- fqdn: host2.example.com
username: user2
password: secret2
- fqdn: host3.example.com
chassis: ["0"] # Strings, not integers!
- fqdn: host4.example.com