Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 636 Bytes

TODO.md

File metadata and controls

10 lines (8 loc) · 636 Bytes

TODO

PRIORITY 1:

  • Fix MS-specific roles so that updates to the config files result in service restarts. Currently, config file updates happen in the ms_common role, but services are defined in the ms_webserver, ms_restserver, and ms_worker roles.

    • Workaround 1: reference tasks and templates from the ms_common role in the specific service roles
    • Workaround 2: use 'hostvars' Ansible concept to implement the current (failed) approach, which is to set a variable in the ms_common role and then reference that in the other roles.

    Either approach above leads to annoying coupling among the roles...