aboutsummaryrefslogtreecommitdiff
path: root/deploy.yml
diff options
context:
space:
mode:
Diffstat (limited to 'deploy.yml')
-rw-r--r--deploy.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/deploy.yml b/deploy.yml
index 5e04f7e..30ceccf 100644
--- a/deploy.yml
+++ b/deploy.yml
@@ -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