We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2317bed commit 82e5415Copy full SHA for 82e5415
src/roles/foreman/tasks/main.yaml
@@ -74,6 +74,8 @@
74
sdnotify: true
75
network: host
76
hostname: "{{ ansible_fqdn }}"
77
+ volume:
78
+ - 'foreman-data-run:/var/run/foreman:z'
79
secrets:
80
- 'foreman-database-url,type=env,target=DATABASE_URL'
81
- 'foreman-settings-yaml,type=mount,target=/etc/foreman/settings.yaml'
@@ -98,6 +100,8 @@
98
100
99
101
102
103
104
105
106
107
0 commit comments