MCPcopy Create free account
hub / github.com/devnullvoid/pvetui / Plugin

Struct Plugin

internal/ui/plugins/ansible/plugin.go:64–70  ·  view source on GitHub ↗

Plugin provides Ansible integration for inventory generation and playbook execution.

Source from the content-addressed store, hash-verified

62
63// Plugin provides Ansible integration for inventory generation and playbook execution.
64type Plugin struct {
65 app *components.App
66 runner *coreansible.Runner
67 runMu sync.Mutex
68 runCancel context.CancelFunc
69 lastPlaybookFormState *playbookFormState
70}
71
72type playbookFormState struct {
73 PlaybookPath string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected