We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0863322 commit 4e2c6a9Copy full SHA for 4e2c6a9
src/roles/foreman_proxy/tasks/main.yaml
@@ -51,6 +51,7 @@
51
name: "foreman-proxy"
52
image: "{{ foreman_proxy_container_image }}:{{ foreman_proxy_container_tag }}"
53
state: quadlet
54
+ sdnotify: true
55
network: host
56
hostname: "{{ ansible_fqdn }}"
57
secrets:
@@ -76,9 +77,3 @@
76
77
name: foreman-proxy
78
enabled: true
79
state: started
-
80
-- name: Wait for Foreman Proxy service to be accessible
81
- ansible.builtin.wait_for:
82
- host: "{{ ansible_fqdn }}"
83
- port: 9090
84
- timeout: 300
0 commit comments