Add workaround.
This commit is contained in:
parent
2ef43c98a5
commit
de064ca239
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user