Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F117756325
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Authored By
Unknown
Size
1 KB
Referenced Files
None
Subscribers
None
View Options
diff --git a/deployments/ansible/roles/kolab-build/tasks/main.yaml b/deployments/ansible/roles/kolab-build/tasks/main.yaml
index a5cf9dd..e050f25 100644
--- a/deployments/ansible/roles/kolab-build/tasks/main.yaml
+++ b/deployments/ansible/roles/kolab-build/tasks/main.yaml
@@ -1,29 +1,32 @@
---
- name: Add a host alias so we can connect to the discovered vm ip
ansible.builtin.add_host:
hostname: '{{ inventory_hostname }}'
ansible_host: '{{ vm_ip.stdout }}'
+- name: Install EPEL
+ ansible.builtin.command: dnf -y install epel-release
+
- name: Install podman
- ansible.builtin.command: dnf -y install podman git
+ ansible.builtin.command: dnf -y install podman git shellcheck
- ansible.builtin.template:
src: files/buildimages.sh
dest: /root/
mode: '0744'
- ansible.builtin.command: mkdir -p /root/build
- ansible.builtin.copy:
src: "build.sh"
dest: /root/build/build.sh
mode: '0744'
owner: root
group: root
- ansible.builtin.copy:
src: "publish.sh"
dest: /root/build/publish.sh
mode: '0744'
owner: root
group: root
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Sat, Apr 4, 8:36 AM (2 w, 4 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
18823277
Default Alt Text
(1 KB)
Attached To
Mode
R114 kolab-infrastructure
Attached
Detach File
Event Timeline