diff options
| author | spmfox <spmfox@foxwd.com> | 2023-06-07 00:29:18 -0400 |
|---|---|---|
| committer | spmfox <spmfox@foxwd.com> | 2023-06-07 00:29:18 -0400 |
| commit | 4020f454e13e16afcb81dad9857992ea9bf84a99 (patch) | |
| tree | 98b6abd2903fe49247474a14aab3845cc0b81570 /install-plugin.yml | |
| parent | 9d54971b20be5bf89a4ca0dc6d1e92f8519e5151 (diff) | |
Initial commit
Diffstat (limited to 'install-plugin.yml')
| -rw-r--r-- | install-plugin.yml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/install-plugin.yml b/install-plugin.yml new file mode 100644 index 0000000..a1bd2de --- /dev/null +++ b/install-plugin.yml @@ -0,0 +1,8 @@ +- hosts: localhost + gather_facts: false + + tasks: + - name: Copy plugin directory to Cockpit plugins directory + ansible.builtin.copy: + src: AnsiblePilotPlugin/ + dest: /usr/share/cockpit/AnsiblePilot |
