Skip to content
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

Merged
merged 3 commits into from
Nov 25, 2024
Merged

add web service to fastly setup #2156

merged 3 commits into from
Nov 25, 2024

Conversation

evgeni
Copy link
Member

@evgeni evgeni commented Nov 19, 2024

  • allow setting domains manually
  • allow configuring healthcheck path
  • add web service to fastly setup

@evgeni evgeni marked this pull request as ready for review November 19, 2024 12:25
@@ -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'}]) }}"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What's ~ here?

Copy link
Member Author

@evgeni evgeni Nov 25, 2024

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.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Member

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.

Copy link
Member Author

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 :)

@evgeni evgeni merged commit 74b33cf into master Nov 25, 2024
2 checks passed
@evgeni evgeni deleted the web-fastly branch November 25, 2024 12:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants