-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add web service to fastly setup #2156
Conversation
evgeni
commented
Nov 19, 2024
•
edited
Loading
edited
- allow setting domains manually
- allow configuring healthcheck path
- add web service to fastly setup
@@ -10,8 +10,7 @@ | |||
fastly_service: | |||
name: "{{ item.service }}.theforeman.org" | |||
fastly_api_key: "{{ fastly_api_key }}" | |||
domains: | |||
- name: "{{ item.service }}.theforeman.org" | |||
domains: "{{ item.domains | default([{'name': item.service ~ '.theforeman.org'}]) }}" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What's ~
here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
String concat.
As I can't put jinja inside jinja.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I guess that and tried to look for that but somehow I couldn't find it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
documenting things properly is complicated, as you know :)