Skip to content
Snippets Groups Projects
Commit 581d6d17 authored by Evangelos Foutras's avatar Evangelos Foutras :smiley_cat:
Browse files

Merge branch 'gitlab-prune-unused-docker-images' into 'master'

gitlab: include task to prune unused docker images

See merge request !603
parents 609079ed 50d13098
No related branches found
No related tags found
1 merge request!603gitlab: include task to prune unused docker images
Pipeline #22712 passed
......@@ -99,6 +99,10 @@
- "/srv/gitlab/data:/var/opt/gitlab"
- "/srv/gitlab/sshd_config:/assets/sshd_config"
- name: prune unused docker images
docker_prune:
images: true
- name: open firewall holes
ansible.posix.firewalld: port={{ item }} permanent=true state=enabled immediate=yes
when: configure_firewall
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment