I use a role for the deployment of java applications and this role is used by two projects. in the role files I store the configuration files of the applications. to avoid each time to modify the role in question when changing the parameters in the configuration file I want to externalize the files outside the role and to have access to the configuration file during the execution of the role because I use copy configuraion file before restarting my java instance.
Do you have an idea?