diff options
Diffstat (limited to 'deploy.yml')
| -rw-r--r-- | deploy.yml | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -102,6 +102,15 @@ loop: - "bootc-fetch-apply-updates.timer" - "bootc-fetch-apply-updates.service" + + - name: Enable install container-based cockpit-ws + ansible.builtin.shell: "podman container runlabel INSTALL quay.io/cockpit/ws systemctl enable cockpit.service" + + - name: Start container-based Cockpit + ansible.builtin.systemd: + name: "cockpit.service" + state: "started" + enabled: true vars: ansible_user: "root" tags: configure |
