ahembree / ansible-hms-docker

Ansible playbook for automated home media server setup
GNU General Public License v3.0
402 stars 51 forks source link

Align configs #69

Closed ahembree closed 4 months ago

ahembree commented 4 months ago

Aligns configs in the default folder to those in the roles default folder (aka the advanced config)

ahembree commented 4 months ago

Decided to merge the cloudflare config files to reduce complexity. Initial PR had the API key defined the cloudflare.yml file, but it did not belong since it only is used by DDNS so it should've been in cloudflare_ddns.yml. I wanted to rename it to cloudflare_ddns_api_token, but that would break existing configs and require people to manually update their config files to the new variable name.

So, I ended up deciding to merge the files into a single cloudflare.yml to reduce any confusion on where cloudflare variables are defined