saltyorg / Sandbox

Saltbox Sandbox
GNU General Public License v3.0
66 stars 92 forks source link

Minecraft: fix dns_proxy #227

Closed Aethenn closed 1 year ago

Aethenn commented 1 year ago

Description

After deploying the minecraft role several times, the CloudFlare proxy reactivated each time. After checking the ansible task, I saw that the dns_proxy is not defined.

How Has This Been Tested?

RaneyDazed commented 1 year ago

if someone has proxied on, will this proxy the a-record in CF? That gave me hell when I was first trying to set up MC.

owine commented 1 year ago

if someone has proxied on, will this proxy the a-record in CF? That gave me hell when I was first trying to set up MC.

The role hard codes it as false so it will not re-proxy.

RaneyDazed commented 1 year ago

Ok super. that would be from this PR then #209 ty @Aethenn : D