Add workaround.

This commit is contained in:
yohan 2024-10-20 21:26:34 +02:00
parent 2ef43c98a5
commit de064ca239

View File

@ -133,6 +133,14 @@
enabled: true
become: true
# Workaround to prevent unexplained 503 error from reverse-proxy
# after registry container restart
- name: Restart reverse-proxy container service
ansible.builtin.systemd:
name: container-reverse-proxy
state: restarted
become: true
- name: Add cloud.{{ DOMAIN }} to /etc/hosts
ansible.builtin.lineinfile:
path: "/etc/hosts"