mirror of
https://github.com/khuedoan/homelab.git
synced 2025-07-31 07:09:33 +07:00
Use generated images directly
This commit is contained in:
@ -12,7 +12,7 @@ graph_attr = {
|
||||
"pad": "0"
|
||||
}
|
||||
|
||||
with Diagram("Provision (separated by logical layers)", graph_attr=graph_attr, outformat="jpg", show=False):
|
||||
with Diagram("Provisioning flow", graph_attr=graph_attr, outformat="jpg", show=False):
|
||||
controller = Client("Initial controller")
|
||||
bare_metal_machines = Server(f"Server(s)")
|
||||
|
||||
|
Reference in New Issue
Block a user