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

Update minecraft role main.yml #209

Merged
merged 2 commits into from
Dec 27, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Update main.yml
added `minecraft_dns_proxy: "false"` to DNS section of the role. For anyone that has Proxy enabled, this role will not work at all as is. I'm sure it would be fine if we added it as `minecraft_dns_proxy: "{{ dns.proxied }}"` as long as we update the docs?
  • Loading branch information
RaneyDazed committed Dec 22, 2022
commit b1070d0b9c4779a40c77d338562c69f8775faccc
1 change: 1 addition & 0 deletions roles/minecraft/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ minecraft_web_domain: "{{ user.domain }}"

minecraft_dns_record: "{{ lookup('vars', minecraft_name + '_web_subdomain', default=minecraft_web_subdomain) }}"
minecraft_dns_zone: "{{ minecraft_web_domain }}"
minecraft_dns_proxy: "false"
owine marked this conversation as resolved.
Show resolved Hide resolved

################################
# Docker
Expand Down