In PR #53 I added firewalld_internal_zone_sources and firewalld_internal_zone_open_services to playbooks/group_vars/db.yml. This PR reverts that change since it prevents SSH from working on the db host on a new deployment (because it overrides firewalld_internal_zone_sources set at the inventory level).
Changes:
In PR #53 I added
firewalld_internal_zone_sources
andfirewalld_internal_zone_open_services
toplaybooks/group_vars/db.yml
. This PR reverts that change since it prevents SSH from working on thedb
host on a new deployment (because it overridesfirewalld_internal_zone_sources
set at the inventory level).