aboutsummaryrefslogtreecommitdiff
path: root/deploy.yml
diff options
context:
space:
mode:
authorspmfox <spmfox@foxwd.com>2024-06-21 10:46:47 -0400
committerspmfox <spmfox@foxwd.com>2024-06-21 10:46:47 -0400
commit72bb519b5f940a330e1bb4f0d8034486ea245eda (patch)
tree5e4900f45b9e2318fe9f028ffeb2afddfa1a66e7 /deploy.yml
parentf0131fb6a437a1f29c08d0b82f82d697e19f287e (diff)
using containerized cockpit-ws to resolve the cockpit not installing on bootc
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