Skip to content

Commit

Permalink
add settings.yaml to dynflow containers
Browse files Browse the repository at this point in the history
otherwise they don't know which certs to use
  • Loading branch information
evgeni authored and ehelms committed Oct 25, 2024
1 parent a83435c commit 3305921
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions roles/foreman/tasks/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@
hostname: "{{ ansible_fqdn }}"
secrets:
- 'foreman-database-url,type=env,target=DATABASE_URL'
- 'foreman-settings-yaml,type=mount,target=/etc/foreman/settings.yaml'
- 'foreman-katello-yaml,type=mount,target=/etc/foreman/plugins/katello.yaml'
- 'foreman-ca-cert,type=mount,target=/etc/foreman/katello-default-ca.crt'
- 'foreman-client-cert,type=mount,target=/etc/foreman/client_cert.pem'
Expand Down

0 comments on commit 3305921

Please sign in to comment.